@cesdk/node-native 1.77.0-nightly.20260610 → 1.77.0-nightly.20260611
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/README.md +1 -1
- package/lib/index.js +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -264,7 +264,7 @@ pnpEnableInlining: false
|
|
|
264
264
|
```jsonc
|
|
265
265
|
// package.json
|
|
266
266
|
{
|
|
267
|
-
"dependencies": { "@cesdk/node-native": "^1.77.0-nightly.
|
|
267
|
+
"dependencies": { "@cesdk/node-native": "^1.77.0-nightly.20260611" },
|
|
268
268
|
"dependenciesMeta": {
|
|
269
269
|
"@cesdk/node-native-darwin-arm64": { "unplugged": true },
|
|
270
270
|
"@cesdk/node-native-darwin-x64": { "unplugged": true },
|
package/lib/index.js
CHANGED
|
@@ -4698,7 +4698,7 @@ var AssetAPI = class {
|
|
|
4698
4698
|
}
|
|
4699
4699
|
}
|
|
4700
4700
|
};
|
|
4701
|
-
var _version = true ? "1.77.0-nightly.
|
|
4701
|
+
var _version = true ? "1.77.0-nightly.20260611" : "0.0.0";
|
|
4702
4702
|
var CreativeEngine = class _CreativeEngine {
|
|
4703
4703
|
constructor(engine) {
|
|
4704
4704
|
this.version = _CreativeEngine.version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cesdk/node-native",
|
|
3
|
-
"version": "1.77.0-nightly.
|
|
3
|
+
"version": "1.77.0-nightly.20260611",
|
|
4
4
|
"description": "CE.SDK Creative Engine for Node.js — native bindings",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"cesdk",
|
|
@@ -52,8 +52,8 @@
|
|
|
52
52
|
"ThirdPartyLicenses.md"
|
|
53
53
|
],
|
|
54
54
|
"optionalDependencies": {
|
|
55
|
-
"@cesdk/node-native-darwin-arm64": "1.77.0-nightly.
|
|
56
|
-
"@cesdk/node-native-darwin-x64": "1.77.0-nightly.
|
|
57
|
-
"@cesdk/node-native-linux-x64": "1.77.0-nightly.
|
|
55
|
+
"@cesdk/node-native-darwin-arm64": "1.77.0-nightly.20260611",
|
|
56
|
+
"@cesdk/node-native-darwin-x64": "1.77.0-nightly.20260611",
|
|
57
|
+
"@cesdk/node-native-linux-x64": "1.77.0-nightly.20260611"
|
|
58
58
|
}
|
|
59
59
|
}
|