electerm 1.50.21 → 1.50.40
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/package.json +34 -38
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "electerm",
|
|
3
|
-
"version": "1.50.
|
|
3
|
+
"version": "1.50.40",
|
|
4
4
|
"description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
|
|
5
5
|
"main": "app.js",
|
|
6
6
|
"bin": "npm/electerm",
|
|
@@ -53,52 +53,49 @@
|
|
|
53
53
|
},
|
|
54
54
|
"preferGlobal": true,
|
|
55
55
|
"devDependencies": {
|
|
56
|
-
"@ant-design/icons": "5.
|
|
56
|
+
"@ant-design/icons": "5.5.1",
|
|
57
57
|
"@electerm/electerm-resource": "1.3.7",
|
|
58
58
|
"@electron/rebuild": "^3.4.1",
|
|
59
|
-
"@novnc/novnc": "
|
|
60
|
-
"@types/node": "
|
|
61
|
-
"@vitejs/plugin-react": "4.
|
|
62
|
-
"
|
|
59
|
+
"@novnc/novnc": "1.4.0",
|
|
60
|
+
"@types/node": "22.9.3",
|
|
61
|
+
"@vitejs/plugin-react": "4.3.4",
|
|
62
|
+
"@xterm/addon-attach": "0.11.0",
|
|
63
|
+
"@xterm/addon-canvas": "0.7.0",
|
|
64
|
+
"@xterm/addon-fit": "0.10.0",
|
|
65
|
+
"@xterm/addon-ligatures": "0.9.0",
|
|
66
|
+
"@xterm/addon-search": "0.15.0",
|
|
67
|
+
"@xterm/addon-unicode11": "0.8.0",
|
|
68
|
+
"@xterm/addon-web-links": "0.11.0",
|
|
69
|
+
"@xterm/addon-webgl": "0.18.0",
|
|
70
|
+
"@xterm/xterm": "5.5.0",
|
|
71
|
+
"antd": "5.22.2",
|
|
63
72
|
"chai": "4.3.10",
|
|
64
|
-
"classnames": "2.
|
|
73
|
+
"classnames": "2.5.1",
|
|
65
74
|
"cross-env": "7.0.3",
|
|
66
|
-
"dotenv": "16.
|
|
75
|
+
"dotenv": "16.4.5",
|
|
67
76
|
"electron": "26.2.4",
|
|
68
77
|
"electron-builder": "24.9.1",
|
|
69
|
-
"
|
|
70
|
-
"filesize": "
|
|
71
|
-
"filesize-parser": "1.5.0",
|
|
78
|
+
"filesize": "10.1.6",
|
|
79
|
+
"filesize-parser": "1.5.1",
|
|
72
80
|
"firacode": "^6.2.0",
|
|
81
|
+
"glob": "^11.0.0",
|
|
73
82
|
"lodash-es": "^4.17.21",
|
|
74
83
|
"manate": "1.0.0",
|
|
75
84
|
"memoize-one": "6.0.0",
|
|
76
85
|
"morgan": "1.10.0",
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"react": "17.0.2",
|
|
86
|
+
"pug": "3.0.3",
|
|
87
|
+
"react": "18.3.1",
|
|
80
88
|
"react-colorful": "^5.6.1",
|
|
81
|
-
"react-delta": "1.1.
|
|
82
|
-
"react-dom": "
|
|
89
|
+
"react-delta-hooks": "1.1.5",
|
|
90
|
+
"react-dom": "18.3.1",
|
|
83
91
|
"replace-in-file": "6.3.5",
|
|
84
92
|
"shelljs": "0.8.5",
|
|
85
93
|
"standard": "^17.1.0",
|
|
86
94
|
"trzsz": "^1.1.3",
|
|
87
|
-
"vite": "
|
|
88
|
-
"vite-plugin-commonjs": "0.
|
|
89
|
-
"vite-plugin-purgecss": "0.2.12",
|
|
95
|
+
"vite": "6.0.1",
|
|
96
|
+
"vite-plugin-commonjs": "0.10.4",
|
|
90
97
|
"vscode-icons": "vscode-icons/vscode-icons",
|
|
91
98
|
"vscode-icons-js": "11.6.1",
|
|
92
|
-
"xterm": "5.2.1",
|
|
93
|
-
"xterm-addon-attach": "0.8.0",
|
|
94
|
-
"xterm-addon-canvas": "0.4.0",
|
|
95
|
-
"xterm-addon-fit": "0.7.0",
|
|
96
|
-
"xterm-addon-ligatures": "0.6.0",
|
|
97
|
-
"xterm-addon-search": "0.12.0",
|
|
98
|
-
"xterm-addon-serialize": "0.10.0",
|
|
99
|
-
"xterm-addon-unicode11": "0.5.0",
|
|
100
|
-
"xterm-addon-web-links": "0.8.0",
|
|
101
|
-
"xterm-addon-webgl": "0.15.0",
|
|
102
99
|
"zmodem-ts": "1.0.4"
|
|
103
100
|
},
|
|
104
101
|
"dependencies": {
|
|
@@ -107,9 +104,9 @@
|
|
|
107
104
|
"@electerm/rdpjs": "^1.0.0",
|
|
108
105
|
"@electerm/strip-ansi": "1.0.0",
|
|
109
106
|
"@yetzt/nedb": "1.8.0",
|
|
110
|
-
"axios": "^1.7.
|
|
111
|
-
"commander": "
|
|
112
|
-
"dayjs": "^1.11.
|
|
107
|
+
"axios": "^1.7.7",
|
|
108
|
+
"commander": "12.1.0",
|
|
109
|
+
"dayjs": "^1.11.13",
|
|
113
110
|
"diffie-hellman": "^5.0.3",
|
|
114
111
|
"electerm-sync": "1.2.1",
|
|
115
112
|
"electron-app-universal-protocol-client": "^1.3.0",
|
|
@@ -127,17 +124,16 @@
|
|
|
127
124
|
"lodash": "4.17.21",
|
|
128
125
|
"nanoid": "3.1.31",
|
|
129
126
|
"node-bash": "5.0.1",
|
|
130
|
-
"node-pty": "1.1.0-
|
|
127
|
+
"node-pty": "1.1.0-beta13",
|
|
131
128
|
"os-locale-s": "1.0.8",
|
|
132
129
|
"serialport": "10.4.0",
|
|
133
130
|
"socks": "2.7.1",
|
|
134
131
|
"socks-proxy-agent": "8.0.1",
|
|
135
132
|
"socksv5-electron": "^0.0.6",
|
|
136
|
-
"ssh-config": "
|
|
137
|
-
"ssh2": "1.
|
|
138
|
-
"stylus": "0.
|
|
139
|
-
"tar": "
|
|
140
|
-
"v8-compile-cache": "2.3.0"
|
|
133
|
+
"ssh-config": "5.0.1",
|
|
134
|
+
"ssh2": "1.16.0",
|
|
135
|
+
"stylus": "0.64.0",
|
|
136
|
+
"tar": "7.4.3"
|
|
141
137
|
},
|
|
142
138
|
"files": [
|
|
143
139
|
"npm",
|