@capgo/capacitor-native-biometric
Advanced tools
@@ -14,3 +14,3 @@ import Foundation | ||
| public class NativeBiometricPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.4.10" | ||
| private let pluginVersion: String = "8.4.11" | ||
| public let identifier = "NativeBiometricPlugin" | ||
@@ -17,0 +17,0 @@ public let jsName = "NativeBiometric" |
+2
-3
| { | ||
| "name": "@capgo/capacitor-native-biometric", | ||
| "version": "8.4.10", | ||
| "version": "8.4.11", | ||
| "description": "This plugin gives access to the native biometric apis for android and iOS", | ||
@@ -53,4 +53,3 @@ "main": "dist/plugin.cjs.js", | ||
| "example:install": "cd example-app && bun install --frozen-lockfile", | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build", | ||
| "example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs" | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build" | ||
| }, | ||
@@ -57,0 +56,0 @@ "devDependencies": { |
261571
-0.04%