@feathersjs/schema
Advanced tools
Comparing version 5.0.19 to 5.0.20
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.20](https://github.com/feathersjs/feathers/compare/v5.0.19...v5.0.20) (2024-01-24) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.19", | ||
"version": "5.0.20", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,6 +57,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.19", | ||
"@feathersjs/commons": "^5.0.19", | ||
"@feathersjs/errors": "^5.0.19", | ||
"@feathersjs/feathers": "^5.0.19", | ||
"@feathersjs/adapter-commons": "^5.0.20", | ||
"@feathersjs/commons": "^5.0.20", | ||
"@feathersjs/errors": "^5.0.20", | ||
"@feathersjs/feathers": "^5.0.20", | ||
"@feathersjs/hooks": "^0.8.1", | ||
@@ -69,5 +69,5 @@ "@types/json-schema": "^7.0.15", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.19", | ||
"@feathersjs/memory": "^5.0.20", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.6", | ||
"ajv-formats": "^2.1.1", | ||
@@ -81,3 +81,3 @@ "mocha": "^10.2.0", | ||
}, | ||
"gitHead": "a49c2c2d2ba76b338268b3d155836b518364eec4" | ||
"gitHead": "af185f068b64e8ca8e382c29b8429b414313d9c0" | ||
} |
147964