@feathersjs/schema
Advanced tools
Comparing version 5.0.28 to 5.0.29
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.29](https://github.com/feathersjs/feathers/compare/v5.0.28...v5.0.29) (2024-07-10) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.28](https://github.com/feathersjs/feathers/compare/v5.0.27...v5.0.28) (2024-07-10) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.28", | ||
"version": "5.0.29", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,6 +57,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.28", | ||
"@feathersjs/commons": "^5.0.28", | ||
"@feathersjs/errors": "^5.0.28", | ||
"@feathersjs/feathers": "^5.0.28", | ||
"@feathersjs/adapter-commons": "^5.0.29", | ||
"@feathersjs/commons": "^5.0.29", | ||
"@feathersjs/errors": "^5.0.29", | ||
"@feathersjs/feathers": "^5.0.29", | ||
"@feathersjs/hooks": "^0.9.0", | ||
@@ -69,3 +69,3 @@ "@types/json-schema": "^7.0.15", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.28", | ||
"@feathersjs/memory": "^5.0.29", | ||
"@types/mocha": "^10.0.7", | ||
@@ -81,3 +81,3 @@ "@types/node": "^20.14.10", | ||
}, | ||
"gitHead": "410ba7db8f3348d208e34511827302133d727ba3" | ||
"gitHead": "6330134f97a1de4b627d41e8bcc2287498d5faa2" | ||
} |
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
148997