update version

This commit is contained in:
bipproduction
2025-11-17 16:40:37 +08:00
parent fcc85101fd
commit 87e77ced60
8 changed files with 1502 additions and 94 deletions

View File

@@ -5,9 +5,11 @@
"version": "1.0.1",
"scripts": {
"init": "bun bin/init.ts",
"generate": "bun bin/generate.ts",
"build": "bun bin/build.ts",
"publish": "bun bin/publish.ts"
"generate": "bun bin/generate.ts",
"generate:build": "bun bin/generate.ts && bun bin/build.ts",
"version:update": "bun bin/version_update.ts",
"publish": "git add -A && git commit -m 'update version' && bun run version:update && bun run build && bun bin/publish.ts"
},
"dependencies": {},
"devDependencies": {
@@ -27,4 +29,4 @@
"peerDependencies": {
"typescript": "^5"
}
}
}