hops-express
Advanced tools
Comparing version 13.3.0 to 13.3.1
@@ -6,2 +6,10 @@ # Change Log | ||
## [13.3.1](https://github.com/xing/hops/compare/v13.3.0...v13.3.1) (2021-01-13) | ||
**Note:** Version bump only for package hops-express | ||
# [13.3.0](https://github.com/xing/hops/compare/v13.2.2...v13.3.0) (2021-01-11) | ||
@@ -8,0 +16,0 @@ |
{ | ||
"name": "hops-express", | ||
"version": "13.3.0", | ||
"version": "13.3.1", | ||
"description": "Customization for the our express server", | ||
@@ -29,5 +29,5 @@ "keywords": [ | ||
"helmet": "^4.0.0", | ||
"hops-bootstrap": "^13.3.0", | ||
"hops-mixin": "^13.3.0", | ||
"hops-yargs": "^13.3.0", | ||
"hops-bootstrap": "^13.3.1", | ||
"hops-mixin": "^13.3.1", | ||
"hops-yargs": "^13.3.1", | ||
"is-plain-obj": "^3.0.0", | ||
@@ -47,3 +47,3 @@ "mime": "^2.4.4", | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme", | ||
"gitHead": "20483937b4acd89000943d557ab821a85539b380" | ||
"gitHead": "1a462632212c06518c9f7c6b96dbd3b325b9ae70" | ||
} |
@@ -33,3 +33,3 @@ # `hops-express` | ||
| --- | --- | --- | --- | --- | | ||
| `https` | `Boolean | Object` | `false` | _no_ | Configure HTTPS support for Hops | | ||
| `https` | `Boolean` \| `Object` | `false` | _no_ | Configure HTTPS support for Hops | | ||
| `host` | `String` | `[HOST]` | _no_ | Specify the IP address that Hops should bind to | | ||
@@ -36,0 +36,0 @@ | `port` | `String` | `[PORT]` | _no_ | Specify the Port that Hops should listen on | |
27024
Updatedhops-bootstrap@^13.3.1
Updatedhops-mixin@^13.3.1
Updatedhops-yargs@^13.3.1