@cesdk/engine 1.18.0 → 1.18.1-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/assets/core/{cesdk-v1.18.0-92305a66721d5ffbbe0b.wasm → cesdk-v1.18.1-rc.1-129dcc77cd453bce32f1.wasm} +0 -0
- package/index.d.ts +0 -3
- package/index.js +1 -1
- package/integrations/react.d.ts +43 -0
- package/integrations/react.js +1 -1
- package/package.json +1 -1
- /package/assets/core/{cesdk-v1.18.0-d92fadafda0b5129818d.data → cesdk-v1.18.1-rc.1-d92fadafda0b5129818d.data} +0 -0
|
Binary file
|
package/index.d.ts
CHANGED
|
@@ -2633,9 +2633,6 @@ export declare interface Configuration {
|
|
|
2633
2633
|
featureFlags?: {
|
|
2634
2634
|
[flag: string]: boolean | string;
|
|
2635
2635
|
};
|
|
2636
|
-
/**
|
|
2637
|
-
* @deprecated Extensions have been superseded by AssetSources and should no longer be used.
|
|
2638
|
-
*/
|
|
2639
2636
|
extensions: {
|
|
2640
2637
|
baseURL: string;
|
|
2641
2638
|
entries: string[];
|