@feathersjs/adapter-commons
Advanced tools
Comparing version 5.0.0-pre.38 to 5.0.0
@@ -6,2 +6,6 @@ # Change Log | ||
# [5.0.0](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.38...v5.0.0) (2023-02-24) | ||
**Note:** Version bump only for package @feathersjs/adapter-commons | ||
# [5.0.0-pre.38](https://github.com/feathersjs/feathers/compare/v5.0.0-pre.37...v5.0.0-pre.38) (2023-02-17) | ||
@@ -8,0 +12,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "5.0.0-pre.38", | ||
"version": "5.0.0", | ||
"description": "Shared database adapter utility functions", | ||
@@ -53,5 +53,5 @@ "homepage": "https://feathersjs.com", | ||
"dependencies": { | ||
"@feathersjs/commons": "^5.0.0-pre.38", | ||
"@feathersjs/errors": "^5.0.0-pre.38", | ||
"@feathersjs/feathers": "^5.0.0-pre.38" | ||
"@feathersjs/commons": "^5.0.0", | ||
"@feathersjs/errors": "^5.0.0", | ||
"@feathersjs/feathers": "^5.0.0" | ||
}, | ||
@@ -61,5 +61,5 @@ "devDependencies": { | ||
"@types/mongodb": "^4.0.6", | ||
"@types/node": "^18.13.0", | ||
"@types/node": "^18.14.1", | ||
"mocha": "^10.2.0", | ||
"mongodb": "^5.0.1", | ||
"mongodb": "^5.1.0", | ||
"shx": "^0.3.4", | ||
@@ -69,3 +69,3 @@ "ts-node": "^10.9.1", | ||
}, | ||
"gitHead": "7fc86307438ae8cf3f71ce3b677be8bcc55768c1" | ||
"gitHead": "90caf635aec850550b9d37bea2762af959d9e8d5" | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
89662
0
Updated@feathersjs/commons@^5.0.0
Updated@feathersjs/errors@^5.0.0
Updated@feathersjs/feathers@^5.0.0