@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.
|
Binary file
|
|
Binary file
|
package/android/build.gradle
CHANGED
package/package.json
CHANGED
|
@@ -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.
|
|
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.
|
|
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.
|
|
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"
|