@pure-ds/core 0.5.1 → 0.5.2

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.
@@ -273,10 +273,12 @@ export class PDS extends EventTarget {
273
273
  themeStorageKey?: string;
274
274
  public?: {
275
275
  root?: string;
276
+ managerURL?: string;
276
277
  };
277
278
  // live-only
278
279
  preloadStyles?: boolean;
279
280
  criticalLayers?: string[];
281
+ managerURL?: string;
280
282
  // static-only
281
283
  staticPaths?: Record<string, string>;
282
284
  enhancers?: Array<any>;