react-native-spike-sdk 2.5.0 → 2.5.2

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/README.md CHANGED
@@ -419,6 +419,7 @@ class BackgroundDeliveriesLogger implements SpikeBackgroundDeliveriesLogger {
419
419
  - SpikeDataTypes.breathing
420
420
  - SpikeDataTypes.calories
421
421
  - SpikeDataTypes.distance
422
+ - SpikeDataTypes.ecg
422
423
  - SpikeDataTypes.glucose
423
424
  - SpikeDataTypes.heart
424
425
  - SpikeDataTypes.info
@@ -76,7 +76,7 @@ dependencies {
76
76
  //noinspection GradleDynamicVersion
77
77
  implementation "com.facebook.react:react-android:0.71.3"
78
78
  implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
79
- implementation 'com.spikeapi.sdk:spike-sdk:3.0.19'
79
+ implementation 'com.spikeapi.sdk:spike-sdk:3.1.1'
80
80
  implementation 'androidx.core:core-ktx:1.9.0'
81
81
  implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.1'
82
82
  implementation 'com.google.code.gson:gson:2.10.1'
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-spike-sdk",
3
- "version": "2.5.0",
4
- "iosVersion": "2.4.0",
3
+ "version": "2.5.2",
4
+ "iosVersion": "2.4.2",
5
5
  "description": "Spike API for health and productivity data from wearables and IoT devices",
6
6
  "main": "lib/commonjs/index",
7
7
  "module": "lib/module/index",