@capgo/capacitor-nfc
Advanced tools
@@ -7,3 +7,3 @@ import Capacitor | ||
| public class NfcPlugin: CAPPlugin, CAPBridgedPlugin { | ||
| private let pluginVersion: String = "8.1.4" | ||
| private let pluginVersion: String = "8.1.5" | ||
@@ -10,0 +10,0 @@ public let identifier = "NfcPlugin" |
+2
-3
| { | ||
| "name": "@capgo/capacitor-nfc", | ||
| "version": "8.1.4", | ||
| "version": "8.1.5", | ||
| "description": "Native NFC tag discovery, reading and writing for Capacitor apps on iOS and Android.", | ||
@@ -53,4 +53,3 @@ "main": "dist/plugin.cjs.js", | ||
| "example:install": "cd example-app && bun install --frozen-lockfile", | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build", | ||
| "example:capgo:deploy": "bun run example:build && bun scripts/deploy-example-capgo.mjs" | ||
| "example:build": "bun run build && cd example-app && bun install --frozen-lockfile && bun run build" | ||
| }, | ||
@@ -57,0 +56,0 @@ "devDependencies": { |
153720
-0.06%