@rspack/plugin-react-refresh
Advanced tools
Comparing version 0.7.6-canary-f272bd8-20240625122346 to 1.0.0-alpha.0
{ | ||
"name": "@rspack/plugin-react-refresh", | ||
"version": "0.7.6-canary-f272bd8-20240625122346", | ||
"version": "1.0.0-alpha.0", | ||
"license": "MIT", | ||
@@ -21,3 +21,4 @@ "description": "React refresh plugin for rspack", | ||
"publishConfig": { | ||
"access": "public" | ||
"access": "public", | ||
"provenance": true | ||
}, | ||
@@ -33,4 +34,4 @@ "homepage": "https://rspack.dev", | ||
"react-refresh": "0.14.0", | ||
"@rspack/core": "0.7.6-canary-f272bd8-20240625122346", | ||
"@rspack/plugin-react-refresh": "0.7.6-canary-f272bd8-20240625122346" | ||
"@rspack/core": "1.0.0-alpha.0", | ||
"@rspack/plugin-react-refresh": "1.0.0-alpha.0" | ||
}, | ||
@@ -55,3 +56,3 @@ "peerDependencies": { | ||
"dev": "tsc -b -w", | ||
"test": "jest --runInBand", | ||
"test": "jest --runInBand --colors", | ||
"api-extractor": "api-extractor run --verbose", | ||
@@ -58,0 +59,0 @@ "api-extractor:ci": "api-extractor run --verbose || diff temp/api.md etc/api.md" |
<picture> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610-dark.png"> | ||
<img alt="Rspack Banner" src="https://lf3-static.bytednsdoc.com/obj/eden-cn/rjhwzy/ljhwZthlaukjlkulzlp/rspack-banner-1610.png"> | ||
<source media="(prefers-color-scheme: dark)" srcset="https://assets.rspack.dev/rspack/rspack-banner-plain-dark.png"> | ||
<img alt="Rspack Banner" src="https://assets.rspack.dev/rspack/rspack-banner-plain-light.png"> | ||
</picture> | ||
@@ -5,0 +5,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19349