@rspack/dev-middleware 0.0.0-20221108134153 → 0.0.0-20221108135816

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,8 +1,8 @@
1
1
  # @rspack/dev-middleware
2
2
 
3
- ## 0.0.0-20221108134153
3
+ ## 0.0.0-20221108135816
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [e6d0926a29]
8
- - @rspack/core@0.0.0-20221108134153
8
+ - @rspack/core@0.0.0-20221108135816
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@rspack/dev-middleware",
3
- "version": "0.0.0-20221108134153",
3
+ "version": "0.0.0-20221108135816",
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-20221108134153",
8
+ "@rspack/core": "0.0.0-20221108135816",
9
9
  "express": "4.18.1"
10
10
  },
11
11
  "keywords": [],