Comparing version 0.0.1 to 0.0.2
@@ -5,3 +5,3 @@ { | ||
"description": "Magento SOAP API wrapper for Node.js", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"main": "./src/magento", | ||
@@ -8,0 +8,0 @@ "contributors": [ |
@@ -177,4 +177,4 @@ // external dependencies | ||
} | ||
this.sessionId = sessId; | ||
self.sessionId = sessId; | ||
callback(); | ||
@@ -181,0 +181,0 @@ }); |
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
99933