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

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 +5 -4
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,12 +1,13 @@
1
1
  # @rspack/dev-middleware
2
2
 
3
- ## 0.0.0-20221227135537
3
+ ## 0.0.0-20221228055734
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - fix watch options
8
- - Updated dependencies
9
- - @rspack/core@0.0.0-20221227135537
7
+ - 59edc2cb: fix watch options
8
+ - Updated dependencies [59edc2cb]
9
+ - Updated dependencies [3fcfa746]
10
+ - @rspack/core@0.0.0-20221228055734
10
11
 
11
12
  ## 0.0.21
12
13
 
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-20221227135537",
3
+ "version": "0.0.0-20221228055734",
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-20221227135537",
8
+ "@rspack/core": "0.0.0-20221228055734",
9
9
  "express": "4.18.1",
10
10
  "webpack-dev-middleware": "6.0.0"
11
11
  },