@capgo/capacitor-native-biometric 7.1.1 → 7.1.2
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/ios/Plugin/Plugin.swift +1 -1
- package/package.json +1 -1
package/ios/Plugin/Plugin.swift
CHANGED
|
@@ -8,7 +8,7 @@ import LocalAuthentication
|
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
@objc(NativeBiometric)
|
|
11
|
-
public class NativeBiometric: CAPPlugin {
|
|
11
|
+
public class NativeBiometric: CAPPlugin, CAPBridgedPlugin {
|
|
12
12
|
public let identifier = "NativeBiometric"
|
|
13
13
|
public let jsName = "NativeBiometric"
|
|
14
14
|
public let pluginMethods: [CAPPluginMethod] = [
|
package/package.json
CHANGED