@podium/schemas
Advanced tools
Comparing version 4.0.5 to 4.0.6
@@ -0,1 +1,8 @@ | ||
## [4.0.6](https://github.com/podium-lib/schemas/compare/v4.0.5...v4.0.6) (2021-01-21) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7 ([#83](https://github.com/podium-lib/schemas/issues/83)) ([586f481](https://github.com/podium-lib/schemas/commit/586f4814fabef2ea5bfb86a288688d862c046e9e)) | ||
## [4.0.5](https://github.com/podium-lib/schemas/compare/v4.0.4...v4.0.5) (2020-10-10) | ||
@@ -2,0 +9,0 @@ |
'use strict'; | ||
const Ajv = require('ajv'); | ||
const formats = require('ajv-formats'); | ||
const Ajv = require('ajv').default; | ||
const manifestSchema = require('./manifest.schema.json'); | ||
@@ -8,2 +10,3 @@ | ||
const ajv = new Ajv(ajvOptions); | ||
formats(ajv); // Needed to support "uri" | ||
const validate = ajv.compile({ | ||
@@ -10,0 +13,0 @@ $schema: 'http://json-schema.org/draft-07/schema#', |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.0.5", | ||
"version": "4.0.6", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -34,3 +34,4 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "6.12.6" | ||
"ajv": "7.0.0", | ||
"ajv-formats": "1.5.1" | ||
}, | ||
@@ -41,14 +42,14 @@ "devDependencies": { | ||
"@semantic-release/git": "9.0.0", | ||
"@semantic-release/github": "7.1.1", | ||
"@semantic-release/npm": "7.0.6", | ||
"@semantic-release/github": "7.2.0", | ||
"@semantic-release/npm": "7.0.9", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"eslint": "7.10.0", | ||
"eslint-config-airbnb-base": "14.2.0", | ||
"eslint-config-prettier": "6.12.0", | ||
"eslint": "7.17.0", | ||
"eslint-config-airbnb-base": "14.2.1", | ||
"eslint-config-prettier": "7.2.0", | ||
"eslint-plugin-import": "2.22.1", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"eslint-plugin-prettier": "3.3.1", | ||
"prettier": "2.0.2", | ||
"semantic-release": "17.1.2", | ||
"tap": "14.10.8" | ||
"semantic-release": "17.3.1", | ||
"tap": "14.11.0" | ||
} | ||
} |
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
8324
150
2
+ Addedajv-formats@1.5.1
+ Addedajv@7.0.0(transitive)
+ Addedajv-formats@1.5.1(transitive)
+ Addedjson-schema-traverse@1.0.0(transitive)
+ Addedrequire-from-string@2.0.2(transitive)
- Removedajv@6.12.6(transitive)
- Removedfast-json-stable-stringify@2.1.0(transitive)
- Removedjson-schema-traverse@0.4.1(transitive)
Updatedajv@7.0.0