@cesdk/node 1.69.0-nightly.20260129 → 1.69.0-nightly.20260130

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
@@ -8381,7 +8381,9 @@ export declare interface Settings {
8381
8381
  clampThumbnailTextureSizes: boolean;
8382
8382
  /** Toggle the dock components visibility */
8383
8383
  'dock/hideLabels': boolean;
8384
- /** The root directory used when resolving relative paths or accessing bundle:// URIs. */
8384
+ /** The root directory for resolving relative paths and `bundle://` URIs.
8385
+ * Also used as the base URL for loading font fallback files and the default emoji font (when self-hosting assets).
8386
+ * If empty, defaults to `https://cdn.img.ly/assets/v4` for font/emoji assets. */
8385
8387
  basePath: string;
8386
8388
  /** The URI for the default emoji font file. */
8387
8389
  defaultEmojiFontFileUri: string;