@tauri-apps/plugin-nfc
Advanced tools
@@ -91,4 +91,4 @@ 'use strict'; | ||
| protocols.slice(1).forEach(function (protocol) { | ||
| if ((prefix.length === 0 || prefix === 'urn:') && | ||
| uri.indexOf(protocol) === 0) { | ||
| if ((prefix.length === 0 || prefix === 'urn:') | ||
| && uri.indexOf(protocol) === 0) { | ||
| prefix = protocol; | ||
@@ -95,0 +95,0 @@ } |
+2
-2
@@ -89,4 +89,4 @@ import { invoke } from '@tauri-apps/api/core'; | ||
| protocols.slice(1).forEach(function (protocol) { | ||
| if ((prefix.length === 0 || prefix === 'urn:') && | ||
| uri.indexOf(protocol) === 0) { | ||
| if ((prefix.length === 0 || prefix === 'urn:') | ||
| && uri.indexOf(protocol) === 0) { | ||
| prefix = protocol; | ||
@@ -93,0 +93,0 @@ } |
+1
-1
| { | ||
| "name": "@tauri-apps/plugin-nfc", | ||
| "version": "2.2.0", | ||
| "version": "2.2.1", | ||
| "license": "MIT OR Apache-2.0", | ||
@@ -5,0 +5,0 @@ "authors": [ |