@cesdk/node-native 1.77.0-rc.3 → 1.77.0-rc.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/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-rc.3" },
267
+ "dependencies": { "@cesdk/node-native": "^1.77.0-rc.4" },
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
@@ -4716,7 +4716,7 @@ var AssetAPI = class {
4716
4716
  }
4717
4717
  }
4718
4718
  };
4719
- var _version = true ? "1.77.0-rc.3" : "0.0.0";
4719
+ var _version = true ? "1.77.0-rc.4" : "0.0.0";
4720
4720
  var CreativeEngine = class _CreativeEngine {
4721
4721
  constructor(engine) {
4722
4722
  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-rc.3",
3
+ "version": "1.77.0-rc.4",
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-rc.3",
56
- "@cesdk/node-native-darwin-x64": "1.77.0-rc.3",
57
- "@cesdk/node-native-linux-x64": "1.77.0-rc.3"
55
+ "@cesdk/node-native-darwin-arm64": "1.77.0-rc.4",
56
+ "@cesdk/node-native-darwin-x64": "1.77.0-rc.4",
57
+ "@cesdk/node-native-linux-x64": "1.77.0-rc.4"
58
58
  }
59
59
  }