react-native-spike-sdk 4.2.33 → 4.2.43

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.
@@ -1168,7 +1168,6 @@ class SpikeSdkModule(reactContext: ReactApplicationContext) :
1168
1168
  }
1169
1169
  }
1170
1170
 
1171
- @ReactMethod
1172
1171
  fun areAllPermissionsGranted(connectionUUID: String, permissions: Set<String>, promise: Promise) {
1173
1172
  scope.launch {
1174
1173
  try {
@@ -5,5 +5,5 @@ Object.defineProperty(exports, "__esModule", {
5
5
  });
6
6
  exports.SPIKE_SDK_VERSION = void 0;
7
7
  // This file is auto-generated. Do not edit manually.
8
- const SPIKE_SDK_VERSION = exports.SPIKE_SDK_VERSION = "4.2.33";
8
+ const SPIKE_SDK_VERSION = exports.SPIKE_SDK_VERSION = "4.2.43";
9
9
  //# sourceMappingURL=version.js.map
@@ -1,5 +1,5 @@
1
1
  "use strict";
2
2
 
3
3
  // This file is auto-generated. Do not edit manually.
4
- export const SPIKE_SDK_VERSION = "4.2.33";
4
+ export const SPIKE_SDK_VERSION = "4.2.43";
5
5
  //# sourceMappingURL=version.js.map
@@ -1,2 +1,2 @@
1
- export declare const SPIKE_SDK_VERSION = "4.2.33";
1
+ export declare const SPIKE_SDK_VERSION = "4.2.43";
2
2
  //# sourceMappingURL=version.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-spike-sdk",
3
- "version": "4.2.33",
3
+ "version": "4.2.43",
4
4
  "iosVersion": "4.2.31",
5
5
  "description": "Spike API for health and productivity data from wearables and IoT devices",
6
6
  "main": "lib/commonjs/index",
package/src/version.ts CHANGED
@@ -1,3 +1,3 @@
1
1
  // This file is auto-generated. Do not edit manually.
2
- export const SPIKE_SDK_VERSION = "4.2.33";
2
+ export const SPIKE_SDK_VERSION = "4.2.43";
3
3