@feathersjs/schema
Advanced tools
Comparing version 5.0.22 to 5.0.23
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.23](https://github.com/feathersjs/feathers/compare/v5.0.22...v5.0.23) (2024-02-25) | ||
### Bug Fixes | ||
- **core:** Update to latest feathersjs/hooks ([#3434](https://github.com/feathersjs/feathers/issues/3434)) ([1499ccc](https://github.com/feathersjs/feathers/commit/1499ccc41fb3ebba97b2c84e0cb19bc48ad3c651)) | ||
## [5.0.22](https://github.com/feathersjs/feathers/compare/v5.0.21...v5.0.22) (2024-02-15) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.22", | ||
"version": "5.0.23", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,7 +57,7 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.22", | ||
"@feathersjs/commons": "^5.0.22", | ||
"@feathersjs/errors": "^5.0.22", | ||
"@feathersjs/feathers": "^5.0.22", | ||
"@feathersjs/hooks": "^0.8.1", | ||
"@feathersjs/adapter-commons": "^5.0.23", | ||
"@feathersjs/commons": "^5.0.23", | ||
"@feathersjs/errors": "^5.0.23", | ||
"@feathersjs/feathers": "^5.0.23", | ||
"@feathersjs/hooks": "^0.9.0", | ||
"@types/json-schema": "^7.0.15", | ||
@@ -69,5 +69,5 @@ "ajv": "^8.12.0", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.22", | ||
"@feathersjs/memory": "^5.0.23", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.17", | ||
"@types/node": "^20.11.20", | ||
"ajv-formats": "^2.1.1", | ||
@@ -81,3 +81,3 @@ "mocha": "^10.3.0", | ||
}, | ||
"gitHead": "c9511d98096de531fbea100d8e0f5b30e47ce17e" | ||
"gitHead": "745bc6a5af6f6b4a14cccc2915ad7670d7fcd558" | ||
} |
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
148585
- Removed@feathersjs/hooks@0.8.1(transitive)
Updated@feathersjs/commons@^5.0.23
Updated@feathersjs/errors@^5.0.23
Updated@feathersjs/feathers@^5.0.23
Updated@feathersjs/hooks@^0.9.0