contentful-parsers
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -10,2 +10,2 @@ "use strict"; | ||
exports.fieldsParser = _fieldsParser.default; | ||
exports.fieldsParser = _fieldsParser["default"]; |
{ | ||
"name": "contentful-parsers", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Library of useful parsers to use when working with Contentful API responses.", | ||
@@ -41,13 +41,13 @@ "repository": "ryanhefner/contentful-parsers.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.4.2" | ||
"@babel/runtime": "^7.4.3" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.2.3", | ||
"@babel/core": "^7.4.0", | ||
"@babel/cli": "^7.4.3", | ||
"@babel/core": "^7.4.3", | ||
"@babel/plugin-proposal-class-properties": "^7.4.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.0", | ||
"@babel/plugin-transform-runtime": "^7.4.0", | ||
"@babel/preset-env": "^7.4.2", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.4.3", | ||
"@babel/plugin-transform-runtime": "^7.4.3", | ||
"@babel/preset-env": "^7.4.3", | ||
"babel-core": "^7.0.0-bridge.0", | ||
"babel-jest": "^24.5.0", | ||
"babel-jest": "^24.7.1", | ||
"babel-plugin-dev-expression": "^0.2.1", | ||
@@ -59,10 +59,10 @@ "babel-plugin-transform-react-remove-prop-types": "^0.4.24", | ||
"gzip-size": "^5.0.0", | ||
"jest": "^24.5.0", | ||
"jest": "^24.7.1", | ||
"pretty-bytes": "^5.1.0", | ||
"regenerator-runtime": "^0.13.2", | ||
"rollup": "^1.7.3", | ||
"rollup": "^1.9.0", | ||
"rollup-plugin-babel": "^4.3.2", | ||
"rollup-plugin-commonjs": "^9.2.2", | ||
"rollup-plugin-commonjs": "^9.3.4", | ||
"rollup-plugin-json": "^4.0.0", | ||
"rollup-plugin-node-resolve": "^4.0.1", | ||
"rollup-plugin-node-resolve": "^4.2.1", | ||
"rollup-plugin-uglify": "^6.0.2", | ||
@@ -69,0 +69,0 @@ "rollup-watch": "^4.3.1" |
"use strict"; | ||
exports.__esModule = true; | ||
exports.default = _default; | ||
exports["default"] = _default; | ||
@@ -6,0 +6,0 @@ /** |
@@ -1,2 +0,2 @@ | ||
/*! contentful-parsers v0.1.3 | (c) 2019 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
/*! contentful-parsers v0.1.4 | (c) 2019 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
20202
Updated@babel/runtime@^7.4.3