@podium/schemas
Advanced tools
Comparing version 5.0.0 to 5.0.1
@@ -0,1 +1,8 @@ | ||
## [5.0.1](https://github.com/podium-lib/schemas/compare/v5.0.0...v5.0.1) (2024-04-30) | ||
### Bug Fixes | ||
* **deps:** update dependency ajv to v8.13.0 ([ae4d798](https://github.com/podium-lib/schemas/commit/ae4d798caf1997147e1f6ccfa1caf760ceb402c4)) | ||
# [5.0.0](https://github.com/podium-lib/schemas/compare/v4.2.0...v5.0.0) (2023-11-28) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@podium/schemas", | ||
"version": "5.0.0", | ||
"version": "5.0.1", | ||
"type": "module", | ||
@@ -34,6 +34,6 @@ "description": "Schemas for validating the @podium contract.", | ||
"lint:fix": "eslint --fix .", | ||
"test": "tap --no-coverage" | ||
"test": "tap --disable-coverage --allow-empty-coverage" | ||
}, | ||
"dependencies": { | ||
"ajv": "8.12.0", | ||
"ajv": "8.13.0", | ||
"ajv-formats": "2.1.1" | ||
@@ -45,14 +45,14 @@ }, | ||
"@semantic-release/git": "10.0.1", | ||
"@semantic-release/github": "9.2.3", | ||
"@semantic-release/npm": "11.0.1", | ||
"@semantic-release/github": "9.2.6", | ||
"@semantic-release/npm": "11.0.3", | ||
"@semantic-release/release-notes-generator": "12.1.0", | ||
"eslint": "8.52.0", | ||
"eslint": "8.57.0", | ||
"eslint-config-airbnb-base": "15.0.0", | ||
"eslint-config-prettier": "9.0.0", | ||
"eslint-plugin-import": "2.29.0", | ||
"eslint-plugin-prettier": "5.0.1", | ||
"prettier": "3.1.0", | ||
"semantic-release": "22.0.7", | ||
"tap": "16.3.9" | ||
"eslint-config-prettier": "9.1.0", | ||
"eslint-plugin-import": "2.29.1", | ||
"eslint-plugin-prettier": "5.1.3", | ||
"prettier": "3.2.5", | ||
"semantic-release": "23.0.6", | ||
"tap": "18.7.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
34811
+ Addedajv@8.13.0(transitive)
- Removedajv@8.12.0(transitive)
Updatedajv@8.13.0