@yoooclaw/cli 0.2.0 → 0.2.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 +6 -6
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@yoooclaw/cli",
|
|
3
3
|
"description": "yoooclaw 独立 CLI(Go 实现,按平台分发原生二进制)",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.1",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"author": "developer@yoooclaw.com",
|
|
7
7
|
"repository": {
|
|
@@ -20,11 +20,11 @@
|
|
|
20
20
|
"README.md"
|
|
21
21
|
],
|
|
22
22
|
"optionalDependencies": {
|
|
23
|
-
"@yoooclaw/cli-darwin-arm64": "0.2.
|
|
24
|
-
"@yoooclaw/cli-darwin-x64": "0.2.
|
|
25
|
-
"@yoooclaw/cli-linux-arm64": "0.2.
|
|
26
|
-
"@yoooclaw/cli-linux-x64": "0.2.
|
|
27
|
-
"@yoooclaw/cli-win32-x64": "0.2.
|
|
23
|
+
"@yoooclaw/cli-darwin-arm64": "0.2.1",
|
|
24
|
+
"@yoooclaw/cli-darwin-x64": "0.2.1",
|
|
25
|
+
"@yoooclaw/cli-linux-arm64": "0.2.1",
|
|
26
|
+
"@yoooclaw/cli-linux-x64": "0.2.1",
|
|
27
|
+
"@yoooclaw/cli-win32-x64": "0.2.1"
|
|
28
28
|
},
|
|
29
29
|
"engines": {
|
|
30
30
|
"node": ">=18"
|