contentful-parsers
Advanced tools
Comparing version 1.2.15 to 1.2.16
@@ -9,2 +9,3 @@ "use strict"; | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _fieldsParser[key]) return; | ||
exports[key] = _fieldsParser[key]; | ||
@@ -17,3 +18,4 @@ }); | ||
if (key === "default" || key === "__esModule") return; | ||
if (key in exports && exports[key] === _graphqlParser[key]) return; | ||
exports[key] = _graphqlParser[key]; | ||
}); |
{ | ||
"name": "contentful-parsers", | ||
"version": "1.2.15", | ||
"version": "1.2.16", | ||
"description": "Library of useful parsers to use when working with Contentful API responses.", | ||
@@ -59,14 +59,14 @@ "repository": "ryanhefner/contentful-parsers.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.11.2" | ||
"@babel/runtime": "^7.12.1" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/plugin-proposal-class-properties": "^7.10.4", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.11.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.11.0", | ||
"@babel/plugin-transform-runtime": "^7.11.5", | ||
"@babel/preset-env": "^7.11.5", | ||
"@babel/cli": "^7.12.1", | ||
"@babel/core": "^7.12.3", | ||
"@babel/plugin-proposal-class-properties": "^7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.12.1", | ||
"@babel/plugin-proposal-optional-chaining": "^7.12.1", | ||
"@babel/plugin-transform-runtime": "^7.12.1", | ||
"@babel/preset-env": "^7.12.1", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^26.5.2", | ||
"babel-jest": "^26.6.0", | ||
"babel-plugin-dev-expression": "^0.2.2", | ||
@@ -79,6 +79,6 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gzip-size": "^5.1.1", | ||
"jest": "^26.5.2", | ||
"jest": "^26.6.0", | ||
"pretty-bytes": "^5.4.1", | ||
"regenerator-runtime": "^0.13.7", | ||
"rollup": "^2.28.2", | ||
"rollup": "^2.32.0", | ||
"rollup-plugin-babel": "^4.4.0", | ||
@@ -85,0 +85,0 @@ "rollup-plugin-commonjs": "^10.1.0", |
@@ -1,2 +0,2 @@ | ||
/*! contentful-parsers v1.2.15 | (c) 2020 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
/*! contentful-parsers v1.2.16 | (c) 2020 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
(function (global, factory) { | ||
@@ -3,0 +3,0 @@ typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) : |
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
83904
1822
Updated@babel/runtime@^7.12.1