@podium/schemas
Advanced tools
Comparing version 4.1.29 to 4.1.30
@@ -0,1 +1,8 @@ | ||
## [4.1.30](https://github.com/podium-lib/schemas/compare/v4.1.29...v4.1.30) (2022-01-15) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.9.0 ([607a494](https://github.com/podium-lib/schemas/commit/607a494538567138f18c798893756ce7e7947db8)) | ||
## [4.1.29](https://github.com/podium-lib/schemas/compare/v4.1.28...v4.1.29) (2021-11-21) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/schemas", | ||
"version": "4.1.29", | ||
"version": "4.1.30", | ||
"description": "Schemas for validating the @podium contract.", | ||
@@ -34,3 +34,3 @@ "license": "MIT", | ||
"dependencies": { | ||
"ajv": "8.8.2", | ||
"ajv": "8.9.0", | ||
"ajv-formats": "2.1.1" | ||
@@ -40,7 +40,7 @@ }, | ||
"@semantic-release/changelog": "6.0.1", | ||
"@semantic-release/commit-analyzer": "9.0.1", | ||
"@semantic-release/commit-analyzer": "9.0.2", | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "8.0.2", | ||
"@semantic-release/npm": "8.0.3", | ||
"@semantic-release/release-notes-generator": "10.0.2", | ||
"@semantic-release/release-notes-generator": "10.0.3", | ||
"eslint": "7.32.0", | ||
@@ -52,5 +52,5 @@ "eslint-config-airbnb-base": "14.2.1", | ||
"prettier": "2.2.1", | ||
"semantic-release": "18.0.0", | ||
"semantic-release": "18.0.1", | ||
"tap": "15.0.2" | ||
} | ||
} |
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
17539