Comparing version 0.1.3 to 0.1.4
@@ -467,3 +467,2 @@ //------------------------------------------------------------------------------- | ||
/** | ||
@@ -527,3 +526,3 @@ * @private | ||
callback(new Error("Circular dependency in load calls. Requiring '" + bugPackKeyString + "' which is already in the " + | ||
"load stack. " + JSON.stringify(this.loadStack))); | ||
"load stack. " + JSON.stringify(this.processingExportStack))); | ||
} else { | ||
@@ -550,3 +549,3 @@ var bugPackKey = this.generateBugPackKey(bugPackKeyString); | ||
throw new Error("Circular dependency in load calls. Requiring '" + bugPackKeyString + "' which is already in the " + | ||
"load stack. " + JSON.stringify(this.loadStack)); | ||
"load stack. " + JSON.stringify(this.processingExportStack)); | ||
} else { | ||
@@ -553,0 +552,0 @@ var bugPackKey = this.generateBugPackKey(bugPackKeyString); |
{ | ||
"name": "bugpack", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Package loader to help make browser and node js package loading consistent", | ||
@@ -5,0 +5,0 @@ "main": "./lib/BugPackApi.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
58296