@rsbuild/plugin-assets-retry 1.0.0-alpha.2 → 1.0.0-alpha.4
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.
- package/dist/index.cjs +1 -1
- package/dist/index.js +1 -1
- package/package.json +4 -5
package/dist/index.cjs
CHANGED
|
@@ -106,7 +106,7 @@ var init_AssetsRetryPlugin = __esm({
|
|
|
106
106
|
if (!this.scriptPath) {
|
|
107
107
|
this.scriptPath = import_node_path.default.posix.join(
|
|
108
108
|
this.distDir,
|
|
109
|
-
`assets-retry.${"1.0.0-alpha.
|
|
109
|
+
`assets-retry.${"1.0.0-alpha.4"}.js`
|
|
110
110
|
);
|
|
111
111
|
}
|
|
112
112
|
return this.scriptPath;
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-assets-retry",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.4",
|
|
4
4
|
"description": "Assets retry plugin for Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -23,8 +23,7 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"serialize-javascript": "^6.0.2"
|
|
27
|
-
"@rsbuild/shared": "1.0.0-alpha.2"
|
|
26
|
+
"serialize-javascript": "^6.0.2"
|
|
28
27
|
},
|
|
29
28
|
"devDependencies": {
|
|
30
29
|
"@babel/core": "^7.24.7",
|
|
@@ -34,10 +33,10 @@
|
|
|
34
33
|
"html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
|
|
35
34
|
"terser": "5.31.1",
|
|
36
35
|
"typescript": "^5.5.2",
|
|
37
|
-
"@rsbuild/core": "1.0.0-alpha.
|
|
36
|
+
"@rsbuild/core": "1.0.0-alpha.4"
|
|
38
37
|
},
|
|
39
38
|
"peerDependencies": {
|
|
40
|
-
"@rsbuild/core": "^1.0.0-alpha.
|
|
39
|
+
"@rsbuild/core": "^1.0.0-alpha.4"
|
|
41
40
|
},
|
|
42
41
|
"publishConfig": {
|
|
43
42
|
"access": "public",
|