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.
Files changed (2) hide show
  1. package/README.md +7 -6
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -16,6 +16,10 @@
16
16
  [![Get it from the Microsoft Store](https://img.shields.io/badge/Microsoft-Store-blue)](https://www.microsoft.com/store/apps/9NCN7272GTFF)
17
17
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
18
18
 
19
+ [![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%202.svg)](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
20
+
21
+ [![Vercel OSS Program](https://vercel.com/oss/program-badge.svg)](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 ubuntu16.04+/mac os 10.13+ only
133
- # needs nodejs/npm, suggest using nvm to install nodejs/npm
134
- # https://github.com/creationix/nvm
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
- [![DigitalOcean Referral Badge](https://web-platforms.sfo2.cdn.digitaloceanspaces.com/WWW/Badge%202.svg)](https://www.digitalocean.com/?refcode=c10bcb28b846&utm_campaign=Referral_Invite&utm_medium=Referral_Program&utm_source=badge)
196
-
197
198
  [![Powered by DartNode](https://dartnode.com/branding/DN-Open-Source-sm.png)](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.18",
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.47",
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",