electerm 1.34.30 → 1.34.38

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 +1 -1
  2. package/package.json +2 -5
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <h1 align="center" style="padding-top: 60px;padding-bottom: 40px;">
2
- <a href="https://electerm.github.io/electerm">
2
+ <a href="https://electerm.html5beta.com">
3
3
  <img src="https://github.com/electerm/electerm-resource/raw/master/static/images/electerm.png", alt="" />
4
4
  </a>
5
5
  </h1>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.34.30",
3
+ "version": "1.34.38",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -13,8 +13,6 @@
13
13
  "clean": "node build/bin/clean",
14
14
  "compile": "node build/bin/build",
15
15
  "vite-build": "node build/bin/vite-build.js",
16
- "local-test": "LOCAL_TEST=1 npm run test",
17
- "init": "npm i && cd src/vite && npm i",
18
16
  "prepublishOnly": "node build/bin/prepublish",
19
17
  "postpublish": "node build/bin/postpublish",
20
18
  "prepare-file": "node build/bin/prepare",
@@ -61,7 +59,7 @@
61
59
  "@electerm/electerm-resource": "1.3.7",
62
60
  "@electron/rebuild": "^3.3.0",
63
61
  "@types/node": "20.5.7",
64
- "@vitejs/plugin-react": "4.0.4",
62
+ "@vitejs/plugin-react": "4.1.0",
65
63
  "antd": "5.8.3",
66
64
  "chai": "4.3.10",
67
65
  "classnames": "2.3.2",
@@ -110,7 +108,6 @@
110
108
  "@yetzt/nedb": "1.8.0",
111
109
  "axios": "0.26.0",
112
110
  "commander": "11.0.0",
113
- "cors": "2.8.5",
114
111
  "electerm-sync": "1.1.0",
115
112
  "electron-log": "4.3.5",
116
113
  "express": "4.18.2",