From 4ed90ee3c654aa0fe101e263f5100dbff3f11bbd Mon Sep 17 00:00:00 2001 From: Tnks2U Date: Tue, 22 Mar 2022 18:59:31 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=EB=B2=84=EC=A0=84=EC=97=85=202.0.44?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/entryx64.nsi | 2 +- build/entryx86.nsi | 2 +- package.json | 6 +++--- yarn.lock | 21 +++++++++++++++++++++ 4 files changed, 26 insertions(+), 5 deletions(-) diff --git a/build/entryx64.nsi b/build/entryx64.nsi index 7b37c7ee0..3ecfb8da8 100644 --- a/build/entryx64.nsi +++ b/build/entryx64.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "2.0.43" +!define PRODUCT_VERSION "2.0.44" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/build/entryx86.nsi b/build/entryx86.nsi index 30ad81daa..4917dc6b3 100644 --- a/build/entryx86.nsi +++ b/build/entryx86.nsi @@ -13,7 +13,7 @@ !define MUI_UNICON "icon.ico" !define PRODUCT_NAME "Entry" !define APP_NAME "Entry.exe" -!define PRODUCT_VERSION "2.0.43" +!define PRODUCT_VERSION "2.0.44" !define PRODUCT_PUBLISHER "EntryLabs" !define PRODUCT_WEB_SITE "http://www.playentry.org/" diff --git a/package.json b/package.json index 5487778c3..899f76cff 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "private": true, "productName": "Entry", "name": "entry", - "version": "2.0.43", + "version": "2.0.44", "description": "Entry for offline", "main": "src/main_build/main.bundle.js", "scripts": { @@ -32,8 +32,8 @@ "async-csv": "^2.1.3", "axios": "^0.19.2", "cross-spawn": "^7.0.3", - "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.26", - "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.43", + "entry-hw": "git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.27", + "entry-js": "git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.44", "entry-tool": "git+https://github.com/entrylabs/entry-tool.git#dist/develop", "excel4node": "^1.7.0", "fs-extra": "^8.1.0", diff --git a/yarn.lock b/yarn.lock index 280f2ff85..15efff114 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3098,6 +3098,27 @@ enquirer@^2.3.5: dependencies: crypto-js "^4.0.0" +"entry-hw@git+https://github.com/entrylabs/entry-hw.git#dist/v1.9.27": + version "1.9.27" + resolved "git+https://github.com/entrylabs/entry-hw.git#e32521b5c7e14648046e628bb372a5338a2d1689" + dependencies: + cross-spawn "^7.0.0" + fs-extra "^8.1.0" + lodash "^4.17.19" + node-hid "2.1.1" + rimraf "^3.0.2" + semver "^7.1.1" + serialport "9.0.7" + socket.io "^2.2.0" + socket.io-client "^2.2.0" + tar "^6.0.1" + winston "^3.2.1" + winston-daily-rotate-file "^4.4.2" + +"entry-js@git+https://github.com/entrylabs/entryjs.git#dist/offline_v2.0.44": + version "0.0.0" + resolved "git+https://github.com/entrylabs/entryjs.git#8f90e5cd105bc7f91674810a5c3ba28e8f4dfcd8" + "entry-tool@git+https://github.com/entrylabs/entry-tool.git#dist/develop": version "0.0.0" resolved "git+https://github.com/entrylabs/entry-tool.git#302c3d6649fd56c5665e1fbe3a30b1ec309fece0"