electerm 1.29.5 → 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.
- package/LICENSE +1 -1
- package/README.md +2 -2
- package/package.json +26 -37
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License (MIT)
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2017~
|
|
3
|
+
Copyright (c) since 2017~ ZHAO Xudong <zxdong@gmail.com>
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
package/README.md
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
[](https://standardjs.com)
|
|
15
15
|
[](https://snapcraft.io/electerm)
|
|
16
16
|
[](https://www.microsoft.com/store/apps/9NCN7272GTFF)
|
|
17
|
-
[](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
|
|
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,18 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.
|
|
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",
|
|
7
7
|
"scripts": {
|
|
8
8
|
"app": "node build/bin/app",
|
|
9
|
-
"build": "
|
|
10
|
-
"start": "
|
|
9
|
+
"build": "npm run vite-build",
|
|
10
|
+
"start": "node build/bin/start.js",
|
|
11
11
|
"icon": "node build/bin/icon",
|
|
12
12
|
"ver": "node build/bin/generate-version",
|
|
13
13
|
"clean": "node build/bin/clean",
|
|
14
14
|
"compile": "node build/bin/build",
|
|
15
|
+
"vite-build": "node build/bin/vite-build.js",
|
|
15
16
|
"local-test": "LOCAL_TEST=1 npm run test",
|
|
17
|
+
"init": "npm i && cd src/vite && npm i",
|
|
16
18
|
"prepublishOnly": "node build/bin/prepublish",
|
|
17
19
|
"postpublish": "node build/bin/postpublish",
|
|
18
20
|
"prepare-file": "node build/bin/prepare",
|
|
@@ -26,8 +28,9 @@
|
|
|
26
28
|
"test": "npm run test1 && npm run test2",
|
|
27
29
|
"test1": "./node_modules/.bin/playwright test test/e2e/00*.js --workers=1",
|
|
28
30
|
"test2": "./node_modules/.bin/playwright test test/e2e/01*.js --workers=1",
|
|
29
|
-
"prepare-build": "npm run compile && npm run prepare-file",
|
|
31
|
+
"prepare-build": "npm run clean && npm run compile && npm run prepare-file",
|
|
30
32
|
"r": "./build/bin/release",
|
|
33
|
+
"t": "./node_modules/.bin/electron work/app/app.js",
|
|
31
34
|
"lock": "npm i --package-lock-only"
|
|
32
35
|
},
|
|
33
36
|
"license": "MIT",
|
|
@@ -54,53 +57,39 @@
|
|
|
54
57
|
"preferGlobal": true,
|
|
55
58
|
"devDependencies": {
|
|
56
59
|
"@ant-design/icons": "5.2.5",
|
|
57
|
-
"@babel/cli": "7.22.5",
|
|
58
|
-
"@babel/core": "7.22.5",
|
|
59
|
-
"@babel/preset-env": "7.22.5",
|
|
60
|
-
"@babel/preset-react": "7.22.5",
|
|
61
|
-
"@babel/register": "7.22.5",
|
|
62
|
-
"@babel/runtime": "7.22.5",
|
|
63
60
|
"@electerm/electerm-resource": "1.3.7",
|
|
64
|
-
"@
|
|
61
|
+
"@electron/rebuild": "^3.3.0",
|
|
62
|
+
"@types/node": "20.5.7",
|
|
63
|
+
"@vitejs/plugin-react": "4.0.4",
|
|
65
64
|
"antd": "5.8.3",
|
|
66
|
-
"
|
|
67
|
-
"babel-eslint": "10.1.0",
|
|
68
|
-
"babel-loader": "9.1.3",
|
|
65
|
+
"babel-eslint": "^10.1.0",
|
|
69
66
|
"chai": "4.3.7",
|
|
70
67
|
"classnames": "2.3.2",
|
|
71
|
-
"concat-loader": "0.1.0",
|
|
72
|
-
"copy-webpack-plugin": "11.0.0",
|
|
73
68
|
"cross-env": "7.0.3",
|
|
74
|
-
"css-loader": "6.8.1",
|
|
75
|
-
"css-minimizer-webpack-plugin": "5.0.1",
|
|
76
69
|
"dayjs": "1.11.9",
|
|
77
70
|
"dotenv": "16.3.1",
|
|
78
|
-
"electron": "
|
|
79
|
-
"electron-builder": "24.4
|
|
80
|
-
"extract-loader": "5.1.0",
|
|
81
|
-
"file-loader": "6.2.0",
|
|
71
|
+
"electron": "26.2.0",
|
|
72
|
+
"electron-builder": "24.6.4",
|
|
82
73
|
"filesize": "10.0.7",
|
|
83
74
|
"filesize-parser": "1.5.0",
|
|
84
|
-
"
|
|
75
|
+
"lodash-es": "^4.17.21",
|
|
85
76
|
"manate": "0.3.9",
|
|
86
77
|
"memoize-one": "6.0.0",
|
|
87
|
-
"
|
|
78
|
+
"morgan": "1.10.0",
|
|
88
79
|
"prop-types": "15.7.2",
|
|
89
|
-
"
|
|
80
|
+
"pug": "3.0.2",
|
|
81
|
+
"react": "17.0.2",
|
|
90
82
|
"react-delta": "1.1.2",
|
|
91
|
-
"react-dom": "
|
|
83
|
+
"react-dom": "17.0.2",
|
|
92
84
|
"replace-in-file": "6.3.5",
|
|
93
85
|
"shelljs": "0.8.5",
|
|
94
86
|
"standard": "13.1.0",
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
87
|
+
"trzsz": "1.1.1",
|
|
88
|
+
"vite": "4.4.9",
|
|
89
|
+
"vite-plugin-commonjs": "0.9.0",
|
|
90
|
+
"vite-plugin-purgecss": "0.2.12",
|
|
99
91
|
"vscode-icons": "vscode-icons/vscode-icons",
|
|
100
92
|
"vscode-icons-js": "11.6.1",
|
|
101
|
-
"webpack": "5.88.1",
|
|
102
|
-
"webpack-cli": "5.1.4",
|
|
103
|
-
"webpack-dev-server": "4.15.1",
|
|
104
93
|
"xterm": "5.2.1",
|
|
105
94
|
"xterm-addon-attach": "0.8.0",
|
|
106
95
|
"xterm-addon-canvas": "0.4.0",
|
|
@@ -114,17 +103,17 @@
|
|
|
114
103
|
"zmodem.js": "0.1.10"
|
|
115
104
|
},
|
|
116
105
|
"dependencies": {
|
|
117
|
-
"@electerm/electerm-locales": "0.18.
|
|
106
|
+
"@electerm/electerm-locales": "0.18.4",
|
|
118
107
|
"@electerm/ssh2": "1.11.2",
|
|
119
108
|
"@electerm/strip-ansi": "1.0.0",
|
|
120
109
|
"@yetzt/nedb": "1.8.0",
|
|
121
110
|
"axios": "0.26.0",
|
|
122
|
-
"body-parser": "1.20.2",
|
|
123
111
|
"commander": "11.0.0",
|
|
124
112
|
"cors": "2.8.5",
|
|
125
113
|
"electerm-sync": "1.1.0",
|
|
126
114
|
"electron-log": "4.3.5",
|
|
127
|
-
"
|
|
115
|
+
"eventemitter3": "5.0.1",
|
|
116
|
+
"express": "4.18.2",
|
|
128
117
|
"express-ws": "5.0.2",
|
|
129
118
|
"fast-deep-equal": "3.1.3",
|
|
130
119
|
"find-free-port": "2.0.0",
|
|
@@ -132,7 +121,7 @@
|
|
|
132
121
|
"gist-wrapper": "0.4.1",
|
|
133
122
|
"gitee-client": "0.2.0",
|
|
134
123
|
"https-proxy-agent": "7.0.1",
|
|
135
|
-
"json-deep-copy": "1.3.
|
|
124
|
+
"json-deep-copy": "1.3.1",
|
|
136
125
|
"jsonwebtoken": "^9.0.1",
|
|
137
126
|
"lodash": "4.17.21",
|
|
138
127
|
"nanoid": "3.1.31",
|