cli-aimlock 5.0.0 → 5.0.1

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/installer.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * 五个官方技能共用这一份安装器。packages/*/installer.mjs 必须与本文件字节一致。
2
+ * 五个官方技能共用这一份安装器。packages/*-cli/installer.mjs 必须与本文件字节一致。
3
3
  * 禁止第二套超时、第二套版本来源、第二套 bin 名。
4
4
  */
5
5
  import { copyFile, mkdir, writeFile } from 'node:fs/promises'
package/package.json CHANGED
@@ -18,5 +18,5 @@
18
18
  "url": "https://github.com/88208555/aimlock-clitax.git"
19
19
  },
20
20
  "type": "module",
21
- "version": "5.0.0"
21
+ "version": "5.0.1"
22
22
  }
package/skill/skill.json CHANGED
@@ -6,5 +6,5 @@
6
6
  "name": "aimlock",
7
7
  "schemaVersion": "aimlock.skill.request/1.0",
8
8
  "type": "Skill",
9
- "version": "v5.0.0"
9
+ "version": "v5.0.1"
10
10
  }