@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 2.0.6 to 2.0.7
@@ -58,2 +58,1 @@ export var BiometryType; | ||
export const kPluginName = 'BiometricAuth'; | ||
//# sourceMappingURL=definitions.js.map |
@@ -18,2 +18,1 @@ import { registerPlugin } from '@capacitor/core'; | ||
export { getBiometryName } from './web'; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.5", | ||
"version": "2.0.7", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -24,6 +24,6 @@ "author": "Aparajita Fishman", | ||
"clean": "rimraf ./dist", | ||
"build": "pnpm check.fix && pnpm build.only", | ||
"build.dev": "pnpm check.fix && pnpm build.only.dev", | ||
"build.only": "pnpm clean && tsc $SOURCE_MAP && pnpm rollup && make-ios-plugin && pnpm docgen", | ||
"build.only.dev": "SOURCE_MAP=--sourceMap pnpm build.only", | ||
"build": "pnpm check.fix && pnpm builder", | ||
"build.dev": "pnpm check.fix && pnpm builder.dev", | ||
"builder": "pnpm clean && tsc $SOURCE_MAP && pnpm rollup && make-ios-plugin && pnpm docgen", | ||
"builder.dev": "SOURCE_MAP=--sourceMap pnpm builder", | ||
"rollup": "rollup -c rollup.config.mjs", | ||
@@ -33,4 +33,4 @@ "watcher": "nodemon -w ./src -w tsconfig.json -w rollup.config.mjs --exec 'pnpm $BUILD --silent' -e ts", | ||
"watch.dev": "BUILD=build.dev pnpm watcher", | ||
"lint": "eslint . && pnpm typecheck", | ||
"lint.fix": "eslint --fix . && pnpm typecheck", | ||
"lint": "eslint --cache . && pnpm typecheck", | ||
"lint.fix": "eslint --cache --fix . && pnpm typecheck", | ||
"typecheck": "tsc --noEmit", | ||
@@ -50,4 +50,5 @@ "lint.swift": "pnpm swiftlint", | ||
"push": "git push --follow-tags origin main", | ||
"release.check": "commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run", | ||
"release": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm push && pnpm publish" | ||
"release.check": "pnpm check.fix && commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run", | ||
"release.prepare": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm builder", | ||
"release": "pnpm push && pnpm publish" | ||
}, | ||
@@ -89,11 +90,11 @@ "keywords": [ | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^18.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@types/node": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"chalk": "^5.0.1", | ||
"commit-and-tag-version": "^10.0.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-typescript": "^3.2.5", | ||
"eslint-import-resolver-typescript": "^3.2.7", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -107,3 +108,3 @@ "eslint-plugin-n": "^15.2.4", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.76.0", | ||
"rollup": "^2.77.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -113,4 +114,3 @@ "typescript": "~4.7.4" | ||
"dependencies": { | ||
"@aparajita/capacitor-logger": "link:../capacitor-logger", | ||
"@aparajita/capacitor-native-decorator": "^2.0.6", | ||
"@aparajita/capacitor-native-decorator": "^2.0.7", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -117,0 +117,0 @@ "@capacitor/app": "^1.1.1", |
@@ -92,2 +92,1 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
} | ||
//# sourceMappingURL=web.js.map |
@@ -172,2 +172,1 @@ 'use strict'; | ||
exports.kPluginName = kPluginName; | ||
//# sourceMappingURL=plugin.cjs.js.map |
@@ -173,2 +173,1 @@ var capacitorBiometricAuth = (function (exports, core, capacitorNativeDecorator, app) { | ||
})({}, capacitorExports, capacitorNativeDecorator, app); | ||
//# sourceMappingURL=plugin.js.map |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.6", | ||
"version": "2.0.7", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -57,11 +57,11 @@ "author": "Aparajita Fishman", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^18.0.3", | ||
"@typescript-eslint/eslint-plugin": "^5.30.5", | ||
"@typescript-eslint/parser": "^5.30.5", | ||
"@types/node": "^18.0.6", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
"@typescript-eslint/parser": "^5.30.7", | ||
"chalk": "^5.0.1", | ||
"commit-and-tag-version": "^10.0.1", | ||
"eslint": "^8.19.0", | ||
"eslint": "^8.20.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-typescript": "^3.2.5", | ||
"eslint-import-resolver-typescript": "^3.2.7", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -75,3 +75,3 @@ "eslint-plugin-n": "^15.2.4", | ||
"rimraf": "^3.0.2", | ||
"rollup": "^2.76.0", | ||
"rollup": "^2.77.0", | ||
"swiftlint": "^1.0.1", | ||
@@ -81,3 +81,3 @@ "typescript": "~4.7.4" | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.6", | ||
"@aparajita/capacitor-native-decorator": "^2.0.7", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -92,6 +92,6 @@ "@capacitor/app": "^1.1.1", | ||
"clean": "rimraf ./dist", | ||
"build": "pnpm check.fix && pnpm build.only", | ||
"build.dev": "pnpm check.fix && pnpm build.only.dev", | ||
"build.only": "pnpm clean && tsc $SOURCE_MAP && pnpm rollup && make-ios-plugin && pnpm docgen", | ||
"build.only.dev": "SOURCE_MAP=--sourceMap pnpm build.only", | ||
"build": "pnpm check.fix && pnpm builder", | ||
"build.dev": "pnpm check.fix && pnpm builder.dev", | ||
"builder": "pnpm clean && tsc $SOURCE_MAP && pnpm rollup && make-ios-plugin && pnpm docgen", | ||
"builder.dev": "SOURCE_MAP=--sourceMap pnpm builder", | ||
"rollup": "rollup -c rollup.config.mjs", | ||
@@ -118,4 +118,5 @@ "watcher": "nodemon -w ./src -w tsconfig.json -w rollup.config.mjs --exec 'pnpm $BUILD --silent' -e ts", | ||
"release.check": "pnpm check.fix && commit-and-tag-version ${VERSION:+-r $VERSION} --dry-run", | ||
"release": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm push && pnpm publish" | ||
"release.prepare": "commit-and-tag-version ${VERSION:+-r $VERSION} && pnpm builder", | ||
"release": "pnpm push && pnpm publish" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
85953
29
710