@live-change/dao
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -28,3 +28,7 @@ const EventEmitter = require("./EventEmitter.js") | ||
debug("connecting to "+url) | ||
connection = new protocol(this.credentials, url, this.definition.connectionSettings) | ||
try { | ||
connection = new protocol(this.credentials, url, this.definition.connectionSettings) | ||
} catch(e) { | ||
connection = protocol(this.credentials, url, this.definition.connectionSettings) | ||
} | ||
this.connections.set(connectionId, connection) | ||
@@ -31,0 +35,0 @@ |
@@ -16,3 +16,3 @@ { | ||
"dependencies": { | ||
"debug": "^4.1.1" | ||
"debug": "^4.3.2" | ||
}, | ||
@@ -22,3 +22,3 @@ "description": "live data access object", | ||
"blue-tape": "^1.0.0", | ||
"supports-color": "^6.1.0" | ||
"supports-color": "^7.2.0" | ||
}, | ||
@@ -40,4 +40,4 @@ "directories": {}, | ||
}, | ||
"version": "0.4.1", | ||
"gitHead": "ea2d38a0401c1405bb3ca011a43a50dc7ada6cf6" | ||
"version": "0.4.2", | ||
"gitHead": "d4e1b7c5a3f7000c7587c7f36261fd0775ab150c" | ||
} |
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
163291
4742
Updateddebug@^4.3.2