@cesdk/node-native-darwin-arm64 1.82.0-nightly.20260824 → 1.82.0-rc.0
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/cesdk_native.node +0 -0
- package/cesdk_native.node.sha256 +1 -1
- package/package.json +3 -1
package/cesdk_native.node
CHANGED
|
Binary file
|
package/cesdk_native.node.sha256
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
2b07ecfe6fb1f39720228ef59caeb1a88794c74a4347a84bd4418d3a7724c79f cesdk_native.node
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cesdk/node-native-darwin-arm64",
|
|
3
|
-
"version": "1.82.0-
|
|
3
|
+
"version": "1.82.0-rc.0",
|
|
4
4
|
"description": "Native binary for @cesdk/node-native on macOS arm64 (Apple Silicon)",
|
|
5
5
|
"main": "./cesdk_native.node",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -19,6 +19,8 @@
|
|
|
19
19
|
"engines": {
|
|
20
20
|
"node": ">=22.0.0"
|
|
21
21
|
},
|
|
22
|
+
"//preferUnplugged": "Yarn PnP keeps dependencies zipped by default; a .node binary must exist as a real file on disk for process.dlopen() to load it. Both sharp and esbuild set this on their platform packages for the same reason.",
|
|
23
|
+
"preferUnplugged": true,
|
|
22
24
|
"files": [
|
|
23
25
|
"cesdk_native.node",
|
|
24
26
|
"cesdk_native.node.sha256",
|