@aparajita/capacitor-biometric-auth 2.0.2 → 2.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.
- package/README.md +1 -1
- package/dist/esm/package.json +4 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<div class="markdown-body">
|
|
2
2
|
|
|
3
|
-
# capacitor-biometric-auth
|
|
3
|
+
# capacitor-biometric-auth [](https://badge.fury.io/js/@aparajita%2Fcapacitor-biometric-auth)
|
|
4
4
|
|
|
5
5
|
This plugin for [Capacitor 3](https://capacitorjs.com) provides access to native biometry on iOS and Android. It supports every type of biometry and every configuration option on both platforms. In addition, biometry is simulated on the web so you can test your logic without making any changes to your code.
|
|
6
6
|
|
package/dist/esm/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparajita/capacitor-biometric-auth",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Provides access to the native biometric auth APIs for Capacitor apps",
|
|
5
5
|
"author": "Aparajita Fishman",
|
|
6
6
|
"license": "MIT",
|
|
@@ -43,8 +43,8 @@
|
|
|
43
43
|
"verify:android": "cd android && ./gradlew clean build test && cd ..",
|
|
44
44
|
"verify:web": "pnpm build",
|
|
45
45
|
"push": "git push --follow-tags origin main",
|
|
46
|
-
"release.check": "commit-and-tag-version $VERSION --dry-run",
|
|
47
|
-
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish"
|
|
46
|
+
"release.check": "commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run",
|
|
47
|
+
"release": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm push && pnpm publish"
|
|
48
48
|
},
|
|
49
49
|
"keywords": [
|
|
50
50
|
"capacitor",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"typescript": "~4.7.4"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@aparajita/capacitor-native-decorator": "
|
|
105
|
+
"@aparajita/capacitor-native-decorator": "^2.0.3",
|
|
106
106
|
"@capacitor/android": "^3.6.0",
|
|
107
107
|
"@capacitor/app": "^1.1.1",
|
|
108
108
|
"@capacitor/ios": "^3.6.0"
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aparajita/capacitor-biometric-auth",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.3",
|
|
4
4
|
"description": "Provides access to the native biometric auth APIs for Capacitor apps",
|
|
5
5
|
"author": "Aparajita Fishman",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"verify:android": "cd android && ./gradlew clean build test && cd ..",
|
|
108
108
|
"verify:web": "pnpm build",
|
|
109
109
|
"push": "git push --follow-tags origin main",
|
|
110
|
-
"release.check": "commit-and-tag-version $VERSION --dry-run",
|
|
111
|
-
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish"
|
|
110
|
+
"release.check": "commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run",
|
|
111
|
+
"release": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm push && pnpm publish"
|
|
112
112
|
}
|
|
113
113
|
}
|