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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +5 -4
package/README.md CHANGED
@@ -14,7 +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
- [![open collective badge](https://opencollective.com/electerm/tiers/backer/badge.svg?label=backer&color=brightgreen)](https://opencollective.com/electerm)
17
+ [![GitHub Sponsors](https://img.shields.io/github/sponsors/electerm?label=Sponsors)](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 16+
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.30.9",
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": "22.3.18",
71
- "electron-builder": "24.4.0",
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": "5.0.0-beta.1",
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",