expo-local-authentication 16.0.0-canary-20250219-4a5dade → 16.0.0-canary-20250303-4dba60e

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +4 -0
  2. package/package.json +4 -4
package/CHANGELOG.md CHANGED
@@ -15,6 +15,10 @@
15
15
  - [Android] Started using expo modules gradle plugin. ([#34176](https://github.com/expo/expo/pull/34176) by [@lukmccall](https://github.com/lukmccall))
16
16
  - [apple] Migrate remaining `expo-module.config.json` to unified platform syntax. ([#34445](https://github.com/expo/expo/pull/34445) by [@reichhartd](https://github.com/reichhartd))
17
17
 
18
+ ## 15.0.2 - 2025-01-10
19
+
20
+ _This version does not introduce any user-facing changes._
21
+
18
22
  ## 15.0.1 — 2024-10-22
19
23
 
20
24
  _This version does not introduce any user-facing changes._
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-local-authentication",
3
- "version": "16.0.0-canary-20250219-4a5dade",
3
+ "version": "16.0.0-canary-20250303-4dba60e",
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,10 +41,10 @@
41
41
  "invariant": "^2.2.4"
42
42
  },
43
43
  "devDependencies": {
44
- "expo-module-scripts": "4.0.5-canary-20250219-4a5dade"
44
+ "expo-module-scripts": "4.0.5-canary-20250303-4dba60e"
45
45
  },
46
46
  "peerDependencies": {
47
- "expo": "53.0.0-canary-20250219-4a5dade"
47
+ "expo": "53.0.0-canary-20250303-4dba60e"
48
48
  },
49
- "gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
49
+ "gitHead": "4dba60e10b5d44b453073aa4968e9dbf312dea6c"
50
50
  }