@capgo/capacitor-native-biometric 8.0.2 → 8.0.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.
@@ -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.0.2"
14
+ private let pluginVersion: String = "8.0.3"
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.0.2",
3
+ "version": "8.0.3",
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",
@@ -41,7 +41,7 @@
41
41
  "lint": "npm run eslint && npm run prettier -- --check && npm run swiftlint -- lint",
42
42
  "fmt": "npm run eslint -- --fix && npm run prettier -- --write && npm run swiftlint -- --fix --format",
43
43
  "eslint": "eslint . --ext ts",
44
- "prettier": "prettier \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
44
+ "prettier": "prettier-pretty-check \"**/*.{css,html,ts,js,java}\" --plugin=prettier-plugin-java",
45
45
  "swiftlint": "node-swiftlint",
46
46
  "docgen": "docgen --api NativeBiometricPlugin --output-readme README.md --output-json dist/docs.json",
47
47
  "build": "npm run clean && npm run docgen && tsc && rollup -c rollup.config.mjs",
@@ -65,7 +65,8 @@
65
65
  "rimraf": "^6.1.0",
66
66
  "rollup": "^4.53.2",
67
67
  "swiftlint": "^2.0.0",
68
- "typescript": "^5.9.3"
68
+ "typescript": "^5.9.3",
69
+ "prettier-pretty-check": "^0.2.0"
69
70
  },
70
71
  "peerDependencies": {
71
72
  "@capacitor/core": ">=8.0.0"