@cesdk/node-native-linux-x64 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
|
+
e8f1402103df5d564e99957cc08bffdb8ee49248e8d30110e6d3ccaf992a623f cesdk_native.node
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cesdk/node-native-linux-x64",
|
|
3
|
-
"version": "1.82.0-
|
|
3
|
+
"version": "1.82.0-rc.0",
|
|
4
4
|
"description": "Native binary for @cesdk/node-native on Linux x64 (glibc ≥ 2.39)",
|
|
5
5
|
"main": "./cesdk_native.node",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -20,6 +20,8 @@
|
|
|
20
20
|
"engines": {
|
|
21
21
|
"node": ">=22.0.0"
|
|
22
22
|
},
|
|
23
|
+
"//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.",
|
|
24
|
+
"preferUnplugged": true,
|
|
23
25
|
"files": [
|
|
24
26
|
"cesdk_native.node",
|
|
25
27
|
"cesdk_native.node.sha256",
|