@rspack/dev-server 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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # rspack-dev-server
2
2
 
3
- ## 0.0.0-canary-2e8a2a7
3
+ ## 0.0.0-canary-d95be9e
4
4
 
5
5
  ### Patch Changes
6
6
 
@@ -16,10 +16,10 @@
16
16
  - Updated dependencies [a0994a82]
17
17
  - Updated dependencies [2e9d3314]
18
18
  - Updated dependencies [d63e3fd9]
19
- - @rspack/dev-middleware@0.0.0-canary-2e8a2a7
20
- - @rspack/dev-server@0.0.0-canary-2e8a2a7
21
- - @rspack/core@0.0.0-canary-2e8a2a7
22
- - @rspack/dev-client@0.0.0-canary-2e8a2a7
19
+ - @rspack/dev-middleware@0.0.0-canary-d95be9e
20
+ - @rspack/dev-server@0.0.0-canary-d95be9e
21
+ - @rspack/core@0.0.0-canary-d95be9e
22
+ - @rspack/dev-client@0.0.0-canary-d95be9e
23
23
 
24
24
  ## 0.1.1
25
25
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/dev-server",
3
- "version": "0.0.0-canary-2e8a2a7",
3
+ "version": "0.0.0-canary-d95be9e",
4
4
  "license": "MIT",
5
5
  "description": "Development server for rspack",
6
6
  "main": "./dist/index.js",
@@ -16,7 +16,7 @@
16
16
  "@types/connect-history-api-fallback": "1.3.5",
17
17
  "fs-extra": "11.1.0",
18
18
  "puppeteer": "19.4.0",
19
- "@rspack/core": "0.0.0-canary-2e8a2a7"
19
+ "@rspack/core": "0.0.0-canary-d95be9e"
20
20
  },
21
21
  "dependencies": {
22
22
  "express": "4.18.1",
@@ -25,12 +25,12 @@
25
25
  "webpack-dev-server": "4.13.1",
26
26
  "connect-history-api-fallback": "2.0.0",
27
27
  "http-proxy-middleware": "2.0.6",
28
- "@rspack/dev-client": "0.0.0-canary-2e8a2a7",
29
- "@rspack/dev-middleware": "0.0.0-canary-2e8a2a7",
30
- "@rspack/dev-server": "0.0.0-canary-2e8a2a7"
28
+ "@rspack/dev-client": "0.0.0-canary-d95be9e",
29
+ "@rspack/dev-middleware": "0.0.0-canary-d95be9e",
30
+ "@rspack/dev-server": "0.0.0-canary-d95be9e"
31
31
  },
32
32
  "peerDependencies": {
33
- "@rspack/core": "0.0.0-canary-2e8a2a7"
33
+ "@rspack/core": "0.0.0-canary-d95be9e"
34
34
  },
35
35
  "scripts": {
36
36
  "build": "rimraf dist/ && tsc",