@pulgar/darwin-arm64 0.0.1 → 0.0.2
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 +2 -2
- package/{testa → pulgar} +0 -0
- package/shim.dylib +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulgar/darwin-arm64",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "darwin arm64 binary for pulgar",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -8,5 +8,5 @@
|
|
|
8
8
|
},
|
|
9
9
|
"os": ["darwin"],
|
|
10
10
|
"cpu": ["arm64"],
|
|
11
|
-
"files": ["
|
|
11
|
+
"files": ["pulgar", "shim.dylib", "libnode.137.dylib"]
|
|
12
12
|
}
|
package/{testa → pulgar}
RENAMED
|
index 81907aa..0710b19 100755
|
|
|
Binary file
|
package/shim.dylib
CHANGED
|
Binary file
|