@rspack/dev-server 0.0.0-20221102114315 → 0.0.0-20221103023848

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 +4 -4
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,14 +1,14 @@
1
1
  # rspack-dev-server
2
2
 
3
- ## 0.0.0-20221102114315
3
+ ## 0.0.0-20221103023848
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - e6d0926a2: unify version
8
8
  - Updated dependencies [e6d0926a2]
9
- - @rspack/core@0.0.0-20221102114315
10
- - @rspack/dev-middleware@0.0.0-20221102114315
11
- - @rspack/dev-client@0.0.0-20221102114315
9
+ - @rspack/core@0.0.0-20221103023848
10
+ - @rspack/dev-middleware@0.0.0-20221103023848
11
+ - @rspack/dev-client@0.0.0-20221103023848
12
12
 
13
13
  ## 0.0.4
14
14
 
package/package.json CHANGED
@@ -1,14 +1,14 @@
1
1
  {
2
2
  "name": "@rspack/dev-server",
3
3
  "description": "",
4
- "version": "0.0.0-20221102114315",
4
+ "version": "0.0.0-20221103023848",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
7
7
  "author": "",
8
8
  "license": "ISC",
9
9
  "devDependencies": {
10
10
  "tsm": "^2.2.2",
11
- "@rspack/core": "0.0.0-20221102114315",
11
+ "@rspack/core": "0.0.0-20221103023848",
12
12
  "typescript": "^4.7.4",
13
13
  "@types/node": "16.11.7",
14
14
  "@types/express": "4.17.14"
@@ -17,12 +17,12 @@
17
17
  "express": "4.18.1",
18
18
  "chokidar": "3.5.3",
19
19
  "ws": "8.8.1",
20
- "@rspack/dev-client": "0.0.0-20221102114315",
21
- "@rspack/dev-middleware": "0.0.0-20221102114315",
20
+ "@rspack/dev-client": "0.0.0-20221103023848",
21
+ "@rspack/dev-middleware": "0.0.0-20221103023848",
22
22
  "webpack-dev-server": "4.11.1"
23
23
  },
24
24
  "peerDependencies": {
25
- "@rspack/core": "0.0.0-20221102114315"
25
+ "@rspack/core": "0.0.0-20221103023848"
26
26
  },
27
27
  "scripts": {
28
28
  "build": "rm -rf lib/ && tsc",