@feathersjs/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/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/commons", | ||
"version": "4.0.0-pre.4", | ||
"version": "4.0.0-pre.5", | ||
"description": "Shared Feathers utility functions", | ||
@@ -26,3 +26,4 @@ "homepage": "https://feathersjs.com", | ||
}, | ||
"main": "lib/index.js", | ||
"main": "lib/", | ||
"types": "lib/", | ||
"scripts": { | ||
@@ -41,11 +42,11 @@ "prepublish": "npm run compile", | ||
"@types/chai": "^4.1.7", | ||
"@types/mocha": "^5.2.6", | ||
"@types/node": "^12.0.2", | ||
"@types/mocha": "^5.2.7", | ||
"@types/node": "^12.6.2", | ||
"chai": "^4.2.0", | ||
"mocha": "^6.1.4", | ||
"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
55138