@feathersjs/schema
Advanced tools
Comparing version 5.0.0-pre.32 to 5.0.0-pre.33
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0-pre.33](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.32...v5.0.0-pre.33) (2022-11-08) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
# [5.0.0-pre.32](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.31...v5.0.0-pre.32) (2022-10-26) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.0-pre.32", | ||
"version": "5.0.0-pre.33", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,5 +57,5 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.32", | ||
"@feathersjs/errors": "^5.0.0-pre.32", | ||
"@feathersjs/feathers": "^5.0.0-pre.32", | ||
"@feathersjs/commons": "^5.0.0-pre.33", | ||
"@feathersjs/errors": "^5.0.0-pre.33", | ||
"@feathersjs/feathers": "^5.0.0-pre.33", | ||
"@feathersjs/hooks": "^0.7.5", | ||
@@ -68,11 +68,11 @@ "@types/json-schema": "^7.0.11", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.0-pre.32", | ||
"@feathersjs/memory": "^5.0.0-pre.33", | ||
"@types/mocha": "^10.0.0", | ||
"@types/node": "^18.8.2", | ||
"@types/node": "^18.11.9", | ||
"ajv-formats": "^2.1.1", | ||
"mocha": "^10.0.0", | ||
"mocha": "^10.1.0", | ||
"shx": "^0.3.4", | ||
"typescript": "^4.8.4" | ||
}, | ||
"gitHead": "b405e205fc6d9fbd42b42c7a3f30ea4bf33d121d" | ||
"gitHead": "89f516bcb1457e23a02c6212e9cd8bacc4d267d4" | ||
} |
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
111781