objc-js 1.0.3 → 1.0.4
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
|
@@ -39,11 +39,11 @@
|
|
|
39
39
|
"make-clangd-config": "node ./scripts/make-clangd-config.js",
|
|
40
40
|
"format": "prettier --write \"**/*.{ts,js,json,md}\"",
|
|
41
41
|
"preinstall-disabled": "npm run build-scripts && npm run make-clangd-config",
|
|
42
|
-
"prebuild:arm64": "prebuildify --napi --strip --arch arm64",
|
|
43
|
-
"prebuild:x64": "prebuildify --napi --strip --arch x64",
|
|
42
|
+
"prebuild:arm64": "prebuildify --napi --strip --arch arm64 -r node --tagArmv",
|
|
43
|
+
"prebuild:x64": "prebuildify --napi --strip --arch x64 -r node",
|
|
44
44
|
"prebuild:all": "bun run prebuild:arm64 && bun run prebuild:x64"
|
|
45
45
|
},
|
|
46
|
-
"version": "1.0.
|
|
46
|
+
"version": "1.0.4",
|
|
47
47
|
"description": "Objective-C bridge for Node.js",
|
|
48
48
|
"main": "dist/index.js",
|
|
49
49
|
"dependencies": {
|
|
@@ -58,5 +58,8 @@
|
|
|
58
58
|
"prettier": "^3.7.4",
|
|
59
59
|
"typescript": "^5.9.3"
|
|
60
60
|
},
|
|
61
|
-
"gypfile": true
|
|
61
|
+
"gypfile": true,
|
|
62
|
+
"patchedDependencies": {
|
|
63
|
+
"prebuildify@6.0.1": "patches/prebuildify@6.0.1.patch"
|
|
64
|
+
}
|
|
62
65
|
}
|
|
index c318588..d88bd53 100755
|
|
|
Binary file
|
|
index c7f55a4..3ae6d4c 100755
|
|
|
Binary file
|