@pikecode/api-key-manager 1.0.42 → 1.0.44

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.
Files changed (2) hide show
  1. package/bin/akm.js +1 -1
  2. package/package.json +1 -1
package/bin/akm.js CHANGED
@@ -11,7 +11,7 @@ const { checkForUpdates } = require('../src/utils/update-checker');
11
11
  program
12
12
  .name('akm')
13
13
  .description('API密钥管理工具 - Manage and switch multiple API provider configurations')
14
- .version(pkg.version, '-v, -V, --version', '显示版本号');
14
+ .version(pkg.version, '-V, --version', '显示版本号');
15
15
 
16
16
  // Check for updates before any command runs
17
17
  program.hook('preAction', async () => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pikecode/api-key-manager",
3
- "version": "1.0.42",
3
+ "version": "1.0.44",
4
4
  "description": "A CLI tool for managing and switching multiple API provider configurations",
5
5
  "main": "src/index.js",
6
6
  "bin": {