electerm 1.100.18 → 1.100.30
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 +7 -6
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -16,6 +16,10 @@
|
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
17
|
[](https://github.com/sponsors/electerm)
|
|
18
18
|
|
|
19
|
+
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
20
|
+
|
|
21
|
+
[](https://vercel.com/oss)
|
|
22
|
+
|
|
19
23
|
Open-sourced terminal/ssh/telnet/serialport/RDP/VNC/sftp/ftp client(linux, mac, win).
|
|
20
24
|
|
|
21
25
|
Powered by [manate](https://github.com/tylerlong/manate)
|
|
@@ -129,10 +133,9 @@ wechat donate
|
|
|
129
133
|
## Dev
|
|
130
134
|
|
|
131
135
|
```bash
|
|
132
|
-
# tested in
|
|
133
|
-
# needs nodejs/npm, suggest using
|
|
134
|
-
#
|
|
135
|
-
# with nodejs 18.x
|
|
136
|
+
# tested in ubuntu20.04+/mac os 10.13+ only
|
|
137
|
+
# needs nodejs/npm, suggest using fnm to install nodejs/npm
|
|
138
|
+
# with nodejs 22.x
|
|
136
139
|
|
|
137
140
|
git clone git@github.com:electerm/electerm.git
|
|
138
141
|
cd electerm
|
|
@@ -192,6 +195,4 @@ Visit [Releases](https://github.com/electerm/electerm/releases).
|
|
|
192
195
|
|
|
193
196
|
MIT
|
|
194
197
|
|
|
195
|
-
[](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
|
|
196
|
-
|
|
197
198
|
[](https://dartnode.com?aff=NuttyMonkey521 "Powered by DartNode - Free VPS for Open Source")
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.100.
|
|
3
|
+
"version": "1.100.30",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"zmodem-ts": "1.0.4"
|
|
102
102
|
},
|
|
103
103
|
"dependencies": {
|
|
104
|
-
"@electerm/electerm-locales": "2.1.
|
|
104
|
+
"@electerm/electerm-locales": "2.1.48",
|
|
105
105
|
"@electerm/electerm-themes": "^1.0.1",
|
|
106
106
|
"@electerm/rdpjs": "^1.0.0",
|
|
107
107
|
"@electerm/ssh2": "1.16.2",
|