@babel/plugin-transform-object-rest-spread
Advanced tools
Comparing version 8.0.0-alpha.13 to 8.0.0-alpha.14
@@ -54,3 +54,3 @@ import { declare } from '@babel/helper-plugin-utils'; | ||
var index = declare((api, opts) => { | ||
api.assertVersion("8.0.0-alpha.13"); | ||
api.assertVersion("8.0.0-alpha.14"); | ||
const targets = api.targets(); | ||
@@ -57,0 +57,0 @@ const supportsObjectAssign = !isRequired("Object.assign", targets, { |
{ | ||
"name": "@babel/plugin-transform-object-rest-spread", | ||
"version": "8.0.0-alpha.13", | ||
"version": "8.0.0-alpha.14", | ||
"description": "Compile object rest and spread to ES5", | ||
@@ -20,13 +20,13 @@ "repository": { | ||
"dependencies": { | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.13", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.13", | ||
"@babel/plugin-transform-parameters": "^8.0.0-alpha.13" | ||
"@babel/helper-compilation-targets": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-utils": "^8.0.0-alpha.14", | ||
"@babel/plugin-transform-parameters": "^8.0.0-alpha.14" | ||
}, | ||
"peerDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^8.0.0-alpha.13", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.13", | ||
"@babel/parser": "^8.0.0-alpha.13" | ||
"@babel/core": "^8.0.0-alpha.14", | ||
"@babel/helper-plugin-test-runner": "^8.0.0-alpha.14", | ||
"@babel/parser": "^8.0.0-alpha.14" | ||
}, | ||
@@ -33,0 +33,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