electerm 1.72.26 → 1.80.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -155,7 +155,7 @@ npm run fix
|
|
|
155
155
|
## Test
|
|
156
156
|
|
|
157
157
|
```bash
|
|
158
|
-
npm run
|
|
158
|
+
npm run b
|
|
159
159
|
npm run prepare-test
|
|
160
160
|
cp .sample.env .env
|
|
161
161
|
|
|
@@ -172,7 +172,7 @@ npm run test
|
|
|
172
172
|
|
|
173
173
|
# Build linux only with -l
|
|
174
174
|
npm i
|
|
175
|
-
npm run
|
|
175
|
+
npm run b
|
|
176
176
|
./node_modules/.bin/electron-builder --linux tar.gz
|
|
177
177
|
# or replace tar.gz to rpm/deb/AppImage
|
|
178
178
|
# check dist/ folder
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.80.6",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
"test": "npm run test1 && npm run test2",
|
|
24
24
|
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
|
|
25
25
|
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
|
|
26
|
-
"
|
|
26
|
+
"b": "npm run clean && npm run compile && npm run prepare-file",
|
|
27
27
|
"r": "./build/bin/release",
|
|
28
28
|
"w": "./build/bin/web-release",
|
|
29
29
|
"t": "./node_modules/.bin/electron work/app/app.js",
|
|
@@ -79,7 +79,7 @@
|
|
|
79
79
|
"firacode": "^6.2.0",
|
|
80
80
|
"glob": "^11.0.0",
|
|
81
81
|
"lodash-es": "^4.17.21",
|
|
82
|
-
"manate": "2.0.0
|
|
82
|
+
"manate": "2.0.0",
|
|
83
83
|
"memoize-one": "6.0.0",
|
|
84
84
|
"morgan": "1.10.0",
|
|
85
85
|
"pug": "3.0.3",
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"express-ws": "5.0.2",
|
|
116
116
|
"fast-deep-equal": "3.1.3",
|
|
117
117
|
"find-free-port": "2.0.0",
|
|
118
|
-
"font-list": "1.
|
|
118
|
+
"font-list": "1.5.1",
|
|
119
119
|
"gist-wrapper": "0.4.1",
|
|
120
120
|
"gitee-client": "0.2.0",
|
|
121
121
|
"https-proxy-agent": "7.0.1",
|
|
@@ -131,8 +131,7 @@
|
|
|
131
131
|
"socks-proxy-agent": "8.0.1",
|
|
132
132
|
"socksv5-electron": "^0.0.6",
|
|
133
133
|
"ssh-config": "5.0.1",
|
|
134
|
-
"stylus": "0.64.0"
|
|
135
|
-
"tar": "7.4.3"
|
|
134
|
+
"stylus": "0.64.0"
|
|
136
135
|
},
|
|
137
136
|
"files": [
|
|
138
137
|
"npm",
|