@feathersjs/adapter-commons
Advanced tools
Comparing version 4.0.0-pre.4 to 4.0.0-pre.5
@@ -6,2 +6,10 @@ # Change Log | ||
# [4.0.0-pre.5](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.4...v4.0.0-pre.5) (2019-07-10) | ||
**Note:** Version bump only for package @feathersjs/adapter-commons | ||
# [4.0.0-pre.4](https://github.com/feathersjs/feathers/compare/v4.0.0-pre.3...v4.0.0-pre.4) (2019-07-05) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "@feathersjs/adapter-commons", | ||
"version": "4.0.0-pre.4", | ||
"version": "4.0.0-pre.5", | ||
"description": "Shared database adapter utility functions", | ||
@@ -26,3 +26,4 @@ "homepage": "https://feathersjs.com", | ||
}, | ||
"main": "lib/index.js", | ||
"main": "lib/", | ||
"types": "lib/", | ||
"scripts": { | ||
@@ -40,17 +41,17 @@ "prepublish": "npm run compile", | ||
"dependencies": { | ||
"@feathersjs/commons": "^4.0.0-pre.4", | ||
"@feathersjs/errors": "^4.0.0-pre.4", | ||
"@feathersjs/feathers": "^4.0.0-pre.4" | ||
"@feathersjs/commons": "^4.0.0-pre.5", | ||
"@feathersjs/errors": "^4.0.0-pre.5", | ||
"@feathersjs/feathers": "^4.0.0-pre.5" | ||
}, | ||
"devDependencies": { | ||
"@types/mocha": "^5.2.6", | ||
"@types/mocha": "^5.2.7", | ||
"@types/mongodb": "^3.1.28", | ||
"@types/node": "^12.0.2", | ||
"@types/node": "^12.6.2", | ||
"mocha": "^6.1.4", | ||
"mongodb": "^3.2.6", | ||
"mongodb": "^3.2.7", | ||
"shx": "^0.3.2", | ||
"ts-node": "^8.2.0", | ||
"typescript": "^3.4.5" | ||
"ts-node": "^8.3.0", | ||
"typescript": "^3.5.3" | ||
}, | ||
"gitHead": "f20fd5899a217afad7ad2a45b3fc3dfdc788c714" | ||
"gitHead": "1de7b81fcae0effc397e548cf9b96d79c2942237" | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
46388
0