skillfree 0.1.24 → 0.1.25

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/skillfree.js +0 -7
  2. package/package.json +1 -1
package/bin/skillfree.js CHANGED
@@ -25,13 +25,6 @@ auth
25
25
  const { authSave } = require('../scripts/commands/auth')
26
26
  await authSave(apiKey)
27
27
  })
28
- auth
29
- .command('save <apiKey>')
30
- .description('直接保存 API Key(供安装脚本调用)')
31
- .action(async (apiKey) => {
32
- const { authSave } = require('../scripts/commands/auth')
33
- await authSave(apiKey)
34
- })
35
28
  auth
36
29
  .command('status')
37
30
  .description('查看当前登录状态和积分')
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skillfree",
3
- "version": "0.1.24",
3
+ "version": "0.1.25",
4
4
  "description": "🦞 一个 API,满足所有龙虾技能需求",
5
5
  "main": "bin/skillfree.js",
6
6
  "bin": {