@cesdk/node 1.62.0-nightly.20251010 → 1.63.0-nightly.20251014
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.62.0-nightly.20251010-YP7QLOZM.wasm → cesdk-v1.63.0-nightly.20251014-F55QVFLF.wasm} +0 -0
- package/index.d.ts +2 -9
- package/index.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.62.0-nightly.20251010-44YCFRT6.data → cesdk-v1.63.0-nightly.20251014-44YCFRT6.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -5517,7 +5517,7 @@ export declare interface CompleteAssetResult extends AssetResult {
|
|
|
5517
5517
|
*/
|
|
5518
5518
|
export declare interface Configuration {
|
|
5519
5519
|
baseURL: string;
|
|
5520
|
-
license
|
|
5520
|
+
license?: string;
|
|
5521
5521
|
userId?: string;
|
|
5522
5522
|
core: {
|
|
5523
5523
|
baseURL: string;
|
|
@@ -6688,14 +6688,7 @@ export declare interface EnginePlugin {
|
|
|
6688
6688
|
* @public
|
|
6689
6689
|
*/
|
|
6690
6690
|
export declare type EnginePluginContext = {
|
|
6691
|
-
engine:
|
|
6692
|
-
asset: AssetAPI;
|
|
6693
|
-
block: BlockAPI;
|
|
6694
|
-
scene: SceneAPI;
|
|
6695
|
-
editor: EditorAPI;
|
|
6696
|
-
event: EventAPI;
|
|
6697
|
-
variable: VariableAPI;
|
|
6698
|
-
};
|
|
6691
|
+
engine: CreativeEngine;
|
|
6699
6692
|
};
|
|
6700
6693
|
|
|
6701
6694
|
/**
|