@cesdk/node 1.68.0-rc.1 → 1.69.0-nightly.20260129

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
@@ -7833,7 +7833,7 @@ export declare class SceneAPI {
7833
7833
  * the new dimensions.
7834
7834
  *
7835
7835
  * ```javascript
7836
- * engine.scene.applyTemplateFromURL('https://cdn.img.ly/assets/demo/v1/ly.img.template/templates/cesdk_postcard_1.scene');
7836
+ * engine.scene.applyTemplateFromURL('https://cdn.img.ly/assets/demo/v3/ly.img.template/templates/cesdk_postcard_1.scene');
7837
7837
  * ```
7838
7838
  *
7839
7839
  * @category Template Operations