@tryvital/vital-devices-react-native 3.1.0 → 3.2.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.
@@ -130,7 +130,7 @@ repositories {
130
130
  }
131
131
 
132
132
  def kotlin_version = getExtOrDefault('kotlinVersion')
133
- def vital_sdk_version = '2.0.1'
133
+ def vital_sdk_version = '2.0.2'
134
134
 
135
135
  dependencies {
136
136
  //noinspection GradleDynamicVersion
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-devices-react-native",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "Client to access Vital's Endpoints",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
17
17
  s.source_files = "ios/**/*.{h,m,mm,swift}"
18
18
 
19
19
  s.dependency "React-Core"
20
- s.dependency "VitalDevices", "~> 0.11.6"
20
+ s.dependency "VitalDevices", "~> 0.11.7"
21
21
 
22
22
  # Don't install the dependencies when we run `pod install` in the old architecture.
23
23
  if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then
package/yarn.lock CHANGED
@@ -793,7 +793,7 @@
793
793
  dependencies:
794
794
  "@hapi/hoek" "^9.0.0"
795
795
 
796
- "@humanwhocodes/config-array@^0.11.6":
796
+ "@humanwhocodes/config-array@^0.11.7":
797
797
  version "0.11.7"
798
798
  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
799
799
  integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
@@ -3215,7 +3215,7 @@ eslint@^8.4.1:
3215
3215
  integrity sha512-isQ4EEiyUjZFbEKvEGJKKGBwXtvXX+zJbkVKCgTuB9t/+jUBcy8avhkEwWJecI15BkRkOYmvIM5ynbhRjEkoeg==
3216
3216
  dependencies:
3217
3217
  "@eslint/eslintrc" "^1.3.3"
3218
- "@humanwhocodes/config-array" "^0.11.6"
3218
+ "@humanwhocodes/config-array" "^0.11.7"
3219
3219
  "@humanwhocodes/module-importer" "^1.0.1"
3220
3220
  "@nodelib/fs.walk" "^1.2.8"
3221
3221
  ajv "^6.10.0"