ember-cli-babel
Advanced tools
Comparing version 5.1.7 to 5.1.8
15
index.js
@@ -72,2 +72,17 @@ /* jshint node: true */ | ||
// pass a console object that wraps the addon's `UI` object | ||
options.console = { | ||
log: function(message) { | ||
addonContext.ui.writeInfoLine(message); | ||
}, | ||
warn: function(message) { | ||
addonContext.ui.writeWarnLine(message); | ||
}, | ||
error: function(message) { | ||
addonContext.ui.writeError(message, 'ERROR'); | ||
} | ||
}; | ||
// Ensure modules aren't compiled unless explicitly set to compile | ||
@@ -74,0 +89,0 @@ options.blacklist = options.blacklist || ['es6.modules']; |
{ | ||
"name": "ember-cli-babel", | ||
"version": "5.1.7", | ||
"version": "5.1.8", | ||
"directories": { | ||
@@ -14,2 +14,5 @@ "doc": "doc", | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"repository": { | ||
@@ -35,8 +38,8 @@ "type": "git", | ||
"ember-cli-inject-live-reload": "^1.3.1", | ||
"ember-cli-qunit": "^1.0.0", | ||
"ember-cli-release": "0.2.3", | ||
"ember-cli-qunit": "^2.2.1", | ||
"ember-cli-release": "0.2.9", | ||
"ember-export-application-global": "^1.0.3", | ||
"ember-load-initializers": "0.5.1", | ||
"ember-resolver": "2.0.3", | ||
"loader.js": "4.0.10" | ||
"loader.js": "4.0.11" | ||
}, | ||
@@ -47,3 +50,3 @@ "keywords": [ | ||
"dependencies": { | ||
"broccoli-babel-transpiler": "^5.4.5", | ||
"broccoli-babel-transpiler": "^5.6.0", | ||
"broccoli-funnel": "^1.0.0", | ||
@@ -50,0 +53,0 @@ "clone": "^1.0.2", |
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
91
0
8464
4