contentful-parsers
Advanced tools
Comparing version 0.2.6 to 0.2.7
{ | ||
"name": "contentful-parsers", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "Library of useful parsers to use when working with Contentful API responses.", | ||
@@ -44,11 +44,11 @@ "repository": "ryanhefner/contentful-parsers.git", | ||
"dependencies": { | ||
"@babel/runtime": "^7.5.4" | ||
"@babel/runtime": "^7.5.5" | ||
}, | ||
"devDependencies": { | ||
"@babel/cli": "^7.5.0", | ||
"@babel/core": "^7.5.4", | ||
"@babel/plugin-proposal-class-properties": "^7.5.0", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.4", | ||
"@babel/plugin-transform-runtime": "^7.5.0", | ||
"@babel/preset-env": "^7.5.4", | ||
"@babel/cli": "^7.5.5", | ||
"@babel/core": "^7.5.5", | ||
"@babel/plugin-proposal-class-properties": "^7.5.5", | ||
"@babel/plugin-proposal-object-rest-spread": "^7.5.5", | ||
"@babel/plugin-transform-runtime": "^7.5.5", | ||
"@babel/preset-env": "^7.5.5", | ||
"babel-core": "^7.0.0-bridge.0", | ||
@@ -59,10 +59,10 @@ "babel-jest": "^24.8.0", | ||
"babel-polyfill": "^6.26.0", | ||
"coveralls": "^3.0.4", | ||
"dtslint": "^0.8.0", | ||
"coveralls": "^3.0.5", | ||
"dtslint": "^0.9.0", | ||
"greenkeeper-lockfile": "^1.15.1", | ||
"gzip-size": "^5.1.1", | ||
"jest": "^24.8.0", | ||
"pretty-bytes": "^5.2.0", | ||
"regenerator-runtime": "^0.13.2", | ||
"rollup": "^1.16.7", | ||
"pretty-bytes": "^5.3.0", | ||
"regenerator-runtime": "^0.13.3", | ||
"rollup": "^1.17.0", | ||
"rollup-plugin-babel": "^4.3.3", | ||
@@ -69,0 +69,0 @@ "rollup-plugin-commonjs": "^10.0.1", |
@@ -1,2 +0,2 @@ | ||
/*! contentful-parsers v0.2.6 | (c) 2019 Ryan Hefner | MIT License | https://github.com/ryanhefner/contentful-parsers.git !*/ | ||
/*! contentful-parsers v0.2.7 | (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
Updated@babel/runtime@^7.5.5