@sys9/run9-cli 0.8.2-rc.0-linux-arm64 → 0.8.2-rc.0-darwin-x64
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
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sys9/run9-cli",
|
|
3
|
-
"version": "0.8.2-rc.0-
|
|
3
|
+
"version": "0.8.2-rc.0-darwin-x64",
|
|
4
4
|
"description": "run9 CLI with platform-native npm packages for Linux and macOS",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"os": [
|
|
7
|
-
"
|
|
7
|
+
"darwin"
|
|
8
8
|
],
|
|
9
9
|
"cpu": [
|
|
10
|
-
"
|
|
10
|
+
"x64"
|
|
11
11
|
],
|
|
12
12
|
"files": [
|
|
13
13
|
"vendor"
|
|
Binary file
|
|
Binary file
|