@rspack/dev-middleware 0.0.0-20221227070929 → 0.0.0-20221227135537

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +3 -3
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @rspack/dev-middleware
2
2
 
3
- ## 0.0.0-20221227070929
3
+ ## 0.0.0-20221227135537
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fix watch
7
+ - fix watch options
8
8
  - Updated dependencies
9
- - @rspack/core@0.0.0-20221227070929
9
+ - @rspack/core@0.0.0-20221227135537
10
10
 
11
11
  ## 0.0.21
12
12
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-20221227070929",
3
+ "version": "0.0.0-20221227135537",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
- "@rspack/core": "0.0.0-20221227070929",
8
+ "@rspack/core": "0.0.0-20221227135537",
9
9
  "express": "4.18.1",
10
10
  "webpack-dev-middleware": "6.0.0"
11
11
  },