ccman 0.0.3 โ 0.0.4
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccman",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Claude Code Manager - A TypeScript tool to manage Claude Code API configurations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"packageManager": "pnpm@8.15.1",
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=16.0.0"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ccman",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.4",
|
|
4
4
|
"description": "Claude Code Manager - A TypeScript tool to manage Claude Code API configurations",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"packageManager": "pnpm@8.15.1",
|
|
@@ -54,4 +54,4 @@
|
|
|
54
54
|
"engines": {
|
|
55
55
|
"node": ">=16.0.0"
|
|
56
56
|
}
|
|
57
|
-
}
|
|
57
|
+
}
|
package/scripts/quick-release.sh
CHANGED
|
@@ -97,4 +97,4 @@ echo " GitHub Actions: https://github.com/2ue/ccm/actions"
|
|
|
97
97
|
echo " GitHub Release: https://github.com/2ue/ccm/releases/tag/v$new_version"
|
|
98
98
|
echo ""
|
|
99
99
|
print_info "๐ฆ NPM ๅ
ๅฐๅจ GitHub Actions ๅฎๆๅๅๅธ:"
|
|
100
|
-
echo " https://www.npmjs.com/package/
|
|
100
|
+
echo " https://www.npmjs.com/package/ccman"
|
package/scripts/release.sh
CHANGED
|
@@ -392,10 +392,10 @@ show_release_summary() {
|
|
|
392
392
|
print_info "๐ ็ธๅ
ณ้พๆฅ:"
|
|
393
393
|
echo " GitHub Release: https://github.com/2ue/ccm/releases/tag/$tag_name"
|
|
394
394
|
echo " GitHub Actions: https://github.com/2ue/ccm/actions"
|
|
395
|
-
echo " NPM ๅ
(็จๅๅๅธ): https://www.npmjs.com/package/
|
|
395
|
+
echo " NPM ๅ
(็จๅๅๅธ): https://www.npmjs.com/package/ccman"
|
|
396
396
|
echo ""
|
|
397
397
|
print_info "๐ฆ ๅฎ่ฃ
ๅฝไปค (ๅๅธๅฎๆๅ):"
|
|
398
|
-
echo " npm install -g
|
|
398
|
+
echo " npm install -g ccman@$new_version"
|
|
399
399
|
echo ""
|
|
400
400
|
}
|
|
401
401
|
|