@tryvital/vital-core-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.
@@ -131,7 +131,7 @@ repositories {
131
131
  }
132
132
 
133
133
  def kotlin_version = getExtOrDefault('kotlinVersion')
134
- def vital_sdk_version = '2.0.1'
134
+ def vital_sdk_version = '2.0.2'
135
135
 
136
136
  dependencies {
137
137
  ksp "com.squareup.moshi:moshi-kotlin-codegen:1.13.0"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tryvital/vital-core-react-native",
3
- "version": "3.1.0",
3
+ "version": "3.2.0",
4
4
  "description": "test",
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 "VitalCore", "~> 0.11.6"
20
+ s.dependency "VitalCore", "~> 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
@@ -1108,7 +1108,7 @@
1108
1108
  dependencies:
1109
1109
  "@hapi/hoek" "^9.0.0"
1110
1110
 
1111
- "@humanwhocodes/config-array@^0.11.6":
1111
+ "@humanwhocodes/config-array@^0.11.7":
1112
1112
  version "0.11.7"
1113
1113
  resolved "https://registry.yarnpkg.com/@humanwhocodes/config-array/-/config-array-0.11.7.tgz#38aec044c6c828f6ed51d5d7ae3d9b9faf6dbb0f"
1114
1114
  integrity sha512-kBbPWzN8oVMLb0hOUYXhmxggL/1cJE6ydvjDIGi9EnAGUyA7cLVKQg+d/Dsm+KZwx2czGHrCmMVLiyg8s5JPKw==
@@ -3529,7 +3529,7 @@ eslint@^8.4.1:
3529
3529
  integrity sha512-S27Di+EVyMxcHiwDrFzk8dJYAaD+/5SoWKxL1ri/71CRHsnJnRDPNt2Kzj24+MT9FDupf4aqqyqPrvI8MvQ4VQ==
3530
3530
  dependencies:
3531
3531
  "@eslint/eslintrc" "^1.3.3"
3532
- "@humanwhocodes/config-array" "^0.11.6"
3532
+ "@humanwhocodes/config-array" "^0.11.7"
3533
3533
  "@humanwhocodes/module-importer" "^1.0.1"
3534
3534
  "@nodelib/fs.walk" "^1.2.8"
3535
3535
  ajv "^6.10.0"