@sentiance-react-native/user-context 6.10.0-rc.4 → 6.10.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.
Files changed (2) hide show
  1. package/lib/index.d.ts +1 -0
  2. package/package.json +2 -2
package/lib/index.d.ts CHANGED
@@ -213,6 +213,7 @@ declare module "@sentiance-react-native/user-context" {
213
213
  speedLimitInMps?: number; // in meters per second
214
214
  hasUnlimitedSpeedLimit: boolean;
215
215
  isSpeedLimitInfoSet: boolean;
216
+ isSynthetic: boolean;
216
217
  }
217
218
 
218
219
  export interface Venue {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentiance-react-native/user-context",
3
- "version": "6.10.0-rc.4",
3
+ "version": "6.10.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.10.0-rc.4"
17
+ "@sentiance-react-native/core": "6.10.0"
18
18
  },
19
19
  "author": "",
20
20
  "license": "",