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