systemjs-builder
Advanced tools
Comparing version 0.1.0 to 0.1.1
{ | ||
"name": "systemjs-builder", | ||
"main": "index.js", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"authors": [ | ||
@@ -6,0 +6,0 @@ "guybedford <guybedford@gmail.com>" |
@@ -26,5 +26,5 @@ // NB move these CommonJS layers out into a static operation on the CommonJS module rather | ||
this.requires.push(args[0].literalToken.processedValue); | ||
} | ||
return ScopeTransformer.prototype.transformCallExpression.call(this, tree); | ||
} | ||
return ScopeTransformer.prototype.transformCallExpression.call(this, tree); | ||
} | ||
@@ -65,3 +65,2 @@ exports.CJSRequireTransformer = CJSRequireTransformer; | ||
.then(function(source) { | ||
//console.log(source); | ||
return { source: cjsOutput(load.name, deps, load.address, source, loader.baseURL) }; | ||
@@ -68,0 +67,0 @@ }); |
{ | ||
"name": "systemjs-builder", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "", | ||
@@ -11,7 +11,7 @@ "main": "index.js", | ||
"rsvp": "^3.0.6", | ||
"systemjs": "0.8.0", | ||
"traceur": "0.0.56" | ||
"systemjs": "0.8.1", | ||
"traceur": "0.0.58" | ||
}, | ||
"devDependencies": { | ||
"es6-module-loader": "0.8.1" | ||
"es6-module-loader": "0.8.2" | ||
}, | ||
@@ -18,0 +18,0 @@ "scripts": { |
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
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
1
72436
1812
+ Addedsystemjs@0.8.1(transitive)
- Removedsystemjs@0.8.0(transitive)
- Removedtraceur@0.0.56(transitive)
Updatedsystemjs@0.8.1
Updatedtraceur@0.0.58