ziwei-cli 1.1.0 → 1.1.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/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ziwei-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
4
4
|
"description": "紫微斗数 + 八字命理分析 CLI 工具 - Claude Code / OpenClaw Skill",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "bin/ziwei.js",
|
|
7
7
|
"bin": {
|
|
8
|
-
"ziwei-cli": "
|
|
9
|
-
"ziwei": "
|
|
8
|
+
"ziwei-cli": "bin/install.cjs",
|
|
9
|
+
"ziwei": "bin/ziwei.js"
|
|
10
10
|
},
|
|
11
11
|
"files": [
|
|
12
12
|
"bin/",
|
|
@@ -44,6 +44,6 @@
|
|
|
44
44
|
},
|
|
45
45
|
"repository": {
|
|
46
46
|
"type": "git",
|
|
47
|
-
"url": "https://github.com/shanrichard/ziwei-skill"
|
|
47
|
+
"url": "git+https://github.com/shanrichard/ziwei-skill.git"
|
|
48
48
|
}
|
|
49
49
|
}
|