Comparing version 8.2.1 to 8.2.2
{ | ||
"name": "gavel", | ||
"version": "8.2.1", | ||
"version": "8.2.2", | ||
"description": "Validator of HTTP transactions (JavaScript implementation)", | ||
@@ -61,3 +61,3 @@ "main": "build/index.js", | ||
"eslint-config-prettier": "6.7.0", | ||
"eslint-plugin-import": "2.18.2", | ||
"eslint-plugin-import": "2.19.1", | ||
"gavel-spec": "4.1.0", | ||
@@ -71,2 +71,3 @@ "husky": "3.1.0", | ||
"rollup-plugin-node-resolve": "5.2.0", | ||
"rollup-plugin-terser": "5.1.3", | ||
"semantic-release": "15.13.31", | ||
@@ -73,0 +74,0 @@ "sinon": "7.5.0" |
@@ -164,4 +164,2 @@ <p align="center"> | ||
> Note that JSON schema Draft-05+ are not currently supported. [Follow the support progress](https://github.com/apiaryio/gavel.js/issues/90). | ||
## Examples | ||
@@ -168,0 +166,0 @@ |
const resolve = require('rollup-plugin-node-resolve'); | ||
const commonjs = require('rollup-plugin-commonjs'); | ||
const json = require('@rollup/plugin-json/dist'); | ||
const { terser } = require('rollup-plugin-terser'); | ||
const packageJson = require('./package.json'); | ||
@@ -24,3 +26,4 @@ | ||
json(), | ||
commonjs() | ||
commonjs(), | ||
terser() | ||
] | ||
@@ -27,0 +30,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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
970013
20
922
186
1