hops-express
Advanced tools
Comparing version 13.3.5 to 13.4.0
@@ -6,2 +6,13 @@ # Change Log | ||
# [13.4.0](https://github.com/xing/hops/compare/v13.3.5...v13.4.0) (2021-03-15) | ||
### Features | ||
* introduce hops-debug as a node/browser wrapper for debug ([ca5a4e0](https://github.com/xing/hops/commit/ca5a4e06c4b39f495524af6121b8fdd04606131a)) | ||
## [13.3.5](https://github.com/xing/hops/compare/v13.3.4...v13.3.5) (2021-02-26) | ||
@@ -8,0 +19,0 @@ |
@@ -6,3 +6,3 @@ 'use strict'; | ||
const debug = require('debug')('hops:express'); | ||
const debug = require('hops-debug')('hops:express'); | ||
@@ -9,0 +9,0 @@ const express = require('express'); |
{ | ||
"name": "hops-express", | ||
"version": "13.3.5", | ||
"version": "13.4.0", | ||
"description": "Customization for the our express server", | ||
@@ -23,3 +23,2 @@ "keywords": [ | ||
"cookie-parser": "^1.4.4", | ||
"debug": "^4.1.1", | ||
"directory-index": "^0.1.0", | ||
@@ -30,5 +29,6 @@ "eprom": "^1.0.0", | ||
"helmet": "^4.0.0", | ||
"hops-bootstrap": "^13.3.5", | ||
"hops-mixin": "^13.3.5", | ||
"hops-yargs": "^13.3.5", | ||
"hops-bootstrap": "^13.4.0", | ||
"hops-debug": "^13.4.0", | ||
"hops-mixin": "^13.4.0", | ||
"hops-yargs": "^13.4.0", | ||
"is-plain-obj": "^3.0.0", | ||
@@ -48,3 +48,3 @@ "mime": "^2.4.4", | ||
"homepage": "https://github.com/xing/hops/tree/master/packages/express#readme", | ||
"gitHead": "eb310f47b675d840e39174aff38d874ba47d38e1" | ||
"gitHead": "7a1300271f1f4cace6890ff335f2f4abe03e40b6" | ||
} |
28054
+ Addedhops-debug@^13.4.0
- Removeddebug@^4.1.1
Updatedhops-bootstrap@^13.4.0
Updatedhops-mixin@^13.4.0
Updatedhops-yargs@^13.4.0