@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 2.0.7 to 2.0.8
import { registerPlugin } from '@capacitor/core'; | ||
import { kPluginName } from './definitions'; | ||
import { name } from './package.json'; | ||
import pkg from './pkg'; | ||
import { BiometricAuth } from './web'; | ||
console.log(`loaded ${name}`); | ||
console.log(`loaded ${pkg.name}`); | ||
// Because we are using @aparajita/capacitor-native-decorator, | ||
@@ -7,0 +7,0 @@ // we have one version of the TS code to rule them all, and there |
@@ -67,3 +67,5 @@ 'use strict'; | ||
const name = "@aparajita/capacitor-biometric-auth"; | ||
const pkg = { | ||
name: '@aparajita/capacitor-biometric-auth' | ||
}; | ||
@@ -158,3 +160,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) { | ||
console.log(`loaded ${name}`); | ||
console.log(`loaded ${pkg.name}`); | ||
// Because we are using @aparajita/capacitor-native-decorator, | ||
@@ -161,0 +163,0 @@ // we have one version of the TS code to rule them all, and there |
@@ -62,3 +62,5 @@ var capacitorBiometricAuth = (function (exports, core, capacitorNativeDecorator, app) { | ||
const name = "@aparajita/capacitor-biometric-auth"; | ||
const pkg = { | ||
name: '@aparajita/capacitor-biometric-auth' | ||
}; | ||
@@ -153,3 +155,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) { | ||
console.log(`loaded ${name}`); | ||
console.log(`loaded ${pkg.name}`); | ||
// Because we are using @aparajita/capacitor-native-decorator, | ||
@@ -156,0 +158,0 @@ // we have one version of the TS code to rule them all, and there |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -51,3 +51,3 @@ "author": "Aparajita Fishman", | ||
"@aparajita/capacitor-docgen-format": "github:aparajita/capacitor-docgen-format", | ||
"@aparajita/eslint-config-base": "^1.1.4", | ||
"@aparajita/eslint-config-base": "^1.1.5", | ||
"@aparajita/prettier-config": "^1.0.0", | ||
@@ -58,3 +58,3 @@ "@aparajita/swiftly": "^1.0.4", | ||
"@rollup/plugin-json": "^4.1.0", | ||
"@types/node": "^18.0.6", | ||
"@types/node": "^18.6.0", | ||
"@typescript-eslint/eslint-plugin": "^5.30.7", | ||
@@ -67,3 +67,3 @@ "@typescript-eslint/parser": "^5.30.7", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-import-resolver-typescript": "^3.2.7", | ||
"eslint-import-resolver-typescript": "^3.3.0", | ||
"eslint-plugin-import": "^2.26.0", | ||
@@ -82,3 +82,3 @@ "eslint-plugin-n": "^15.2.4", | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.7", | ||
"@aparajita/capacitor-native-decorator": "^2.0.8", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -93,8 +93,9 @@ "@capacitor/app": "^1.1.1", | ||
"clean": "rimraf ./dist", | ||
"build": "pnpm check.fix && pnpm builder", | ||
"build.dev": "pnpm check.fix && pnpm builder.dev", | ||
"extract-pkg": "node scripts/packageJsonToTS.js", | ||
"build": "pnpm extract-pkg && pnpm check.fix && pnpm builder", | ||
"build.dev": "pnpm extract-pkg && 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", | ||
"watcher": "nodemon -w ./src -w tsconfig.json -w rollup.config.mjs --exec 'pnpm $BUILD --silent' -e ts", | ||
"watcher": "nodemon -w ./src -w tsconfig.json -w rollup.config.mjs --exec 'pnpm --silent $BUILD' -e ts,json,md", | ||
"watch": "BUILD=build pnpm watcher", | ||
@@ -101,0 +102,0 @@ "watch.dev": "BUILD=build.dev pnpm watcher", |
@@ -65,11 +65,10 @@ <div class="markdown-body"> | ||
[checkBiometry()](#checkbiometry) | ||
[setBiometryType(...)](#setbiometrytype) | ||
[authenticate(...)](#authenticate) | ||
[addResumeListener(...)](#addresumelistener) | ||
* [`checkBiometry()`](#checkbiometry) | ||
* [`setBiometryType(...)`](#setbiometrytype) | ||
* [`authenticate(...)`](#authenticate) | ||
* [`addResumeListener(...)`](#addresumelistener) | ||
* [Interfaces](#interfaces) | ||
* [Type Aliases](#type-aliases) | ||
* [Enums](#enums) | ||
[Interfaces](#interfaces) | ||
[Type Aliases](#type-aliases) | ||
[Enums](#enums) | ||
</docgen-index> | ||
@@ -76,0 +75,0 @@ <docgen-api> |
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
30
722
81756
195