@nxtedition/lib 23.3.0 → 23.3.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.
Files changed (2) hide show
  1. package/app.js +0 -4
  2. package/package.json +1 -1
package/app.js CHANGED
@@ -401,10 +401,6 @@ export function makeApp(appConfig, onTerminate) {
401
401
  url.pathname = '/deepstream'
402
402
  }
403
403
 
404
- if (!url.port) {
405
- url.port = '6020'
406
- }
407
-
408
404
  let prevConnectionState
409
405
  ds = deepstream(url.toString(), dsConfig)
410
406
  .login(dsConfig.credentials, (success, authData) => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nxtedition/lib",
3
- "version": "23.3.0",
3
+ "version": "23.3.1",
4
4
  "license": "MIT",
5
5
  "author": "Robert Nagy <robert.nagy@boffins.se>",
6
6
  "type": "module",