@rspack/plugin-react-refresh 0.7.6-canary-f272bd8-20240625122346 → 1.0.0-alpha.0

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/README.md +2 -2
  2. package/package.json +6 -5
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  <picture>
2
- <source media="(prefers-color-scheme: dark)" srcset="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610-dark.png">
3
- <img alt="Rspack Banner" src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610.png">
2
+ <source media="(prefers-color-scheme: dark)" srcset="https://assets.rspack.dev/rspack/rspack-banner-plain-dark.png">
3
+ <img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner-plain-light.png">
4
4
  </picture>
5
5
 
6
6
  # @rspack/plugin-react-refresh
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rspack/plugin-react-refresh",
3
- "version": "0.7.6-canary-f272bd8-20240625122346",
3
+ "version": "1.0.0-alpha.0",
4
4
  "license": "MIT",
5
5
  "description": "React refresh plugin for rspack",
6
6
  "main": "dist/index.js",
@@ -18,7 +18,8 @@
18
18
  "dist"
19
19
  ],
20
20
  "publishConfig": {
21
- "access": "public"
21
+ "access": "public",
22
+ "provenance": true
22
23
  },
23
24
  "homepage": "https://rspack.dev",
24
25
  "bugs": "https://github.com/web-infra-dev/rspack/issues",
@@ -29,8 +30,8 @@
29
30
  },
30
31
  "devDependencies": {
31
32
  "react-refresh": "0.14.0",
32
- "@rspack/core": "0.7.6-canary-f272bd8-20240625122346",
33
- "@rspack/plugin-react-refresh": "0.7.6-canary-f272bd8-20240625122346"
33
+ "@rspack/core": "1.0.0-alpha.0",
34
+ "@rspack/plugin-react-refresh": "1.0.0-alpha.0"
34
35
  },
35
36
  "peerDependencies": {
36
37
  "react-refresh": ">=0.10.0 <1.0.0"
@@ -50,7 +51,7 @@
50
51
  "scripts": {
51
52
  "build": "tsc -b ./tsconfig.build.json",
52
53
  "dev": "tsc -b -w",
53
- "test": "jest --runInBand",
54
+ "test": "jest --runInBand --colors",
54
55
  "api-extractor": "api-extractor run --verbose",
55
56
  "api-extractor:ci": "api-extractor run --verbose || diff temp/api.md etc/api.md"
56
57
  }