@tak-ps/cloudtak 12.129.0 → 12.131.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.
@@ -1,3 +1,12 @@
1
1
  export declare function getCurrentEntryBuildId(): string;
2
2
  export declare function getPageServiceWorkerBuildId(): string | null;
3
+ /**
4
+ * Called by the update banner in App.vue immediately before it posts
5
+ * `SKIP_WAITING` to the waiting worker. Sets a per-tab flag so that when
6
+ * `controllerchange` fires we know *this* tab asked for the reload and
7
+ * it is safe to auto-refresh. Other tabs on the same origin observe the
8
+ * same `controllerchange` but will show their own update prompt instead
9
+ * of silently reloading (which would lose unsaved state).
10
+ */
11
+ export declare function markUpdateRequestedByThisTab(): void;
3
12
  export declare function initServiceWorker(version: string): void;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "12.129.0",
4
+ "version": "12.131.0",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"
@@ -65,7 +65,7 @@
65
65
  "hls.js": "^1.6.5",
66
66
  "imask": "^6.0.0",
67
67
  "jsonata": "^2.0.4",
68
- "maplibre-gl": "5.23.0",
68
+ "maplibre-gl": "5.24.0",
69
69
  "milsymbol": "^3.0.2",
70
70
  "moment": "^2.29.3",
71
71
  "openapi-fetch": "^0.17.0",