@veryai/react-native-sdk 1.0.44 → 1.0.46
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/build.gradle
CHANGED
|
@@ -83,7 +83,7 @@ dependencies {
|
|
|
83
83
|
if (findProject(':very-sdk') != null) {
|
|
84
84
|
implementation project(':very-sdk')
|
|
85
85
|
} else {
|
|
86
|
-
implementation "org.very:sdk:${project.findProperty('verySDKVersion') ?: '1.0.
|
|
86
|
+
implementation "org.very:sdk:${project.findProperty('verySDKVersion') ?: '1.0.46'}"
|
|
87
87
|
}
|
|
88
88
|
}
|
|
89
89
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@veryai/react-native-sdk",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.46",
|
|
4
4
|
"description": "React Native wrapper for Very SDK - Palm biometrics verification",
|
|
5
5
|
"main": "lib/commonjs/index",
|
|
6
6
|
"module": "lib/module/index",
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"very"
|
|
31
31
|
],
|
|
32
32
|
"repository": "https://github.com/veroslabs/very-sdk",
|
|
33
|
-
"author": "
|
|
33
|
+
"author": "Veros Inc.",
|
|
34
34
|
"license": "MIT",
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*",
|
|
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
|
|
|
7
7
|
s.summary = package["description"]
|
|
8
8
|
s.homepage = "https://very.org"
|
|
9
9
|
s.license = "MIT"
|
|
10
|
-
s.author = { "
|
|
10
|
+
s.author = { "Veros Inc." => "mail@very.org" }
|
|
11
11
|
s.source = { :git => "https://github.com/veroslabs/very-sdk.git", :tag => s.version }
|
|
12
12
|
s.platform = :ios, "13.0"
|
|
13
13
|
s.swift_version = "5.0"
|
|
@@ -29,7 +29,7 @@ Pod::Spec.new do |s|
|
|
|
29
29
|
# CI sed in .github/workflows/release.yml can rewrite the version
|
|
30
30
|
# on each release. The two forms are functionally similar within
|
|
31
31
|
# a minor: `~> 1.0.39` ≡ `>= 1.0.39, < 1.1.0`.
|
|
32
|
-
core.dependency "VerySDK/Core", "1.0.
|
|
32
|
+
core.dependency "VerySDK/Core", "1.0.46"
|
|
33
33
|
|
|
34
34
|
if respond_to?(:install_modules_dependencies, true)
|
|
35
35
|
install_modules_dependencies(core)
|
|
@@ -40,6 +40,6 @@ Pod::Spec.new do |s|
|
|
|
40
40
|
|
|
41
41
|
s.subspec 'Bundled' do |bundled|
|
|
42
42
|
bundled.dependency 'veryai-react-native-sdk/Core'
|
|
43
|
-
bundled.dependency 'VerySDK/Bundled', "1.0.
|
|
43
|
+
bundled.dependency 'VerySDK/Bundled', "1.0.46"
|
|
44
44
|
end
|
|
45
45
|
end
|