@podium/schemas
Advanced tools
Comparing version 4.1.20 to 4.1.21
@@ -0,1 +1,8 @@ | ||
## [4.1.21](https://github.com/podium-lib/schemas/compare/v4.1.20...v4.1.21) (2021-06-06) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.6.0 ([438bd64](https://github.com/podium-lib/schemas/commit/438bd64e4ed46c63b73bbcf35c87a37310674fc7)) | ||
## [4.1.20](https://github.com/podium-lib/schemas/compare/v4.1.19...v4.1.20) (2021-05-24) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.1.20", | ||
"version": "4.1.21", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "8.5.0", | ||
"ajv": "8.6.0", | ||
"ajv-formats": "2.1.0" | ||
@@ -48,3 +48,3 @@ }, | ||
"eslint-config-prettier": "8.3.0", | ||
"eslint-plugin-import": "2.23.3", | ||
"eslint-plugin-import": "2.23.4", | ||
"eslint-plugin-prettier": "3.4.0", | ||
@@ -51,0 +51,0 @@ "prettier": "2.2.1", |
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
15270