hops-express
Advanced tools
Comparing version 14.0.0-nightly.9 to 14.0.0-nightly.10
@@ -6,2 +6,10 @@ # Change Log | ||
# [14.0.0-nightly.10](https://github.com/xing/hops/compare/v14.0.0-nightly.9...v14.0.0-nightly.10) (2021-03-18) | ||
**Note:** Version bump only for package hops-express | ||
# [14.0.0-nightly.9](https://github.com/xing/hops/compare/v14.0.0-nightly.7...v14.0.0-nightly.9) (2021-03-15) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "hops-express", | ||
"version": "14.0.0-nightly.9", | ||
"version": "14.0.0-nightly.10", | ||
"description": "Customization for the our express server", | ||
@@ -19,2 +19,5 @@ "keywords": [ | ||
}, | ||
"jest": { | ||
"displayName": "unit" | ||
}, | ||
"dependencies": { | ||
@@ -29,6 +32,6 @@ "chalk": "^4.0.0", | ||
"helmet": "^4.0.0", | ||
"hops-bootstrap": "^14.0.0-nightly.9", | ||
"hops-debug": "^14.0.0-nightly.9", | ||
"hops-mixin": "^14.0.0-nightly.9", | ||
"hops-yargs": "^14.0.0-nightly.9", | ||
"hops-bootstrap": "^14.0.0-nightly.10", | ||
"hops-debug": "^14.0.0-nightly.10", | ||
"hops-mixin": "^14.0.0-nightly.10", | ||
"hops-yargs": "^14.0.0-nightly.10", | ||
"is-plain-obj": "^3.0.0", | ||
@@ -48,3 +51,3 @@ "mime": "^2.4.4", | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme", | ||
"gitHead": "20697cfeecc39037ce8e8f73fdc2091a43a25044" | ||
"gitHead": "a0e3599bd4139305970093743bfdbc30491b3eed" | ||
} |
25725