@rspack/dev-middleware 0.0.0-canary-2e8a2a7 → 0.0.0-canary-d95be9e

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,6 +1,6 @@
1
1
  # @rspack/dev-middleware
2
2
 
3
- ## 0.0.0-canary-2e8a2a7
3
+ ## 0.0.0-canary-d95be9e
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -14,7 +14,7 @@
14
14
  - Updated dependencies [7fde34fc]
15
15
  - Updated dependencies [a0994a82]
16
16
  - Updated dependencies [2e9d3314]
17
- - @rspack/core@0.0.0-canary-2e8a2a7
17
+ - @rspack/core@0.0.0-canary-d95be9e
18
18
 
19
19
  ## 0.1.1
20
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-canary-2e8a2a7",
3
+ "version": "0.0.0-canary-d95be9e",
4
4
  "license": "MIT",
5
5
  "description": "Development middleware for rspack",
6
6
  "main": "dist/index.js",
@@ -11,7 +11,7 @@
11
11
  "dependencies": {
12
12
  "webpack-dev-middleware": "6.0.2",
13
13
  "mime-types": "2.1.35",
14
- "@rspack/core": "0.0.0-canary-2e8a2a7"
14
+ "@rspack/core": "0.0.0-canary-d95be9e"
15
15
  },
16
16
  "devDependencies": {
17
17
  "@types/mime-types": "2.1.1"