@aparajita/capacitor-biometric-auth 3.1.2 → 3.1.3

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.
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "name": "@aparajita/capacitor-biometric-auth",
3
- "version": "3.1.2"
3
+ "version": "3.1.3"
4
4
  }
@@ -7,7 +7,7 @@ var app = require('@capacitor/app');
7
7
 
8
8
  var info = {
9
9
  name: "@aparajita/capacitor-biometric-auth",
10
- version: "3.1.2"
10
+ version: "3.1.3"
11
11
  };
12
12
 
13
13
  exports.BiometryType = void 0;
package/dist/plugin.js CHANGED
@@ -3,7 +3,7 @@ var capacitorBiometricAuth = (function (exports, core, app) {
3
3
 
4
4
  var info = {
5
5
  name: "@aparajita/capacitor-biometric-auth",
6
- version: "3.1.2"
6
+ version: "3.1.3"
7
7
  };
8
8
 
9
9
  exports.BiometryType = void 0;
@@ -22,7 +22,6 @@ public class BiometricAuthNative: CAPPlugin {
22
22
  ]
23
23
 
24
24
  var canEvaluatePolicy = true
25
- var count = 0
26
25
 
27
26
  /**
28
27
  * Check the device's availability and type of biometric authentication.
@@ -61,11 +60,6 @@ public class BiometricAuthNative: CAPPlugin {
61
60
  ])
62
61
  }
63
62
 
64
- @objc func test(_ call: CAPPluginCall) {
65
- call.resolve(["count": count])
66
- count += 1
67
- }
68
-
69
63
  /**
70
64
  * Prompt the user for authentication.
71
65
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aparajita/capacitor-biometric-auth",
3
- "version": "3.1.2",
3
+ "version": "3.1.3",
4
4
  "description": "Provides access to the native biometric auth APIs for Capacitor apps",
5
5
  "author": "Aparajita Fishman",
6
6
  "license": "MIT",