@tak-ps/cloudtak 13.64.0 → 13.65.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,6 +1,6 @@
|
|
|
1
1
|
import { ConnectionType } from '@capawesome/capacitor-network';
|
|
2
2
|
/**
|
|
3
|
-
* Network status exposed by `@capawesome/capacitor-network` 0.1.
|
|
3
|
+
* Network status exposed by `@capawesome/capacitor-network` 0.1.3.
|
|
4
4
|
*
|
|
5
5
|
* A connection, including validated public internet access, does not guarantee
|
|
6
6
|
* that the configured TAK server is reachable.
|
|
@@ -26,10 +26,9 @@ export declare class NetworkStatus {
|
|
|
26
26
|
get isExpensive(): boolean | null;
|
|
27
27
|
/**
|
|
28
28
|
* Conservative minimize-data signal, not proof of a satellite connection.
|
|
29
|
-
* Android: satellite on 15+, or bandwidth-constrained
|
|
29
|
+
* Android: satellite on 15+, or bandwidth-constrained when API 36 or
|
|
30
|
+
* U Extensions 16 is available.
|
|
30
31
|
* iOS: `NWPath.isUltraConstrained` on 26+. Unsupported on Web.
|
|
31
|
-
* Android 14/15 SDK Extensions support is tracked in
|
|
32
|
-
* capawesome-team/capacitor-plugins#964.
|
|
33
32
|
*/
|
|
34
33
|
get isUltraConstrained(): boolean | null;
|
|
35
34
|
/**
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tak-ps/cloudtak",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "13.
|
|
4
|
+
"version": "13.65.0",
|
|
5
5
|
"types": "dist/types/plugin.d.ts",
|
|
6
6
|
"files": [
|
|
7
7
|
"dist/types"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@capacitor/keyboard": "^8.0.3",
|
|
44
44
|
"@capacitor/preferences": "^8.0.1",
|
|
45
45
|
"@capacitor/status-bar": "^8.0.2",
|
|
46
|
-
"@capawesome/capacitor-network": "0.1.
|
|
46
|
+
"@capawesome/capacitor-network": "0.1.3",
|
|
47
47
|
"@capgo/background-geolocation": "^8.0.39",
|
|
48
48
|
"@capgo/capacitor-compass": "^8.1.17",
|
|
49
49
|
"@capgo/capacitor-updater": "^8.50.1",
|