expo-local-authentication 15.0.3-canary-20250207-8bc5146 → 16.0.0-canary-20250219-4a5dade

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/CHANGELOG.md CHANGED
@@ -4,6 +4,8 @@
4
4
 
5
5
  ### 🛠 Breaking changes
6
6
 
7
+ - Bump minimum macOS version to 11.0. ([#34980](https://github.com/expo/expo/pull/34980) by [@gabrieldonadel](https://github.com/gabrieldonadel))
8
+
7
9
  ### 🎉 New features
8
10
 
9
11
  ### 🐛 Bug fixes
@@ -1,22 +1,6 @@
1
- apply plugin: 'com.android.library'
2
-
3
- def useLegacyExpoModulesCorePlugin = {
4
- def expoModulesCorePlugin = new File(project(":expo-modules-core").projectDir.absolutePath, "ExpoModulesCorePlugin.gradle")
5
- apply from: expoModulesCorePlugin
6
- applyKotlinExpoModulesCorePlugin()
7
- useCoreDependencies()
8
- useDefaultAndroidSdkVersions()
9
- useExpoPublishing()
10
- }
11
-
12
- try {
13
- apply plugin: 'expo-module-gradle-plugin'
14
- } catch (e) {
15
- if (!e instanceof UnknownPluginException) {
16
- throw e
17
- }
18
-
19
- useLegacyExpoModulesCorePlugin()
1
+ plugins {
2
+ id 'com.android.library'
3
+ id 'expo-module-gradle-plugin'
20
4
  }
21
5
 
22
6
  group = 'host.exp.exponent'
@@ -12,7 +12,7 @@ Pod::Spec.new do |s|
12
12
  s.homepage = package['homepage']
13
13
  s.platforms = {
14
14
  :ios => '15.1',
15
- :osx => '10.15'
15
+ :osx => '11.0'
16
16
  }
17
17
  s.swift_version = '5.4'
18
18
  s.source = { git: 'https://github.com/expo/expo.git' }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-local-authentication",
3
- "version": "15.0.3-canary-20250207-8bc5146",
3
+ "version": "16.0.0-canary-20250219-4a5dade",
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.4-canary-20250207-8bc5146"
44
+ "expo-module-scripts": "4.0.5-canary-20250219-4a5dade"
45
45
  },
46
46
  "peerDependencies": {
47
- "expo": "53.0.0-canary-20250207-8bc5146"
47
+ "expo": "53.0.0-canary-20250219-4a5dade"
48
48
  },
49
- "gitHead": "8bc5146852ccd7033138bac9ef8d3c41ae85a211"
49
+ "gitHead": "4a5daded61d3d8b9d501059039ac74c09c25675b"
50
50
  }