electerm 1.37.96 → 1.37.110

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 +5 -1
  2. package/package.json +3 -4
package/README.md CHANGED
@@ -166,8 +166,12 @@ npm run test
166
166
  # Build linux only with -l
167
167
  npm i
168
168
  npm run prepare-build
169
- npm run release -l
169
+ ./node_modules/.bin/electron-builder --linux tar.gz
170
+ # or replace tar.gz to rpm/deb/AppImage
170
171
  # check dist/ folder
172
+
173
+ # build for linux arm/
174
+ ./node_modules/.bin/electron-builder --linux --arm64
171
175
  ```
172
176
 
173
177
  ## Use
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.37.96",
3
+ "version": "1.37.110",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -17,8 +17,6 @@
17
17
  "postpublish": "node build/bin/postpublish",
18
18
  "prepare-file": "node build/bin/prepare",
19
19
  "prepare-test": "PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD=1 npm i -E playwright@1.28.1 --no-save && npm i -E @playwright/test@1.28.1 --no-save",
20
- "output": "./node_modules/.bin/electron-builder",
21
- "release": "npm run pre-test && npm run output",
22
20
  "postinstall": "node build/bin/post-install",
23
21
  "lint": "./node_modules/.bin/standard --verbose",
24
22
  "fix": "./node_modules/.bin/standard --fix",
@@ -70,6 +68,7 @@
70
68
  "eventemitter3": "5.0.1",
71
69
  "filesize": "10.0.7",
72
70
  "filesize-parser": "1.5.0",
71
+ "firacode": "^6.2.0",
73
72
  "lodash-es": "^4.17.21",
74
73
  "manate": "0.3.9",
75
74
  "memoize-one": "6.0.0",
@@ -104,7 +103,6 @@
104
103
  "dependencies": {
105
104
  "@electerm/electerm-locales": "1.2.10",
106
105
  "@electerm/electerm-themes": "^1.0.1",
107
- "ssh2": "1.15.0",
108
106
  "@electerm/strip-ansi": "1.0.0",
109
107
  "@yetzt/nedb": "1.8.0",
110
108
  "axios": "0.26.0",
@@ -132,6 +130,7 @@
132
130
  "socks": "2.7.1",
133
131
  "socks-proxy-agent": "8.0.1",
134
132
  "ssh-config": "4.2.1",
133
+ "ssh2": "1.15.0",
135
134
  "stylus": "0.59.0",
136
135
  "tar": "6.2.0",
137
136
  "v8-compile-cache": "2.3.0"