webpack-dev-server 3.1.3 → 3.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -67,14 +67,14 @@
67
67
  "type": "object"
68
68
  },
69
69
  "logLevel": {
70
- "description": "Log level in the terminal/console (trace, debug, info, warn, error or none)",
70
+ "description": "Log level in the terminal/console (trace, debug, info, warn, error or silent)",
71
71
  "enum": [
72
72
  "trace",
73
73
  "debug",
74
74
  "info",
75
75
  "warn",
76
76
  "error",
77
- "none"
77
+ "silent"
78
78
  ]
79
79
  },
80
80
  "clientLogLevel": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webpack-dev-server",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "description": "Serves a webpack app. Updates the browser on changes.",
5
5
  "license": "MIT",
6
6
  "repository": "webpack/webpack-dev-server",
@@ -67,7 +67,7 @@
67
67
  "spdy": "^3.4.1",
68
68
  "strip-ansi": "^3.0.0",
69
69
  "supports-color": "^5.1.0",
70
- "webpack-dev-middleware": "3.1.2",
70
+ "webpack-dev-middleware": "3.1.3",
71
71
  "webpack-log": "^1.1.2",
72
72
  "yargs": "11.0.0"
73
73
  },