@tak-ps/cloudtak 13.79.0 → 13.79.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.
@@ -18,6 +18,11 @@ export declare class GeolocationPermission {
18
18
  private watchGeneration;
19
19
  private lastLocationTimestamp;
20
20
  private locationCallback;
21
+ private nativeDelivery?;
22
+ private restartTimer;
23
+ private restartAttempts;
24
+ private static readonly RESTART_BASE_MS;
25
+ private static readonly RESTART_MAX_MS;
21
26
  private static readonly SEED_TIMEOUT_MS;
22
27
  private static readonly SEED_MAX_AGE_MS;
23
28
  static supportsLocationRequests(): boolean;
@@ -27,6 +32,7 @@ export declare class GeolocationPermission {
27
32
  initializeSubscription(onGranted?: () => void): Promise<void>;
28
33
  startWatch(onLocation: (position: Position) => void, native?: NativeDeliveryOptions): Promise<void>;
29
34
  private seedImmediateFix;
35
+ private scheduleRestart;
30
36
  stopWatch(): Promise<void>;
31
37
  private startBackgroundWatch;
32
38
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tak-ps/cloudtak",
3
3
  "type": "module",
4
- "version": "13.79.0",
4
+ "version": "13.79.2",
5
5
  "types": "dist/types/plugin.d.ts",
6
6
  "files": [
7
7
  "dist/types"