@electerm/electerm-react 1.51.18 → 1.51.20

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.
@@ -153,7 +153,11 @@ export default (type, id, sessionId = '', sftpId = '', persist) => {
153
153
  sessionId,
154
154
  sftpId,
155
155
  pick(window.store.config, [
156
- 'host', 'port', 'tokenElecterm'
156
+ 'host',
157
+ 'port',
158
+ 'tokenElecterm',
159
+ 'server',
160
+ 'urlPath'
157
161
  ])
158
162
  ]
159
163
  })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@electerm/electerm-react",
3
- "version": "1.51.18",
3
+ "version": "1.51.20",
4
4
  "description": "react components src for electerm",
5
5
  "main": "./client/components/main/main.jsx",
6
6
  "license": "MIT",