electerm 1.37.121 → 1.38.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 +5 -5
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
|
|
19
19
|
Open-sourced terminal/ssh/telnet/serialport/sftp client(linux, mac, win).
|
|
20
20
|
|
|
21
|
-
For experienced developers, you may try the web app version running in browser: [electerm-web](https://github.com/electerm/electerm-web)
|
|
21
|
+
For experienced developers, you may try the web app version running in browser(including mobile device): [electerm-web](https://github.com/electerm/electerm-web)
|
|
22
22
|
|
|
23
23
|
Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5beta.com)
|
|
24
24
|
|
|
@@ -74,8 +74,8 @@ scoop install dorado/electerm
|
|
|
74
74
|
```bash
|
|
75
75
|
npm i -g electerm
|
|
76
76
|
|
|
77
|
-
#
|
|
78
|
-
#
|
|
77
|
+
# After installation, it will immediately open for windows and linux,
|
|
78
|
+
# For macOS, it will open the drag to install panel
|
|
79
79
|
|
|
80
80
|
```
|
|
81
81
|
|
|
@@ -113,9 +113,9 @@ github sponsor
|
|
|
113
113
|
|
|
114
114
|
[https://github.com/sponsors/electerm](https://github.com/sponsors/electerm)
|
|
115
115
|
|
|
116
|
-
|
|
116
|
+
kofi
|
|
117
117
|
|
|
118
|
-
[
|
|
118
|
+
[https://ko-fi.com/zhaoxudong](https://ko-fi.com/zhaoxudong)
|
|
119
119
|
|
|
120
120
|
wechat donate
|
|
121
121
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.38.6",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -53,12 +53,12 @@
|
|
|
53
53
|
},
|
|
54
54
|
"preferGlobal": true,
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@ant-design/icons": "5.2.
|
|
56
|
+
"@ant-design/icons": "5.2.6",
|
|
57
57
|
"@electerm/electerm-resource": "1.3.7",
|
|
58
58
|
"@electron/rebuild": "^3.4.1",
|
|
59
59
|
"@types/node": "20.5.7",
|
|
60
60
|
"@vitejs/plugin-react": "4.2.1",
|
|
61
|
-
"antd": "5.
|
|
61
|
+
"antd": "5.13.0",
|
|
62
62
|
"chai": "4.3.10",
|
|
63
63
|
"classnames": "2.3.2",
|
|
64
64
|
"cross-env": "7.0.3",
|
|
@@ -83,7 +83,7 @@
|
|
|
83
83
|
"shelljs": "0.8.5",
|
|
84
84
|
"standard": "^17.1.0",
|
|
85
85
|
"trzsz": "^1.1.3",
|
|
86
|
-
"vite": "4.
|
|
86
|
+
"vite": "4.5.2",
|
|
87
87
|
"vite-plugin-commonjs": "0.9.0",
|
|
88
88
|
"vite-plugin-purgecss": "0.2.12",
|
|
89
89
|
"vscode-icons": "vscode-icons/vscode-icons",
|