@tryvital/vital-core-react-native 3.1.0 → 3.2.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.
- package/android/.npmignore +2 -0
- package/android/build/.transforms/777b23048718230f4c0f0cce43c34ef3/transformed/debug/debug_dex/com/vitalcorereactnative/VitalCoreReactNativeModule.dex +0 -0
- package/android/build/.transforms/b98b1f04923c4bc62a7ee968fd2ba191/transformed/classes/classes_dex/classes.dex +0 -0
- package/android/build/intermediates/compile_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/intermediates/runtime_library_classes_dir/debug/com/vitalcorereactnative/VitalCoreReactNativeModule.class +0 -0
- package/android/build/intermediates/runtime_library_classes_jar/debug/classes.jar +0 -0
- package/android/build/kotlin/compileDebugKotlin/cacheable/last-build.bin +0 -0
- package/android/build/kotlin/compileDebugKotlin/local-state/build-history.bin +0 -0
- package/android/build/kspCaches/debug/classpath-entries.bin +0 -0
- package/android/build/kspCaches/debug/classpath-structure.bin +0 -0
- package/android/build/tmp/kotlin-classes/debug/com/vitalcorereactnative/VitalCoreReactNativeModule.class +0 -0
- package/android/build.gradle +1 -1
- package/package.json +1 -1
- package/vital-core-react-native.podspec +1 -1
- package/yarn.lock +2 -2
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
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 "VitalCore", "~> 0.11.
|
|
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.
|
|
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.
|
|
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"
|