webpack-dev-server 3.1.8 → 3.1.9

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.
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ <a name="3.1.9"></a>
6
+ ## [3.1.9](https://github.com/webpack/webpack-dev-server/compare/v3.1.8...v3.1.9) (2018-09-24)
7
+
8
+
9
+
5
10
  <a name="3.1.8"></a>
6
11
  ## [3.1.8](https://github.com/webpack/webpack-dev-server/compare/v3.1.7...v3.1.8) (2018-09-06)
7
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "webpack-dev-server",
3
- "version": "3.1.8",
3
+ "version": "3.1.9",
4
4
  "description": "Serves a webpack app. Updates the browser on changes.",
5
5
  "bin": "bin/webpack-dev-server.js",
6
6
  "main": "lib/Server.js",
@@ -16,7 +16,7 @@
16
16
  "scripts": {
17
17
  "lint": "eslint bin lib test examples client-src",
18
18
  "test": "nyc --reporter lcovonly mocha --full-trace --check-leaks --exit",
19
- "prepare": "(rm ssl/*.pem || true) && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs",
19
+ "prepare": "rimraf ./ssl/*.pem && npm run -s transpile:index && npm run -s build:live && npm run -s build:index && npm run -s build:sockjs",
20
20
  "transpile:index": "babel client-src/default --out-dir client --ignore *.config.js",
21
21
  "build:index": "webpack ./client-src/default/index.js -o client/index.bundle.js --color --config client-src/default/webpack.config.js",
22
22
  "build:live": "webpack ./client-src/live/index.js -o client/live.bundle.js --color --config client-src/live/webpack.config.js",
@@ -50,7 +50,7 @@
50
50
  "spdy": "^3.4.1",
51
51
  "strip-ansi": "^3.0.0",
52
52
  "supports-color": "^5.1.0",
53
- "webpack-dev-middleware": "3.2.0",
53
+ "webpack-dev-middleware": "3.4.0",
54
54
  "webpack-log": "^2.0.0",
55
55
  "yargs": "12.0.2"
56
56
  },
@@ -75,6 +75,7 @@
75
75
  "mocha": "^5.2.0",
76
76
  "mocha-sinon": "^2.0.0",
77
77
  "nyc": "^12.0.2",
78
+ "rimraf": "^2.6.2",
78
79
  "should": "^13.2.0",
79
80
  "sinon": "^6.1.5",
80
81
  "standard-version": "^4.4.0",
package/ssl/.DS_Store ADDED
Binary file