@live-change/online-service 0.3.40 → 0.3.41

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/index.js +1 -1
  2. package/package.json +2 -2
package/index.js CHANGED
@@ -12,7 +12,7 @@ const definition = app.createServiceDefinition({
12
12
  })
13
13
 
14
14
  const config = definition.config
15
- const onlinePort = config.port || process.env.ONLINE_PORT || 8007
15
+ const onlinePort = config.port || process.env.ONLINE_PORT || 8006
16
16
  const onlineHost = config.host || process.env.ONLINE_HOST || 'localhost'
17
17
  const onlineUrl = `ws://${onlineHost}:${onlinePort}/ws`
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/online-service",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -10,5 +10,5 @@
10
10
  },
11
11
  "author": "Michał Łaszczewski <michal@emikse.com>",
12
12
  "license": "BSD-3-Clause",
13
- "gitHead": "d72cc68ee4c46242e5f6a51c303be4177a1c33cf"
13
+ "gitHead": "cf7a4196465c134c4685571526754330d7c70475"
14
14
  }