From f766168eaee4f8c7df3b39cbb35726736c8fc61e Mon Sep 17 00:00:00 2001 From: taoya7 <569781231@qq.com> Date: Thu, 9 Jan 2025 09:10:39 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=20https://github.com?= =?UTF-8?q?/blocshop/sockets-for-cordova=20=E6=8F=92=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 19 ++++++++++++++----- package.json | 4 +++- 2 files changed, 17 insertions(+), 6 deletions(-) diff --git a/package-lock.json b/package-lock.json index 9b5a965..bf9e81b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -27,7 +27,7 @@ "cordova-plugin-file-transfer-jsg": "^2.0.0", "cordova-plugin-geolocation": "^4.1.0", "cordova-plugin-inappbrowser": "^5.0.0", - "cordova-plugin-jbprint-jsg": "^1.0.1", + "cordova-plugin-jbprint-jsg": "^1.0.3", "cordova-plugin-media": "^5.0.4", "cordova-plugin-media-capture": "^3.0.3", "cordova-plugin-network-information": "^3.0.0", @@ -37,6 +37,7 @@ "cordova-plugin-statusbar": "^3.0.0", "cordova-plugin-test-tl": "^1.1.11", "cordova-plugin-vibration": "^3.1.1", + "cz.blocshop.socketsforcordova": "^1.1.0", "es6-promise-plugin": "^4.2.2", "phonegap-plugin-barcodescanner-fix": "^8.1.1", "phonegap-plugin-barcodescanner-jsg": "8.1.2" @@ -1372,10 +1373,11 @@ } }, "node_modules/cordova-plugin-jbprint-jsg": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/cordova-plugin-jbprint-jsg/-/cordova-plugin-jbprint-jsg-1.0.1.tgz", - "integrity": "sha512-9lvuDbi6oZYYrtH4FawdpXWXO4F5YI0ZPboKAD0JcSKRalug1+Wm0IUg0cbBQRS1JCR9rhoVNnfX6h8qOdpcPg==", - "dev": true + "version": "1.0.3", + "resolved": "https://registry.npmmirror.com/cordova-plugin-jbprint-jsg/-/cordova-plugin-jbprint-jsg-1.0.3.tgz", + "integrity": "sha512-zQukMsO1EzGUezZP5TPT2gwWrRVBpAqm4j+//1tOKvgksbceOweHB7u/jXO1Z2ehu9uBLAovtf9CseMBqU7iDg==", + "dev": true, + "license": "MIT" }, "node_modules/cordova-plugin-media": { "version": "5.0.4", @@ -1605,6 +1607,13 @@ "node": ">=0.10.0" } }, + "node_modules/cz.blocshop.socketsforcordova": { + "version": "1.1.0", + "resolved": "https://registry.npmmirror.com/cz.blocshop.socketsforcordova/-/cz.blocshop.socketsforcordova-1.1.0.tgz", + "integrity": "sha512-a/MITDtoNj4Zs4NMNKx7eJGAxmnfXLjAwBFfYTU43CtIqmsOKcfNkWYV1sbkldMbGutztQS0Xb8EGMHn6Yoq2Q==", + "dev": true, + "license": "Apache 2.0" + }, "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmmirror.com/dashdash/-/dashdash-1.14.1.tgz", diff --git a/package.json b/package.json index b53bc23..c504a33 100644 --- a/package.json +++ b/package.json @@ -39,6 +39,7 @@ "cordova-plugin-statusbar": "^3.0.0", "cordova-plugin-test-tl": "^1.1.11", "cordova-plugin-vibration": "^3.1.1", + "cz.blocshop.socketsforcordova": "^1.1.0", "es6-promise-plugin": "^4.2.2", "phonegap-plugin-barcodescanner-fix": "^8.1.1", "phonegap-plugin-barcodescanner-jsg": "8.1.2" @@ -78,7 +79,8 @@ "cordova-plugin-file-opener2": {}, "cordova-plugin-test-tl": {}, "cordova-plugin-file-transfer": {}, - "cordova-plugin-jbprint-jsg": {} + "cordova-plugin-jbprint-jsg": {}, + "cz.blocshop.socketsforcordova": {} } }, "dependencies": {