@aparajita/capacitor-biometric-auth
Advanced tools
Comparing version 2.0.1 to 2.0.2
import { registerPlugin } from '@capacitor/core'; | ||
import { kPluginName } from './definitions'; | ||
import { name, version } from './package.json'; | ||
import { name } from './package.json'; | ||
import { BiometricAuth } from './web'; | ||
console.log(`loaded ${name} v${version}`); | ||
console.log(`loaded ${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 |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -45,4 +45,5 @@ "author": "Aparajita Fishman", | ||
"verify:web": "pnpm build", | ||
"release": "commit-and-tag-version", | ||
"push": "git push --follow-tags origin main" | ||
"push": "git push --follow-tags origin main", | ||
"release.check": "commit-and-tag-version $VERSION --dry-run", | ||
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish" | ||
}, | ||
@@ -105,3 +106,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.2", | ||
"@aparajita/capacitor-native-decorator": "link:../capacitor-native-decorator", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -108,0 +109,0 @@ "@capacitor/app": "^1.1.1", |
@@ -68,3 +68,2 @@ 'use strict'; | ||
const name = "@aparajita/capacitor-biometric-auth"; | ||
const version = "2.0.0"; | ||
@@ -159,3 +158,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) { | ||
console.log(`loaded ${name} v${version}`); | ||
console.log(`loaded ${name}`); | ||
// Because we are using @aparajita/capacitor-native-decorator, | ||
@@ -162,0 +161,0 @@ // we have one version of the TS code to rule them all, and there |
@@ -63,3 +63,2 @@ var capacitorBiometricAuth = (function (exports, core, capacitorNativeDecorator, app) { | ||
const name = "@aparajita/capacitor-biometric-auth"; | ||
const version = "2.0.0"; | ||
@@ -154,3 +153,3 @@ var __decorate = (window && window.__decorate) || function (decorators, target, key, desc) { | ||
console.log(`loaded ${name} v${version}`); | ||
console.log(`loaded ${name}`); | ||
// Because we are using @aparajita/capacitor-native-decorator, | ||
@@ -157,0 +156,0 @@ // we have one version of the TS code to rule them all, and there |
{ | ||
"name": "@aparajita/capacitor-biometric-auth", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "Provides access to the native biometric auth APIs for Capacitor apps", | ||
@@ -78,3 +78,3 @@ "author": "Aparajita Fishman", | ||
"dependencies": { | ||
"@aparajita/capacitor-native-decorator": "^2.0.2", | ||
"@aparajita/capacitor-native-decorator": "^2.0.3", | ||
"@capacitor/android": "^3.6.0", | ||
@@ -110,5 +110,6 @@ "@capacitor/app": "^1.1.1", | ||
"verify:web": "pnpm build", | ||
"release": "commit-and-tag-version", | ||
"push": "git push --follow-tags origin main" | ||
"push": "git push --follow-tags origin main", | ||
"release.check": "commit-and-tag-version $VERSION --dry-run", | ||
"release": "commit-and-tag-version $VERSION && pnpm push && pnpm publish" | ||
} | ||
} |
84609
1072