@live-change/framework
Advanced tools
Comparing version 0.4.2 to 0.4.3
@@ -40,3 +40,3 @@ const ReactiveDao = require("@live-change/dao") | ||
this.requestTimeout = env.API_REQUEST_TIMEOUT || 10*1000 | ||
this.requestTimeout = (+env.DB_REQUEST_TIMEOUT) || 10*1000 | ||
@@ -43,0 +43,0 @@ this.defaultProcessors = [ |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.4.2", | ||
"version": "0.4.3", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
146884