@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/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[];