expo-local-authentication 16.0.0-canary-20250320-7a205d3 → 16.0.0-canary-20250402-161f57b
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 +2 -2
- package/expo-module.config.json +7 -1
- package/package.json +5 -4
package/android/build.gradle
CHANGED
|
@@ -4,13 +4,13 @@ plugins {
|
|
|
4
4
|
}
|
|
5
5
|
|
|
6
6
|
group = 'host.exp.exponent'
|
|
7
|
-
version = '
|
|
7
|
+
version = '16.0.0-canary-20250402-161f57b'
|
|
8
8
|
|
|
9
9
|
android {
|
|
10
10
|
namespace "expo.modules.localauthentication"
|
|
11
11
|
defaultConfig {
|
|
12
12
|
versionCode 30
|
|
13
|
-
versionName "
|
|
13
|
+
versionName "16.0.0-canary-20250402-161f57b"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
|
package/expo-module.config.json
CHANGED
|
@@ -4,6 +4,12 @@
|
|
|
4
4
|
"modules": ["LocalAuthenticationModule"]
|
|
5
5
|
},
|
|
6
6
|
"android": {
|
|
7
|
-
"modules": ["expo.modules.localauthentication.LocalAuthenticationModule"]
|
|
7
|
+
"modules": ["expo.modules.localauthentication.LocalAuthenticationModule"],
|
|
8
|
+
"publication": {
|
|
9
|
+
"groupId": "host.exp.exponent",
|
|
10
|
+
"artifactId": "expo.modules.localauthentication",
|
|
11
|
+
"version": "16.0.0-canary-20250402-161f57b",
|
|
12
|
+
"repository": "https://maven.pkg.github.com/expo/expo"
|
|
13
|
+
}
|
|
8
14
|
}
|
|
9
15
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "expo-local-authentication",
|
|
3
|
-
"version": "16.0.0-canary-
|
|
3
|
+
"version": "16.0.0-canary-20250402-161f57b",
|
|
4
4
|
"description": "Provides an API for FaceID and TouchID (iOS) or the Fingerprint API (Android) to authenticate the user with a face or fingerprint scan.",
|
|
5
5
|
"main": "build/LocalAuthentication.js",
|
|
6
6
|
"types": "build/LocalAuthentication.d.ts",
|
|
@@ -41,9 +41,10 @@
|
|
|
41
41
|
"invariant": "^2.2.4"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
|
-
"expo-module-scripts": "4.0.5-canary-
|
|
44
|
+
"expo-module-scripts": "4.0.5-canary-20250402-161f57b"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"expo": "53.0.0-canary-
|
|
48
|
-
}
|
|
47
|
+
"expo": "53.0.0-canary-20250402-161f57b"
|
|
48
|
+
},
|
|
49
|
+
"gitHead": "161f57bb5f579c84f8fa0337ec596034e21760f6"
|
|
49
50
|
}
|