@cesdk/engine 1.56.0-nightly.20250708 → 1.56.0-nightly.20250709

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
@@ -5250,7 +5250,7 @@ declare class CreativeEngine {
5250
5250
  * - `'ly.img.filter.duotone'` - Color effects of various kinds
5251
5251
  *
5252
5252
  * These assets are parsed from the IMG.LY CDN at `\{\{base_url\}\}/<id>/content.json`, where
5253
- * `base_url` defaults to 'https://cdn.img.ly/assets/v3'.
5253
+ * `base_url` defaults to 'https://cdn.img.ly/assets/v4'.
5254
5254
  * Each source is created via `addLocalSource` and populated with the parsed assets. To modify the available
5255
5255
  * assets, you may either exclude certain IDs via `excludeAssetSourceIds` or alter the sources after creation.
5256
5256
  *
@@ -5259,7 +5259,7 @@ declare class CreativeEngine {
5259
5259
  * @returns A promise that resolves when all asset sources are loaded.
5260
5260
  */
5261
5261
  addDefaultAssetSources({ baseURL, excludeAssetSourceIds }?: {
5262
- /** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/v3'`. */
5262
+ /** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/v4'`. */
5263
5263
  baseURL?: string;
5264
5264
  /** A list of IDs, that will be ignored during load. */
5265
5265
  excludeAssetSourceIds?: DefaultAssetSourceId[];