@live-change/framework 0.5.25 → 0.5.27

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.
@@ -23,4 +23,6 @@ module.exports = function(service, definition, app) {
23
23
  delete definition.foreignIndexes
24
24
  delete definition.config
25
25
  delete definition.indexes
26
+ delete definition.endpoints
27
+ delete definition.beforeStartCallbacks
26
28
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/framework",
3
- "version": "0.5.25",
3
+ "version": "0.5.27",
4
4
  "description": "Live Change Framework - ultimate solution for real time mobile/web apps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -22,12 +22,12 @@
22
22
  "homepage": "https://github.com/live-change/live-change-framework",
23
23
  "devDependencies": {
24
24
  "@live-change/dao": "0.4.2",
25
- "@live-change/dao-websocket": "0.4.1",
25
+ "@live-change/dao-websocket": "0.4.2",
26
26
  "@live-change/db": "0.5.4",
27
27
  "@live-change/db-store-level": "0.5.4",
28
28
  "@live-change/db-store-lmdb": "0.5.4",
29
29
  "@live-change/sockjs": "^0.4.0-rc.1",
30
- "@live-change/uid": "0.5.20",
30
+ "@live-change/uid": "^0.5.27",
31
31
  "cookie": "^0.4.1",
32
32
  "express": "^4.17.1",
33
33
  "os-service": "^2.2.0",
@@ -35,5 +35,5 @@
35
35
  "tape": "^5.3.2",
36
36
  "websocket": "^1.0.34"
37
37
  },
38
- "gitHead": "014a45f0a666820dc25eb728be2fe92834cb89ee"
38
+ "gitHead": "8cdab8d362794c923e765193d2e786fb29587877"
39
39
  }