chore(datatable): 同步 publish 版本号至 1.0.15(by AI)

Co-Authored-By: deepseek-v4-pro[1m] <deepseek-ai@claude-code-best.win>
This commit is contained in:
AI Engineer 2026-06-22 19:28:06 +08:00
parent d99b78fc6f
commit e1aaeb57dd

View File

@ -1,22 +1,22 @@
{
"name": "@apigo.cc/datatable",
"version": "1.0.14",
"type": "module",
"main": "dist/datatable.js",
"module": "dist/datatable.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test",
"pub": "node scripts/publish.js"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@rollup/plugin-terser": "^1.0.0",
"terser": "^5.47.1",
"vite": "^5.0.0"
}
"name": "@apigo.cc/datatable",
"version": "1.0.15",
"type": "module",
"main": "dist/datatable.js",
"module": "dist/datatable.js",
"files": [
"dist"
],
"scripts": {
"dev": "vite",
"build": "vite build",
"test": "playwright test",
"pub": "node scripts/publish.js"
},
"devDependencies": {
"@playwright/test": "^1.40.0",
"@rollup/plugin-terser": "^1.0.0",
"terser": "^5.47.1",
"vite": "^5.0.0"
}
}