@live-change/server 0.8.12 → 0.8.13

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.
@@ -10,7 +10,7 @@ function setupApiSockJs(httpServer, apiServer) {
10
10
  console.error("NULL SOCKJS connection")
11
11
  return;
12
12
  }
13
- console.log("SOCKJS connection")
13
+ //console.log("SOCKJS connection")
14
14
  apiServer.handleConnection(conn)
15
15
  })
16
16
  sockJsServer.attach(httpServer)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/server",
3
- "version": "0.8.12",
3
+ "version": "0.8.13",
4
4
  "description": "Live Change Framework - server",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -8,7 +8,7 @@
8
8
  },
9
9
  "repository": {
10
10
  "type": "git",
11
- "url": "git+https://github.com/live-change/live-change-framework.git"
11
+ "url": "git+https://github.com/live-change/live-change-stack.git"
12
12
  },
13
13
  "author": {
14
14
  "email": "m8@em8.pl",
@@ -17,17 +17,17 @@
17
17
  },
18
18
  "license": "BSD-3-Clause",
19
19
  "bugs": {
20
- "url": "https://github.com/live-change/live-change-framework/issues"
20
+ "url": "https://github.com/live-change/live-change-stack/issues"
21
21
  },
22
22
  "type": "module",
23
- "homepage": "https://github.com/live-change/live-change-framework",
23
+ "homepage": "https://github.com/live-change/live-change-stack",
24
24
  "dependencies": {
25
- "@live-change/dao": "^0.8.12",
26
- "@live-change/dao-sockjs": "^0.8.12",
27
- "@live-change/db-server": "^0.8.12",
28
- "@live-change/framework": "^0.8.12",
25
+ "@live-change/dao": "^0.8.13",
26
+ "@live-change/dao-sockjs": "^0.8.13",
27
+ "@live-change/db-server": "^0.8.13",
28
+ "@live-change/framework": "^0.8.13",
29
29
  "@live-change/sockjs": "0.4.1",
30
- "@live-change/uid": "^0.8.12",
30
+ "@live-change/uid": "^0.8.13",
31
31
  "dotenv": "^16.4.4",
32
32
  "express": "^4.18.2",
33
33
  "express-static-gzip": "2.1.7",
@@ -39,5 +39,5 @@
39
39
  "websocket": "^1.0.34",
40
40
  "yargs": "^17.7.2"
41
41
  },
42
- "gitHead": "5c93162184742550bf6a5e7b37a5537c69f8a3c4"
42
+ "gitHead": "4453aa639a9fe1a857d93d73ebd28a82c97fdd87"
43
43
  }