nativescript-nfc-uid
Advanced tools
Comparing version 4.1.4 to 4.1.5
@@ -6,3 +6,2 @@ "use strict"; | ||
var core_1 = require("@nativescript/core"); | ||
var appversion = require("@nativescript/appversion"); | ||
var Nfc = /** @class */ (function () { | ||
@@ -26,5 +25,3 @@ function Nfc() { | ||
Nfc.prototype.showVersion = function () { | ||
appversion.getVersionCode().then(function (v) { | ||
alert("Your app's version code is: " + v); | ||
}); | ||
alert("Your app's version code is: 1"); | ||
}; | ||
@@ -31,0 +28,0 @@ Nfc.prototype.available = function () { |
{ | ||
"name": "nativescript-nfc-uid", | ||
"version": "4.1.4", | ||
"version": "4.1.5", | ||
"description": "NFC plugin for your NativeScript app", | ||
@@ -52,3 +52,2 @@ "main": "nfc", | ||
"devDependencies": { | ||
"@nativescript/appversion": "^2.0.0", | ||
"@nativescript/core": "~7.3.0", | ||
@@ -55,0 +54,0 @@ "@nativescript/types": "~7.3.0", |
8
71335
1124