@feathersjs/schema
Advanced tools
Comparing version 5.0.14 to 5.0.15
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.15](https://github.com/feathersjs/feathers/compare/v5.0.14...v5.0.15) (2024-01-22) | ||
**Note:** Version bump only for package @feathersjs/schema | ||
## [5.0.14](https://github.com/feathersjs/feathers/compare/v5.0.13...v5.0.14) (2024-01-05) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/schema", | ||
"description": "A common data schema definition format", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"homepage": "https://feathersjs.com", | ||
@@ -57,6 +57,6 @@ "main": "lib/", | ||
"dependencies": { | ||
"@feathersjs/adapter-commons": "^5.0.14", | ||
"@feathersjs/commons": "^5.0.14", | ||
"@feathersjs/errors": "^5.0.14", | ||
"@feathersjs/feathers": "^5.0.14", | ||
"@feathersjs/adapter-commons": "^5.0.15", | ||
"@feathersjs/commons": "^5.0.15", | ||
"@feathersjs/errors": "^5.0.15", | ||
"@feathersjs/feathers": "^5.0.15", | ||
"@feathersjs/hooks": "^0.8.1", | ||
@@ -69,5 +69,5 @@ "@types/json-schema": "^7.0.15", | ||
"devDependencies": { | ||
"@feathersjs/memory": "^5.0.14", | ||
"@feathersjs/memory": "^5.0.15", | ||
"@types/mocha": "^10.0.6", | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.11.5", | ||
"ajv-formats": "^2.1.1", | ||
@@ -81,3 +81,3 @@ "mocha": "^10.2.0", | ||
}, | ||
"gitHead": "43e752653271566e8a397a8b82cd6e45fcbc6768" | ||
"gitHead": "a39910e534c5685aa9093b395ca1625ee8b187a6" | ||
} |
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
147204