@feathersjs/adapter-commons
Advanced tools
Comparing version 5.0.19 to 5.0.20
@@ -6,2 +6,6 @@ # Change Log | ||
## [5.0.20](https://github.com/feathersjs/feathers/compare/v5.0.19...v5.0.20) (2024-01-24) | ||
**Note:** Version bump only for package @feathersjs/adapter-commons | ||
## [5.0.19](https://github.com/feathersjs/feathers/compare/v5.0.18...v5.0.19) (2024-01-23) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "5.0.19", | ||
"version": "5.0.20", | ||
"description": "Shared database adapter utility functions", | ||
@@ -53,5 +53,5 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.19", | ||
"@feathersjs/errors": "^5.0.19", | ||
"@feathersjs/feathers": "^5.0.19" | ||
"@feathersjs/commons": "^5.0.20", | ||
"@feathersjs/errors": "^5.0.20", | ||
"@feathersjs/feathers": "^5.0.20" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"@types/mongodb": "^4.0.6", | ||
"@types/node": "^20.11.5", | ||
"@types/node": "^20.11.6", | ||
"mocha": "^10.2.0", | ||
@@ -69,3 +69,3 @@ "mongodb": "^6.3.0", | ||
}, | ||
"gitHead": "a49c2c2d2ba76b338268b3d155836b518364eec4" | ||
"gitHead": "af185f068b64e8ca8e382c29b8429b414313d9c0" | ||
} |
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
94063
Updated@feathersjs/commons@^5.0.20
Updated@feathersjs/errors@^5.0.20
Updated@feathersjs/feathers@^5.0.20