@live-change/framework
Advanced tools
Comparing version 0.5.18 to 0.5.19
@@ -47,3 +47,3 @@ const { prepareParameters, processReturn, preFilterParameters } = require("./params.js") | ||
//console.log("CALL COMMAND", JSON.stringify(command, null, " ")) | ||
return this.service.app.command(command, this.definition.requestTimeout) | ||
return this.service.app.command(command, this.definition.requestTimeout || this.definition.timeout) | ||
} | ||
@@ -50,0 +50,0 @@ } |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.5.18", | ||
"version": "0.5.19", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -29,3 +29,4 @@ "main": "index.js", | ||
"@live-change/db-store-lmdb": "^0.1.22", | ||
"@live-change/uid": "^0.1.4", | ||
"@live-change/sockjs": "^0.4.0-rc.1", | ||
"@live-change/uid": "^0.5.19", | ||
"cookie": "^0.4.1", | ||
@@ -35,6 +36,6 @@ "express": "^4.17.1", | ||
"rimraf": "^3.0.2", | ||
"@live-change/sockjs": "^0.4.0-rc.1", | ||
"tape": "^5.3.2", | ||
"websocket": "^1.0.34" | ||
} | ||
}, | ||
"gitHead": "2c25ed68487762fe4ca36208b708ac7aa7506852" | ||
} |
163420