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",
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",
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
+ }
@@ -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/ccm"
100
+ echo " https://www.npmjs.com/package/ccman"
@@ -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/ccm"
395
+ echo " NPM ๅŒ… (็จๅŽๅ‘ๅธƒ): https://www.npmjs.com/package/ccman"
396
396
  echo ""
397
397
  print_info "๐Ÿ“ฆ ๅฎ‰่ฃ…ๅ‘ฝไปค (ๅ‘ๅธƒๅฎŒๆˆๅŽ):"
398
- echo " npm install -g ccm@$new_version"
398
+ echo " npm install -g ccman@$new_version"
399
399
  echo ""
400
400
  }
401
401