@ziniao-agent/cli-darwin-x64 0.1.0 → 0.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/README.md +3 -3
- package/bin/zn-open-eco +0 -0
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
# @ziniao-agent/cli-darwin-x64
|
|
2
|
-
|
|
3
|
-
macOS Intel native
|
|
1
|
+
# @ziniao-agent/cli-darwin-x64
|
|
2
|
+
|
|
3
|
+
macOS Intel native CLI package. Install this package directly; it publishes the `zn-open-eco` command without a Node.js runtime launcher.
|
package/bin/zn-open-eco
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ziniao-agent/cli-darwin-x64",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "macOS Intel native binary for @ziniao-agent/cli",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"os": [
|
|
@@ -9,6 +9,9 @@
|
|
|
9
9
|
"cpu": [
|
|
10
10
|
"x64"
|
|
11
11
|
],
|
|
12
|
+
"bin": {
|
|
13
|
+
"zn-open-eco": "bin/zn-open-eco"
|
|
14
|
+
},
|
|
12
15
|
"files": [
|
|
13
16
|
"bin/zn-open-eco",
|
|
14
17
|
"README.md"
|