@sentiance-react-native/core 6.8.0-rc.2 → 6.8.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/RNSentianceCore.podspec
CHANGED
|
@@ -1266,6 +1266,12 @@ static NSString * const SmartGeofencesErrorDomain = @"com.sentiance.SmartGeofenc
|
|
|
1266
1266
|
case SENTSmartGeofencesRefreshFailureReasonFeatureNotEnabled:
|
|
1267
1267
|
reason = @"FEATURE_NOT_ENABLED";
|
|
1268
1268
|
break;
|
|
1269
|
+
case SENTSmartGeofencesRefreshFailureReasonNoUser:
|
|
1270
|
+
reason = @"NO_USER";
|
|
1271
|
+
break;
|
|
1272
|
+
case SENTSmartGeofencesRefreshFailureReasonUserDisabledRemotely:
|
|
1273
|
+
reason = @"USER_DISABLED_REMOTELY";
|
|
1274
|
+
break;
|
|
1269
1275
|
case SENTSmartGeofencesRefreshFailureReasonUnexpectedError:
|
|
1270
1276
|
default:
|
|
1271
1277
|
reason = @"UNEXPECTED_ERROR";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sentiance-react-native/core",
|
|
3
|
-
"version": "6.8.0
|
|
3
|
+
"version": "6.8.0",
|
|
4
4
|
"description": "The Sentiance Core library",
|
|
5
5
|
"main": "lib/index.js",
|
|
6
6
|
"typings": "lib/index.d.ts",
|
|
@@ -29,10 +29,10 @@
|
|
|
29
29
|
"targetSdk": 34,
|
|
30
30
|
"compileSdk": 34,
|
|
31
31
|
"buildTools": "34.0.0",
|
|
32
|
-
"sentiance": "6.8
|
|
32
|
+
"sentiance": "6.8.+"
|
|
33
33
|
},
|
|
34
34
|
"ios": {
|
|
35
|
-
"sentiance": "6.8.0
|
|
35
|
+
"sentiance": "~> 6.8.0"
|
|
36
36
|
}
|
|
37
37
|
}
|
|
38
38
|
}
|