@podium/schemas
Advanced tools
Comparing version 4.1.5 to 4.1.6
@@ -0,1 +1,8 @@ | ||
## [4.1.6](https://github.com/podium-lib/schemas/compare/v4.1.5...v4.1.6) (2021-03-20) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v7.2.3 ([3c1196a](https://github.com/podium-lib/schemas/commit/3c1196afddf67100d6bf64c9a70ca199093086a3)) | ||
## [4.1.5](https://github.com/podium-lib/schemas/compare/v4.1.4...v4.1.5) (2021-03-07) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.1.5", | ||
"version": "4.1.6", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "7.2.1", | ||
"ajv": "7.2.3", | ||
"ajv-formats": "1.5.1" | ||
@@ -44,3 +44,3 @@ }, | ||
"@semantic-release/npm": "7.0.10", | ||
"@semantic-release/release-notes-generator": "9.0.1", | ||
"@semantic-release/release-notes-generator": "9.0.2", | ||
"eslint": "7.17.0", | ||
@@ -52,5 +52,5 @@ "eslint-config-airbnb-base": "14.2.1", | ||
"prettier": "2.0.2", | ||
"semantic-release": "17.3.7", | ||
"semantic-release": "17.4.2", | ||
"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
11391