react-native-rook-sdk 0.3.0 → 0.3.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.
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
6
6
  exports.packageInfo = void 0;
7
7
  var _reactNative = require("react-native");
8
8
  const packageInfo = exports.packageInfo = {
9
- version: '0.5.0',
9
+ version: '0.3.1',
10
10
  isAndroid: _reactNative.Platform.OS === 'android',
11
11
  debug: false
12
12
  };
@@ -1,6 +1,6 @@
1
1
  import { Platform } from 'react-native';
2
2
  export const packageInfo = {
3
- version: '0.5.0',
3
+ version: '0.3.1',
4
4
  isAndroid: Platform.OS === 'android',
5
5
  debug: false
6
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-rook-sdk",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "Rook sdk for apple health and health connect",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
 
17
17
  s.source_files = "ios/**/*.{h,m,mm}"
18
18
 
19
- s.dependency "RookSDK", "1.4.3"
19
+ s.dependency "RookSDK", "1.4.4"
20
20
 
21
21
  # Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
22
22
  # See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.