@cesdk/engine 1.51.0-nightly.20250506 → 1.51.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/assets/core/{cesdk-v1.51.0-nightly.20250506-CPSPUVEY.wasm → cesdk-v1.51.0-rc.0-WSZJAMXU.wasm} +0 -0
- package/assets/core/{worker-host-v1.51.0-nightly.20250506.js → worker-host-v1.51.0-rc.0.js} +1 -1
- package/index.d.ts +1 -1
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.51.0-nightly.20250506-44YCFRT6.data → cesdk-v1.51.0-rc.0-44YCFRT6.data} +0 -0
package/index.d.ts
CHANGED
|
@@ -3385,7 +3385,7 @@ export declare function defaultLogger(message: string, level?: LogLevel): void;
|
|
|
3385
3385
|
/**
|
|
3386
3386
|
* @public
|
|
3387
3387
|
*/
|
|
3388
|
-
export declare type DemoAssetSourceId = 'ly.img.template' | 'ly.img.image.upload' | 'ly.img.video.upload' | 'ly.img.audio.upload' | 'ly.img.image' | 'ly.img.video' | 'ly.img.video.template' | 'ly.img.audio';
|
|
3388
|
+
export declare type DemoAssetSourceId = 'ly.img.template' | 'ly.img.image.upload' | 'ly.img.video.upload' | 'ly.img.audio.upload' | 'ly.img.image' | 'ly.img.video' | 'ly.img.video.template' | 'ly.img.audio' | 'ly.img.textComponents';
|
|
3389
3389
|
|
|
3390
3390
|
/**
|
|
3391
3391
|
* A numerical identifier for a design block
|