@rspack/dev-middleware 0.0.0-20221213050853 → 0.0.0-20221215081027

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 +2 -2
  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-20221213050853
3
+ ## 0.0.0-20221215081027
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - 3701a8bf: fix less resolve bug
8
8
  - Updated dependencies [3701a8bf]
9
- - @rspack/core@0.0.0-20221213050853
9
+ - @rspack/core@0.0.0-20221215081027
10
10
 
11
11
  ## 0.0.12
12
12
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-20221213050853",
3
+ "version": "0.0.0-20221215081027",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
7
  "dependencies": {
8
8
  "express": "4.18.1",
9
9
  "webpack-dev-middleware": "6.0.0",
10
- "@rspack/core": "0.0.0-20221213050853"
10
+ "@rspack/core": "0.0.0-20221215081027"
11
11
  },
12
12
  "keywords": [],
13
13
  "author": "",