@feathersjs/schema
Advanced tools
Comparing version
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.33](https://github.com/feathersjs/feathers/compare/v5.0.32...v5.0.33) (2025-02-24) | ||
### Bug Fixes | ||
- **dependencies:** Update dependencies ([#3571](https://github.com/feathersjs/feathers/issues/3571)) ([ad611cb](https://github.com/feathersjs/feathers/commit/ad611cb6ffb1dc31d603ba5817331318c5a23217)) | ||
## [5.0.32](https://github.com/feathersjs/feathers/compare/v5.0.31...v5.0.32) (2025-02-01) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.32", | ||
"version": "5.0.33", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,6 +57,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.32", | ||
"@feathersjs/commons": "^5.0.32", | ||
"@feathersjs/errors": "^5.0.32", | ||
"@feathersjs/feathers": "^5.0.32", | ||
"@feathersjs/adapter-commons": "^5.0.33", | ||
"@feathersjs/commons": "^5.0.33", | ||
"@feathersjs/errors": "^5.0.33", | ||
"@feathersjs/feathers": "^5.0.33", | ||
"@feathersjs/hooks": "^0.9.0", | ||
@@ -69,5 +69,5 @@ "@types/json-schema": "^7.0.15", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.32", | ||
"@feathersjs/memory": "^5.0.33", | ||
"@types/mocha": "^10.0.10", | ||
"@types/node": "^22.13.0", | ||
"@types/node": "^22.13.5", | ||
"ajv-formats": "^3.0.1", | ||
@@ -79,5 +79,5 @@ "mocha": "^11.1.0", | ||
"peerDependencies": { | ||
"typescript": ">=5.6" | ||
"typescript": ">=5.7" | ||
}, | ||
"gitHead": "73d081c4e4ac5210b8e59a33ebdc84a2f05e89e6" | ||
"gitHead": "7094b3f569b12d817f9fb4be2144342d331878f4" | ||
} |
150267
0.21%