babel-plugin-ember-modules-api-polyfill
Advanced tools
Comparing version 3.1.1 to 3.2.0
@@ -0,1 +1,10 @@ | ||
## v3.2.0 (2020-10-02) | ||
#### :rocket: Enhancement | ||
* [#141](https://github.com/ember-cli/babel-plugin-ember-modules-api-polyfill/pull/141) Update ember-rfc176-data to add Helper Manager APIs. ([@rwjblue](https://github.com/rwjblue)) | ||
#### Committers: 1 | ||
- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) | ||
## v3.1.1 (2020-07-31) | ||
@@ -2,0 +11,0 @@ |
{ | ||
"name": "babel-plugin-ember-modules-api-polyfill", | ||
"version": "3.1.1", | ||
"version": "3.2.0", | ||
"description": "Polyfill for Ember JS API.", | ||
@@ -31,17 +31,17 @@ "keywords": [ | ||
"dependencies": { | ||
"ember-rfc176-data": "^0.3.15" | ||
"ember-rfc176-data": "^0.3.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.10.4", | ||
"@babel/plugin-transform-typescript": "^7.10.4", | ||
"@babel/preset-env": "^7.10.4", | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-transform-typescript": "^7.11.0", | ||
"@babel/preset-env": "^7.11.5", | ||
"babel-core": "^6.25.0", | ||
"eslint": "^7.3.1", | ||
"eslint-config-prettier": "^6.11.0", | ||
"eslint": "^7.10.0", | ||
"eslint-config-prettier": "^6.12.0", | ||
"eslint-plugin-node": "^11.1.0", | ||
"eslint-plugin-prettier": "^3.1.4", | ||
"jest": "^24.9.0", | ||
"prettier": "^2.0.5", | ||
"release-it": "^13.6.4", | ||
"release-it-lerna-changelog": "^2.3.0" | ||
"prettier": "^2.1.2", | ||
"release-it": "^13.7.0", | ||
"release-it-lerna-changelog": "^2.4.0" | ||
}, | ||
@@ -48,0 +48,0 @@ "engines": { |
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
27403
Updatedember-rfc176-data@^0.3.16