@cesdk/node 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-d6b5f65cff55d930df54.wasm → cesdk-v1.18.1-rc.1-8ab4f785e4f6ba839dad.wasm} +0 -0
- package/index.d.ts +0 -3
- package/index.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
|
@@ -2579,9 +2579,6 @@ export declare interface Configuration {
|
|
|
2579
2579
|
featureFlags?: {
|
|
2580
2580
|
[flag: string]: boolean | string;
|
|
2581
2581
|
};
|
|
2582
|
-
/**
|
|
2583
|
-
* @deprecated Extensions have been superseded by AssetSources and should no longer be used.
|
|
2584
|
-
*/
|
|
2585
2582
|
extensions: {
|
|
2586
2583
|
baseURL: string;
|
|
2587
2584
|
entries: string[];
|