Comparing version 0.3.0-alpha2 to 0.3.0-alpha3
@@ -142,6 +142,6 @@ | ||
trace && console.log('_resolve', arguments) | ||
if(!this._client && client === undefined){ | ||
if(!_this._client && client === undefined){ | ||
client = new Client() | ||
} | ||
(this._client || client).resolve(_this._name, _resolveDone) | ||
(_this._client || client).resolve(_this._name, _resolveDone) | ||
} | ||
@@ -148,0 +148,0 @@ |
{ | ||
"name": "cocaine", | ||
"version": "0.3.0-alpha2", | ||
"version": "0.3.0-alpha3", | ||
"description": "Node.js framework for Cocaine platform", | ||
@@ -5,0 +5,0 @@ |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
9299423
77
8