@sentiance-react-native/user-context 6.12.0-rc.1 → 6.12.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.
- package/lib/index.d.ts +4 -0
- package/package.json +2 -2
package/lib/index.d.ts
CHANGED
|
@@ -232,6 +232,10 @@ declare module "@sentiance-react-native/user-context" {
|
|
|
232
232
|
accuracy: number; // in meters
|
|
233
233
|
timestamp: number; // UTC epoch time in milliseconds
|
|
234
234
|
speedInMps?: number; // in meters per second
|
|
235
|
+
/**
|
|
236
|
+
* - If {@link isSpeedLimitInfoSet} is `false`, then this value will be `undefined`.
|
|
237
|
+
* - If {@link hasUnlimitedSpeedLimit} is `true`, then this value will be `Number.MAX_VALUE`.
|
|
238
|
+
*/
|
|
235
239
|
speedLimitInMps?: number; // in meters per second
|
|
236
240
|
hasUnlimitedSpeedLimit: boolean;
|
|
237
241
|
isSpeedLimitInfoSet: boolean;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentiance-react-native/user-context",
|
|
3
|
-
"version": "6.12.0
|
|
3
|
+
"version": "6.12.0",
|
|
4
4
|
"description": "The Sentiance User Context library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
"sentiance"
|
|
15
15
|
],
|
|
16
16
|
"peerDependencies": {
|
|
17
|
-
"@sentiance-react-native/core": "6.12.0
|
|
17
|
+
"@sentiance-react-native/core": "6.12.0"
|
|
18
18
|
},
|
|
19
19
|
"author": "",
|
|
20
20
|
"license": "",
|