@kaitranntt/ccs 5.16.0-dev.7 → 5.16.0-dev.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/VERSION +1 -1
- package/package.json +3 -3
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
5.16.0-dev.
|
|
1
|
+
5.16.0-dev.9
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kaitranntt/ccs",
|
|
3
|
-
"version": "5.16.0-dev.
|
|
3
|
+
"version": "5.16.0-dev.9",
|
|
4
4
|
"description": "Claude Code Switch - Instant profile switching between Claude Sonnet 4.5 and GLM 4.6",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cli",
|
|
@@ -74,8 +74,8 @@
|
|
|
74
74
|
"ui:build": "cd ui && bun run build",
|
|
75
75
|
"ui:preview": "cd ui && bun run preview",
|
|
76
76
|
"ui:validate": "cd ui && bun run validate",
|
|
77
|
-
"prepublishOnly": "
|
|
78
|
-
"prepack": "
|
|
77
|
+
"prepublishOnly": "node scripts/sync-version.js",
|
|
78
|
+
"prepack": "node scripts/sync-version.js",
|
|
79
79
|
"prepare": "husky",
|
|
80
80
|
"postinstall": "node scripts/postinstall.js"
|
|
81
81
|
},
|