@feathersjs/adapter-commons
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/adapter-commons | ||
## [5.0.14](https://github.com/feathersjs/feathers/compare/v5.0.13...v5.0.14) (2024-01-05) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "5.0.14", | ||
"version": "5.0.15", | ||
"description": "Shared database adapter utility functions", | ||
@@ -53,5 +53,5 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.14", | ||
"@feathersjs/errors": "^5.0.14", | ||
"@feathersjs/feathers": "^5.0.14" | ||
"@feathersjs/commons": "^5.0.15", | ||
"@feathersjs/errors": "^5.0.15", | ||
"@feathersjs/feathers": "^5.0.15" | ||
}, | ||
@@ -61,3 +61,3 @@ "devDependencies": { | ||
"@types/mongodb": "^4.0.6", | ||
"@types/node": "^20.10.6", | ||
"@types/node": "^20.11.5", | ||
"mocha": "^10.2.0", | ||
@@ -69,3 +69,3 @@ "mongodb": "^6.3.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
93258
Updated@feathersjs/commons@^5.0.15
Updated@feathersjs/errors@^5.0.15
Updated@feathersjs/feathers@^5.0.15