@live-change/framework
Advanced tools
Comparing version 0.3.33 to 0.3.34
@@ -63,3 +63,3 @@ const ReactiveDao = require("@live-change/dao") | ||
this.defaultPath = "." | ||
this.dao = new ReactiveDao('app', { | ||
this.dao = new ReactiveDao(process.cwd()+' '+process.argv.join(' '), { | ||
remoteUrl: env.DB_URL || "http://localhost:9417/api/ws", | ||
@@ -66,0 +66,0 @@ protocols: { |
{ | ||
"name": "@live-change/framework", | ||
"version": "0.3.33", | ||
"version": "0.3.34", | ||
"description": "Live Change Framework - ultimate solution for real time mobile/web apps", | ||
@@ -24,3 +24,3 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@live-change/dao": "^0.2.21", | ||
"@live-change/dao": "^0.2.25", | ||
"@live-change/dao-websocket": "^0.2.12", | ||
@@ -27,0 +27,0 @@ "@live-change/db": "^0.2.5", |
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
132608