@feathersjs/schema
Advanced tools
Comparing version 5.0.8 to 5.0.9
@@ -6,10 +6,10 @@ # Change Log | ||
## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19) | ||
## [5.0.9](https://github.com/feathersjs/feathers/compare/v5.0.8...v5.0.9) (2023-09-27) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.8](https://github.com/feathersjs/feathers/compare/v5.0.7...v5.0.8) (2023-07-19) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.7](https://github.com/feathersjs/feathers/compare/v5.0.6...v5.0.7) (2023-07-14) | ||
@@ -19,6 +19,2 @@ | ||
## [5.0.6](https://github.com/feathersjs/feathers/compare/v5.0.5...v5.0.6) (2023-06-15) | ||
@@ -25,0 +21,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.8", | ||
"version": "5.0.9", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,22 +57,22 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.8", | ||
"@feathersjs/commons": "^5.0.8", | ||
"@feathersjs/errors": "^5.0.8", | ||
"@feathersjs/feathers": "^5.0.8", | ||
"@feathersjs/adapter-commons": "^5.0.9", | ||
"@feathersjs/commons": "^5.0.9", | ||
"@feathersjs/errors": "^5.0.9", | ||
"@feathersjs/feathers": "^5.0.9", | ||
"@feathersjs/hooks": "^0.8.1", | ||
"@types/json-schema": "^7.0.12", | ||
"@types/json-schema": "^7.0.13", | ||
"ajv": "^8.12.0", | ||
"ajv-formats": "^2.1.1", | ||
"json-schema-to-ts": "^2.9.1" | ||
"json-schema-to-ts": "^2.9.2" | ||
}, | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.8", | ||
"@feathersjs/memory": "^5.0.9", | ||
"@types/mocha": "^10.0.1", | ||
"@types/node": "^20.4.2", | ||
"@types/node": "^20.7.0", | ||
"ajv-formats": "^2.1.1", | ||
"mocha": "^10.2.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^5.1.6" | ||
"typescript": "^5.2.2" | ||
}, | ||
"gitHead": "414336a047a556f1986b4bb253416d5b8a973d9f" | ||
"gitHead": "64ee98dadf02dac34f31e3cb7b6b10e1f7405bfa" | ||
} |
143889
Updated@feathersjs/commons@^5.0.9
Updated@feathersjs/errors@^5.0.9
Updated@feathersjs/feathers@^5.0.9
Updated@types/json-schema@^7.0.13
Updatedjson-schema-to-ts@^2.9.2