Comparing version 8.1.1 to 8.2.0
{ | ||
"name": "gavel", | ||
"version": "8.1.1", | ||
"version": "8.2.0", | ||
"description": "Validator of HTTP transactions (JavaScript implementation)", | ||
@@ -38,2 +38,3 @@ "main": "build/index.js", | ||
"dependencies": { | ||
"ajv": "6.10.2", | ||
"amanda": "1.0.1", | ||
@@ -53,19 +54,20 @@ "caseless": "0.12.0", | ||
"devDependencies": { | ||
"@rollup/plugin-json": "4.0.0", | ||
"chai": "4.2.0", | ||
"cross-spawn": "7.0.0", | ||
"cross-spawn": "7.0.1", | ||
"cucumber": "1.3.2", | ||
"eslint": "6.4.0", | ||
"eslint": "6.6.0", | ||
"eslint-config-airbnb": "17.1.1", | ||
"eslint-config-airbnb-base": "13.2.0", | ||
"eslint-config-prettier": "6.3.0", | ||
"eslint-config-prettier": "6.5.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"gavel-spec": "4.1.0", | ||
"husky": "3.0.5", | ||
"lint-staged": "9.4.0", | ||
"mocha": "6.2.0", | ||
"husky": "3.0.9", | ||
"lint-staged": "9.4.2", | ||
"mocha": "6.2.2", | ||
"prettier": "1.18.2", | ||
"rollup": "1.21.3", | ||
"rollup": "1.26.0", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
"semantic-release": "15.13.24", | ||
"semantic-release": "15.13.28", | ||
"sinon": "7.5.0" | ||
@@ -72,0 +74,0 @@ }, |
const resolve = require('rollup-plugin-node-resolve'); | ||
const commonjs = require('rollup-plugin-commonjs'); | ||
const json = require('@rollup/plugin-json/dist'); | ||
const packageJson = require('./package.json'); | ||
@@ -22,2 +23,3 @@ | ||
}), | ||
json(), | ||
commonjs() | ||
@@ -24,0 +26,0 @@ ] |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
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
1457705
14087
13
19
+ Addedajv@6.10.2
+ Addedajv@6.10.2(transitive)
+ Addedfast-deep-equal@2.0.1(transitive)
+ Addedfast-json-stable-stringify@2.1.0(transitive)
+ Addedjson-schema-traverse@0.4.1(transitive)
+ Addedpunycode@2.3.1(transitive)
+ Addeduri-js@4.4.1(transitive)