@live-change/framework 0.5.18 → 0.5.19

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.
@@ -44,7 +44,7 @@ class Action {
44
44
  }
45
45
  if(parameters._commandId) command.id = parameters._commandId
46
46
  //console.log("CALL COMMAND", JSON.stringify(command, null, " "))
47
- return this.service.app.command(command, this.definition.requestTimeout)
47
+ return this.service.app.command(command, this.definition.requestTimeout || this.definition.timeout)
48
48
  }
49
49
  }
50
50
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@live-change/framework",
3
- "version": "0.5.18",
3
+ "version": "0.5.19",
4
4
  "description": "Live Change Framework - ultimate solution for real time mobile/web apps",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -26,13 +26,14 @@
26
26
  "@live-change/db": "^0.3.64",
27
27
  "@live-change/db-store-level": "^0.1.15",
28
28
  "@live-change/db-store-lmdb": "^0.1.22",
29
- "@live-change/uid": "^0.1.4",
29
+ "@live-change/sockjs": "^0.4.0-rc.1",
30
+ "@live-change/uid": "^0.5.19",
30
31
  "cookie": "^0.4.1",
31
32
  "express": "^4.17.1",
32
33
  "os-service": "^2.2.0",
33
34
  "rimraf": "^3.0.2",
34
- "@live-change/sockjs": "^0.4.0-rc.1",
35
35
  "tape": "^5.3.2",
36
36
  "websocket": "^1.0.34"
37
- }
37
+ },
38
+ "gitHead": "2c25ed68487762fe4ca36208b708ac7aa7506852"
38
39
  }