@cesdk/node 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
@@ -5136,7 +5136,7 @@ declare class CreativeEngine {
5136
5136
  * - `'ly.img.filter.duotone'` - Color effects of various kinds
5137
5137
  *
5138
5138
  * These assets are parsed from the IMG.LY CDN at \{\{base_url\}\}/<id>/content.json, where
5139
- * `base_url` defaults to 'https://cdn.img.ly/assets/v3'.
5139
+ * `base_url` defaults to 'https://cdn.img.ly/assets/v4'.
5140
5140
  * Each source is created via `addLocalSource` and populated with the parsed assets. To modify the available
5141
5141
  * assets, you may either exclude certain IDs via `excludeAssetSourceIds` or alter the sources after creation.
5142
5142
  *
@@ -5145,7 +5145,7 @@ declare class CreativeEngine {
5145
5145
  * @returns A promise that resolves when all asset sources are loaded.
5146
5146
  */
5147
5147
  addDefaultAssetSources({ baseURL, excludeAssetSourceIds }?: {
5148
- /** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/v3'`. */
5148
+ /** The source of the asset definitions, must be absolute. Defaults to `'https://cdn.img.ly/assets/v4'`. */
5149
5149
  baseURL?: string;
5150
5150
  /** A list of IDs, that will be ignored during load. */
5151
5151
  excludeAssetSourceIds?: DefaultAssetSourceId[];