@sentiance-react-native/core 6.5.0 → 6.5.1

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.
@@ -4,7 +4,7 @@ sentiance_sdk_version = package['sdkVersions']['ios']['sentiance']
4
4
 
5
5
  Pod::Spec.new do |s|
6
6
  s.name = "RNSentianceCore"
7
- s.version = "6.5.0"
7
+ s.version = "6.5.1"
8
8
  s.summary = "RNSentianceCore"
9
9
  s.description = <<-DESC
10
10
  RNSentianceCore
@@ -232,7 +232,7 @@
232
232
  if (waypoint.isSpeedSet) {
233
233
  dict[@"speedInMps"] = @(waypoint.speedInMps);
234
234
  }
235
- if (waypoint.isSpeedLimitSet) {
235
+ if (waypoint.isSpeedLimitInfoSet) {
236
236
  dict[@"speedLimitInMps"] = @(waypoint.speedLimitInMps);
237
237
  }
238
238
  dict[@"hasUnlimitedSpeedLimit"] = @(waypoint.isSpeedLimitUnlimited);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sentiance-react-native/core",
3
- "version": "6.5.0",
3
+ "version": "6.5.1",
4
4
  "description": "React Native Sentiance core library",
5
5
  "main": "lib/index.js",
6
6
  "typings": "lib/index.d.ts",