@rspack/dev-middleware 0.0.0-20221201094737 → 0.0.0-20221209084707

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 +16 -2
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,11 +1,25 @@
1
1
  # @rspack/dev-middleware
2
2
 
3
- ## 0.0.0-20221201094737
3
+ ## 0.0.0-20221209084707
4
+
5
+ ### Patch Changes
6
+
7
+ - 3701a8bf: fix less resolve bug
8
+ - Updated dependencies [3701a8bf]
9
+ - @rspack/core@0.0.0-20221209084707
10
+
11
+ ## 0.0.12
12
+
13
+ ### Patch Changes
14
+
15
+ - @rspack/core@0.0.12
16
+
17
+ ## 0.0.11
4
18
 
5
19
  ### Patch Changes
6
20
 
7
21
  - Updated dependencies [2eca9ade]
8
- - @rspack/core@0.0.0-20221201094737
22
+ - @rspack/core@0.0.11
9
23
 
10
24
  ## 0.0.10
11
25
 
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-20221201094737",
3
+ "version": "0.0.0-20221209084707",
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-20221201094737"
10
+ "@rspack/core": "0.0.0-20221209084707"
11
11
  },
12
12
  "keywords": [],
13
13
  "author": "",