@vowifi-rs/vowifi 0.1.13 → 0.1.14

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.
package/index.d.ts CHANGED
@@ -25,6 +25,7 @@ export interface OperationalConfig {
25
25
  ikeDpdIntervalMs?: number
26
26
  ikeDpdResponseTimeoutMs?: number
27
27
  ikeDpdMaxMissedProbes?: number
28
+ natKeepaliveIntervalMs?: number
28
29
  registrationTimeoutMs?: number
29
30
  refreshAtPercent?: number
30
31
  recoveryAttempts?: number
package/native.d.ts CHANGED
@@ -51,6 +51,7 @@ export interface JsOperationalConfig {
51
51
  ikeDpdIntervalMs?: number
52
52
  ikeDpdResponseTimeoutMs?: number
53
53
  ikeDpdMaxMissedProbes?: number
54
+ natKeepaliveIntervalMs?: number
54
55
  registrationTimeoutMs?: number
55
56
  refreshAtPercent?: number
56
57
  recoveryAttempts?: number
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vowifi-rs/vowifi",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Hardware-independent VoWiFi SMS session for Node.js",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
@@ -45,8 +45,8 @@
45
45
  ]
46
46
  },
47
47
  "optionalDependencies": {
48
- "@vowifi-rs/vowifi-win32-x64-msvc": "0.1.13",
49
- "@vowifi-rs/vowifi-linux-x64-gnu": "0.1.13",
50
- "@vowifi-rs/vowifi-linux-arm64-gnu": "0.1.13"
48
+ "@vowifi-rs/vowifi-win32-x64-msvc": "0.1.14",
49
+ "@vowifi-rs/vowifi-linux-x64-gnu": "0.1.14",
50
+ "@vowifi-rs/vowifi-linux-arm64-gnu": "0.1.14"
51
51
  }
52
52
  }