@feathersjs/adapter-commons
Advanced tools
Comparing version 5.0.10 to 5.0.11
@@ -6,2 +6,8 @@ # Change Log | ||
## [5.0.11](https://github.com/feathersjs/feathers/compare/v5.0.10...v5.0.11) (2023-10-11) | ||
### Bug Fixes | ||
- **knex:** Update all dependencies and Knex peer ([#3308](https://github.com/feathersjs/feathers/issues/3308)) ([d2f9860](https://github.com/feathersjs/feathers/commit/d2f986036c4741cce2339d8abbcc6b2eb037a12a)) | ||
## [5.0.10](https://github.com/feathersjs/feathers/compare/v5.0.9...v5.0.10) (2023-10-03) | ||
@@ -8,0 +14,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "5.0.10", | ||
"version": "5.0.11", | ||
"description": "Shared database adapter utility functions", | ||
@@ -53,5 +53,5 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.10", | ||
"@feathersjs/errors": "^5.0.10", | ||
"@feathersjs/feathers": "^5.0.10" | ||
"@feathersjs/commons": "^5.0.11", | ||
"@feathersjs/errors": "^5.0.11", | ||
"@feathersjs/feathers": "^5.0.11" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"@types/mongodb": "^4.0.6", | ||
"@types/node": "^20.8.2", | ||
"@types/node": "^20.8.4", | ||
"mocha": "^10.2.0", | ||
@@ -69,3 +69,3 @@ "mongodb": "^6.1.0", | ||
}, | ||
"gitHead": "463dedcd35b16e43bc55e04df877ca82ed38dcea" | ||
"gitHead": "91294817845178ff0e9d4709127cb3e46d3562be" | ||
} |
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
92173
Updated@feathersjs/commons@^5.0.11
Updated@feathersjs/errors@^5.0.11
Updated@feathersjs/feathers@^5.0.11