@tak-ps/cloudtak 13.41.1 → 13.43.0

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.
@@ -139,6 +139,7 @@ export declare const useMapStore: import("pinia").StoreDefinition<"cloudtak", {
139
139
  reconcileOverlays: () => Promise<void>;
140
140
  updateIconRotation: (enabled: boolean) => void;
141
141
  updateDistanceUnit: (unit: string) => void;
142
+ updateBackground: () => void;
142
143
  updateAttribution: () => Promise<void>;
143
144
  /**
144
145
  * Determine if the feature is from the CoT store or a clicked VT feature
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.41.1",
4
+ "version": "13.43.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"