electerm 1.91.1 → 1.91.8

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 -2
package/README.md CHANGED
@@ -184,7 +184,7 @@ npm run b
184
184
  ## Video guides
185
185
 
186
186
  - [bilibili](https://space.bilibili.com/14001525/channel/series?sid=5461229&spm_id_from=333.788.0.0)
187
- - [youtube](https://www.youtube.com/watch?v=3_jLMZQwoXw&list=PLF_esXiQYSpHAQwH-J-2O1IKPGHrMxVvU)
187
+ - [youtube](https://www.youtube.com/playlist?list=PLDPaKwC8l2SNq0uc6bB1Hehkk0Xh_H2RF)
188
188
 
189
189
  ## Change log
190
190
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "electerm",
3
- "version": "1.91.1",
3
+ "version": "1.91.8",
4
4
  "description": "Terminal/ssh/telnet/serialport/sftp client(linux, mac, win)",
5
5
  "main": "app.js",
6
6
  "bin": "npm/electerm",
@@ -101,7 +101,7 @@
101
101
  "zmodem-ts": "1.0.4"
102
102
  },
103
103
  "dependencies": {
104
- "@electerm/electerm-locales": "2.1.45",
104
+ "@electerm/electerm-locales": "2.1.46",
105
105
  "@electerm/electerm-themes": "^1.0.1",
106
106
  "@electerm/rdpjs": "^1.0.0",
107
107
  "@electerm/ssh2": "1.16.2",