@live-change/server 0.9.119 → 0.9.120

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/lib/Renderer.js +0 -7
  2. package/package.json +7 -7
package/lib/Renderer.js CHANGED
@@ -53,13 +53,6 @@ class Renderer {
53
53
 
54
54
  const preloadLinks = this.renderPreloadLinks(modules)
55
55
 
56
- for(const [path, value] of data) {
57
- if(path !== '{"paths":[{"what":["accessControl","objectOwnedAccessInvitations",{"object":"[Wf1KCKj1w.0@BCriY]","objectType":"speedDating_Event"}],"more":[{"schema":[["userIdentification","identification",{"object":{"sessionOrUserType":{"property":"contactOrUserType"},"sessionOrUser":{"property":"contactOrUser"}}}]],"to":"identification"}]}]}')
58
- continue
59
- console.log("SERIALIZE DATA", path, value[0])
60
- console.log("SERIALIZED", serialize(value[0], { isJSON: true }))
61
- }
62
-
63
56
  const appDataScript = ` <script>` +
64
57
  ` window.__DAO_CACHE__= ${serialize(data, { isJSON: true })}\n`+
65
58
  (this.settings.fastAuth ? ''
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/server",
3
- "version": "0.9.119",
3
+ "version": "0.9.120",
4
4
  "description": "Live Change Framework - server",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,12 +22,12 @@
22
22
  "type": "module",
23
23
  "homepage": "https://github.com/live-change/live-change-stack",
24
24
  "dependencies": {
25
- "@live-change/dao": "^0.9.119",
26
- "@live-change/dao-sockjs": "^0.9.119",
27
- "@live-change/db-server": "^0.9.119",
28
- "@live-change/framework": "^0.9.119",
25
+ "@live-change/dao": "^0.9.120",
26
+ "@live-change/dao-sockjs": "^0.9.120",
27
+ "@live-change/db-server": "^0.9.120",
28
+ "@live-change/framework": "^0.9.120",
29
29
  "@live-change/sockjs": "0.4.1",
30
- "@live-change/uid": "^0.9.119",
30
+ "@live-change/uid": "^0.9.120",
31
31
  "dotenv": "^17.2.1",
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": "b93111cbcd227526a64a46e14dda74adf03064fe"
42
+ "gitHead": "a96651b4ee83892d1224f7a5e3e17681f07a20f2"
43
43
  }