@cesdk/node-native 1.77.0-nightly.20260612 → 1.77.0-rc.1

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-nightly.20260612" },
267
+ "dependencies": { "@cesdk/node-native": "^1.77.0-rc.1" },
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
@@ -2744,7 +2744,7 @@ var BlockAPI = class {
2744
2744
  videoBitrate: 0,
2745
2745
  audioBitrate: 0,
2746
2746
  framerate: 30,
2747
- useTargetSize: false,
2747
+ useTargetSize: options?.targetWidth != null && options?.targetHeight != null,
2748
2748
  targetWidth: 0,
2749
2749
  targetHeight: 0,
2750
2750
  allowTextOverhang: false,
@@ -4716,7 +4716,7 @@ var AssetAPI = class {
4716
4716
  }
4717
4717
  }
4718
4718
  };
4719
- var _version = true ? "1.77.0-nightly.20260612" : "0.0.0";
4719
+ var _version = true ? "1.77.0-rc.1" : "0.0.0";
4720
4720
  var CreativeEngine = class _CreativeEngine {
4721
4721
  constructor(engine) {
4722
4722
  this.version = _CreativeEngine.version;