@capgo/capacitor-native-biometric 8.3.3 → 8.3.4

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/README.md CHANGED
@@ -130,6 +130,17 @@ This plugin does NOT provide:
130
130
 
131
131
  **Recommendation**: After updating to v8.2.0+, users should re-save their credentials to ensure they're encrypted with the improved format. This happens automatically when users authenticate and save credentials again.
132
132
 
133
+ ## Compatibility
134
+
135
+ | Plugin version | Capacitor compatibility | Maintained |
136
+ | -------------- | ----------------------- | ---------- |
137
+ | v8.\*.\* | v8.\*.\* | ✅ |
138
+ | v7.\*.\* | v7.\*.\* | On demand |
139
+ | v6.\*.\* | v6.\*.\* | ❌ |
140
+ | v5.\*.\* | v5.\*.\* | ❌ |
141
+
142
+ > **Note:** The major version of this plugin follows the major version of Capacitor. Use the version that matches your Capacitor installation (e.g., plugin v8 for Capacitor 8). Only the latest major version is actively maintained.
143
+
133
144
  ## Installation (Only supports Capacitor 7)
134
145
 
135
146
  - `npm i @capgo/capacitor-native-biometric`
@@ -11,7 +11,7 @@ import LocalAuthentication
11
11
 
12
12
  @objc(NativeBiometricPlugin)
13
13
  public class NativeBiometricPlugin: CAPPlugin, CAPBridgedPlugin {
14
- private let pluginVersion: String = "8.3.3"
14
+ private let pluginVersion: String = "8.3.4"
15
15
  public let identifier = "NativeBiometricPlugin"
16
16
  public let jsName = "NativeBiometric"
17
17
  public let pluginMethods: [CAPPluginMethod] = [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-native-biometric",
3
- "version": "8.3.3",
3
+ "version": "8.3.4",
4
4
  "description": "This plugin gives access to the native biometric apis for android and iOS",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",