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