electerm 1.100.56 → 1.101.10

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 +10 -1
  2. package/package.json +9 -7
package/README.md CHANGED
@@ -14,6 +14,7 @@
14
14
  [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
15
15
  [![Get it from the Snap Store](https://img.shields.io/badge/Snap-Store-green)](https://snapcraft.io/electerm)
16
16
  [![Get it from the Microsoft Store](https://img.shields.io/badge/Microsoft-Store-blue)](https://www.microsoft.com/store/apps/9NCN7272GTFF)
17
+ [![Debian Repository](https://img.shields.io/badge/Debian-Repository-red)](https://electerm-repos.html5beta.com/deb)
17
18
  [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](https://github.com/sponsors/electerm)
18
19
 
19
20
  [![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)
@@ -64,7 +65,7 @@ Online demo: [https://electerm-demo.html5beta.com](https://electerm-demo.html5be
64
65
  - For Mac user: `brew install --cask electerm`
65
66
  - With snap: `sudo snap install electerm --classic`
66
67
  - For some Linux distribution, you can find it from OS default App store(Ubuntu, Deepin, Mint...).
67
- - For some linux OS, the `rpm`, `deb`, or `snap` release may not work, you can try the `tar.gz` release.
68
+ - For some linux OS, the `rpm`, `deb`, or `snap` release may not work, you can try the `tar.gz` or `.appImage` release.
68
69
  - For Windows users, you can install it from [windows store](https://www.microsoft.com/store/apps/9NCN7272GTFF), command-line installer [winget](https://github.com/microsoft/winget-cli) and [scoop](https://github.com/lukesampson/scoop) is also recommended:
69
70
 
70
71
  ```powershell
@@ -76,6 +77,10 @@ scoop bucket add dorado https://github.com/chawyehsu/dorado
76
77
  scoop install dorado/electerm
77
78
  ```
78
79
 
80
+ - Install from Debian repository (for Debian/Ubuntu-based systems) with `apt` command
81
+
82
+ Check [https://electerm-repos.html5beta.com/deb](https://electerm-repos.html5beta.com/deb)
83
+
79
84
  - Install from npm
80
85
 
81
86
  ```bash
@@ -194,3 +199,7 @@ Visit [Releases](https://github.com/electerm/electerm/releases).
194
199
  ## License
195
200
 
196
201
  MIT
202
+
203
+ ## Star History
204
+
205
+ [![Star History Chart](https://api.star-history.com/svg?repos=electerm/electerm&type=Date)](https://www.star-history.com/#electerm/electerm&Date)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.100.56",
3
+ "version": "1.101.10",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -55,9 +55,10 @@
55
55
  "devDependencies": {
56
56
  "@ant-design/icons": "5.6.1",
57
57
  "@electerm/electerm-resource": "1.3.7",
58
- "@electron/rebuild": "3.7.1",
58
+ "@electron/rebuild": "4.0.1",
59
59
  "@fontsource/maple-mono": "^5.2.5",
60
60
  "@novnc/novnc": "1.4.0",
61
+ "@playwright/test": "1.49.1",
61
62
  "@types/node": "22.9.3",
62
63
  "@vitejs/plugin-react": "4.3.4",
63
64
  "@xterm/addon-attach": "0.11.0",
@@ -69,12 +70,12 @@
69
70
  "@xterm/addon-web-links": "0.11.0",
70
71
  "@xterm/addon-webgl": "0.18.0",
71
72
  "@xterm/xterm": "5.5.0",
72
- "antd": "5.24.9",
73
+ "antd": "5.27.1",
73
74
  "classnames": "2.5.1",
74
75
  "cross-env": "7.0.3",
75
76
  "dotenv": "16.4.5",
76
- "electron": "32.3.3",
77
- "electron-builder": "25.1.8",
77
+ "electron": "35.7.4",
78
+ "electron-builder": "26.0.12",
78
79
  "filesize": "10.1.6",
79
80
  "filesize-parser": "1.5.1",
80
81
  "firacode": "^6.2.0",
@@ -84,6 +85,7 @@
84
85
  "manate": "2.0.0",
85
86
  "memoize-one": "6.0.0",
86
87
  "morgan": "1.10.0",
88
+ "playwright": "1.49.1",
87
89
  "pug": "3.0.3",
88
90
  "react": "18.3.1",
89
91
  "react-colorful": "^5.6.1",
@@ -106,7 +108,7 @@
106
108
  "@electerm/rdpjs": "^1.0.0",
107
109
  "@electerm/ssh2": "1.16.2",
108
110
  "@electerm/strip-ansi": "1.0.0",
109
- "@yetzt/nedb": "1.8.0",
111
+ "@seald-io/nedb": "^4.1.2",
110
112
  "axios": "^1.7.7",
111
113
  "basic-ftp": "^5.0.5",
112
114
  "commander": "12.1.0",
@@ -127,7 +129,7 @@
127
129
  "lodash": "4.17.21",
128
130
  "nanoid": "3.3.8",
129
131
  "node-bash": "5.0.1",
130
- "node-pty": "1.1.0-beta13",
132
+ "node-pty": "1.1.0-beta34",
131
133
  "os-locale-s": "1.0.8",
132
134
  "serialport": "13.0.0",
133
135
  "socks": "2.7.1",