skill-atlas-cli 0.1.4 → 0.1.6

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 (3) hide show
  1. package/install.zip +0 -0
  2. package/package.json +3 -2
  3. package/setup.sh +1 -1
package/install.zip ADDED
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "skill-atlas-cli",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "skill-atlas CLI - 虾小宝 SKILL ATLAS 命令行工具",
5
5
  "homepage": "https://skillatlas.cn/",
6
6
  "type": "module",
@@ -26,7 +26,8 @@
26
26
  "plugin",
27
27
  "package.json",
28
28
  "README.md",
29
- "setup.sh"
29
+ "setup.sh",
30
+ "install.zip"
30
31
  ],
31
32
  "keywords": [
32
33
  "skill-atlas",
package/setup.sh CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  set -euo pipefail
10
10
 
11
- PACKAGE_NAME="${PACKAGE_NAME:-skill-atlas}"
11
+ PACKAGE_NAME="${PACKAGE_NAME:-skill-atlas-cli}"
12
12
  NPM_BIN="${NPM_BIN:-npm}"
13
13
  MIN_NODE_VERSION="${MIN_NODE_VERSION:-20.19.0}"
14
14
  PREFERRED_COMMAND="${PREFERRED_COMMAND:-skill-atlas}"