@rspack/dev-server 0.0.0-canary-93d5641 → 0.0.0-canary-987fc4b

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 +6 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,14 @@
1
1
  # rspack-dev-server
2
2
 
3
- ## 0.0.0-canary-93d5641
3
+ ## 0.0.0-canary-987fc4b
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - @rspack/core@0.0.0-canary-93d5641
8
- - @rspack/dev-middleware@0.0.0-canary-93d5641
9
- - @rspack/dev-server@0.0.0-canary-93d5641
10
- - @rspack/dev-client@0.0.0-canary-93d5641
7
+ - Updated dependencies [987fc4b7]
8
+ - @rspack/core@0.0.0-canary-987fc4b
9
+ - @rspack/dev-middleware@0.0.0-canary-987fc4b
10
+ - @rspack/dev-server@0.0.0-canary-987fc4b
11
+ - @rspack/dev-client@0.0.0-canary-987fc4b
11
12
 
12
13
  ## 0.1.7
13
14
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/dev-server",
3
- "version": "0.0.0-canary-93d5641",
3
+ "version": "0.0.0-canary-987fc4b",
4
4
  "license": "MIT",
5
5
  "description": "Development server for rspack",
6
6
  "main": "./dist/index.js",
@@ -19,7 +19,7 @@
19
19
  "@types/connect-history-api-fallback": "1.3.5",
20
20
  "fs-extra": "11.1.0",
21
21
  "puppeteer": "19.4.0",
22
- "@rspack/core": "0.0.0-canary-93d5641"
22
+ "@rspack/core": "0.0.0-canary-987fc4b"
23
23
  },
24
24
  "dependencies": {
25
25
  "express": "4.18.1",
@@ -29,12 +29,12 @@
29
29
  "webpack-dev-server": "4.13.1",
30
30
  "connect-history-api-fallback": "2.0.0",
31
31
  "http-proxy-middleware": "2.0.6",
32
- "@rspack/dev-client": "0.0.0-canary-93d5641",
33
- "@rspack/dev-middleware": "0.0.0-canary-93d5641",
34
- "@rspack/dev-server": "0.0.0-canary-93d5641"
32
+ "@rspack/dev-client": "0.0.0-canary-987fc4b",
33
+ "@rspack/dev-middleware": "0.0.0-canary-987fc4b",
34
+ "@rspack/dev-server": "0.0.0-canary-987fc4b"
35
35
  },
36
36
  "peerDependencies": {
37
- "@rspack/core": "0.0.0-canary-93d5641"
37
+ "@rspack/core": "0.0.0-canary-987fc4b"
38
38
  },
39
39
  "scripts": {
40
40
  "build": "rimraf dist/ && tsc",