@gitlawb/zero 0.4.0-darwin-arm64 → 0.4.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/helpers/node_modules/.package-lock.json +4 -4
- package/helpers/node_modules/@opentui/core-darwin-x64/README.md +3 -0
- package/helpers/node_modules/@opentui/core-darwin-x64/libopentui.dylib +0 -0
- package/helpers/node_modules/@opentui/{core-darwin-arm64 → core-darwin-x64}/package.json +3 -3
- package/helpers/node_modules/agent-browser/bin/{agent-browser-darwin-arm64 → agent-browser-darwin-x64} +0 -0
- package/package.json +3 -3
- package/zero +0 -0
- package/helpers/node_modules/@opentui/core-darwin-arm64/README.md +0 -3
- package/helpers/node_modules/@opentui/core-darwin-arm64/libopentui.dylib +0 -0
- /package/helpers/node_modules/@opentui/{core-darwin-arm64 → core-darwin-x64}/LICENSE +0 -0
- /package/helpers/node_modules/@opentui/{core-darwin-arm64 → core-darwin-x64}/index.bun.js +0 -0
- /package/helpers/node_modules/@opentui/{core-darwin-arm64 → core-darwin-x64}/index.d.ts +0 -0
- /package/helpers/node_modules/@opentui/{core-darwin-arm64 → core-darwin-x64}/index.js +0 -0
|
@@ -85,12 +85,12 @@
|
|
|
85
85
|
"web-tree-sitter": "0.25.10"
|
|
86
86
|
}
|
|
87
87
|
},
|
|
88
|
-
"node_modules/@opentui/core-darwin-
|
|
88
|
+
"node_modules/@opentui/core-darwin-x64": {
|
|
89
89
|
"version": "0.2.16",
|
|
90
|
-
"resolved": "https://registry.npmjs.org/@opentui/core-darwin-
|
|
91
|
-
"integrity": "sha512-
|
|
90
|
+
"resolved": "https://registry.npmjs.org/@opentui/core-darwin-x64/-/core-darwin-x64-0.2.16.tgz",
|
|
91
|
+
"integrity": "sha512-KimiHE0j7EsTB5P8doW0lr1eH5iZKLPKWQO+tmy1VcdYr/TzqhdHSvGuJXrZvfTFi9/rV57Eq0d7964Ri9O0vQ==",
|
|
92
92
|
"cpu": [
|
|
93
|
-
"
|
|
93
|
+
"x64"
|
|
94
94
|
],
|
|
95
95
|
"license": "MIT",
|
|
96
96
|
"optional": true,
|
|
Binary file
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
|
-
"name": "@opentui/core-darwin-
|
|
2
|
+
"name": "@opentui/core-darwin-x64",
|
|
3
3
|
"version": "0.2.16",
|
|
4
|
-
"description": "Prebuilt darwin-
|
|
4
|
+
"description": "Prebuilt darwin-x64 binaries for @opentui/core",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "index.js",
|
|
7
7
|
"module": "index.js",
|
|
@@ -27,6 +27,6 @@
|
|
|
27
27
|
"darwin"
|
|
28
28
|
],
|
|
29
29
|
"cpu": [
|
|
30
|
-
"
|
|
30
|
+
"x64"
|
|
31
31
|
]
|
|
32
32
|
}
|
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gitlawb/zero",
|
|
3
|
-
"version": "0.4.0-darwin-
|
|
4
|
-
"description": "zero native binary for darwin-
|
|
3
|
+
"version": "0.4.0-darwin-x64",
|
|
4
|
+
"description": "zero native binary for darwin-x64 (installed via @gitlawb/zero@0.4.0)",
|
|
5
5
|
"os": [
|
|
6
6
|
"darwin"
|
|
7
7
|
],
|
|
8
8
|
"cpu": [
|
|
9
|
-
"
|
|
9
|
+
"x64"
|
|
10
10
|
],
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"repository": {
|
package/zero
CHANGED
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|