electerm 1.30.9 → 1.31.1
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 -4
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
[](https://standardjs.com)
|
|
15
15
|
[](https://snapcraft.io/electerm)
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
|
-
[](https://github.com/sponsors/electerm)
|
|
18
18
|
|
|
19
19
|
Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
|
|
20
20
|
|
|
@@ -118,7 +118,7 @@ wechat donate
|
|
|
118
118
|
# tested in ubuntu16.04+/mac os 10.13+ only
|
|
119
119
|
# needs nodejs/npm, suggest using nvm to install nodejs/npm
|
|
120
120
|
# https://github.com/creationix/nvm
|
|
121
|
-
# with nodejs
|
|
121
|
+
# with nodejs 18.x
|
|
122
122
|
|
|
123
123
|
git clone git@github.com:electerm/electerm.git
|
|
124
124
|
cd electerm
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.31.1",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -58,6 +58,7 @@
|
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@ant-design/icons": "5.2.5",
|
|
60
60
|
"@electerm/electerm-resource": "1.3.7",
|
|
61
|
+
"@electron/rebuild": "^3.3.0",
|
|
61
62
|
"@types/node": "20.5.7",
|
|
62
63
|
"@vitejs/plugin-react": "4.0.4",
|
|
63
64
|
"antd": "5.8.3",
|
|
@@ -67,8 +68,8 @@
|
|
|
67
68
|
"cross-env": "7.0.3",
|
|
68
69
|
"dayjs": "1.11.9",
|
|
69
70
|
"dotenv": "16.3.1",
|
|
70
|
-
"electron": "
|
|
71
|
-
"electron-builder": "24.4
|
|
71
|
+
"electron": "26.2.0",
|
|
72
|
+
"electron-builder": "24.6.4",
|
|
72
73
|
"filesize": "10.0.7",
|
|
73
74
|
"filesize-parser": "1.5.0",
|
|
74
75
|
"lodash-es": "^4.17.21",
|
|
@@ -112,7 +113,7 @@
|
|
|
112
113
|
"electerm-sync": "1.1.0",
|
|
113
114
|
"electron-log": "4.3.5",
|
|
114
115
|
"eventemitter3": "5.0.1",
|
|
115
|
-
"express": "
|
|
116
|
+
"express": "4.18.2",
|
|
116
117
|
"express-ws": "5.0.2",
|
|
117
118
|
"fast-deep-equal": "3.1.3",
|
|
118
119
|
"find-free-port": "2.0.0",
|