@rsbuild/plugin-assets-retry 0.6.5 → 0.6.6
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.js +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +5 -5
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -55,9 +55,9 @@ __export(AssetsRetryPlugin_exports, {
|
|
|
55
55
|
import path2 from "path";
|
|
56
56
|
import {
|
|
57
57
|
fse,
|
|
58
|
-
withPublicPath,
|
|
59
58
|
generateScriptTag,
|
|
60
|
-
getPublicPathFromCompiler
|
|
59
|
+
getPublicPathFromCompiler,
|
|
60
|
+
withPublicPath
|
|
61
61
|
} from "@rsbuild/shared";
|
|
62
62
|
var _retryOptions, AssetsRetryPlugin;
|
|
63
63
|
var init_AssetsRetryPlugin = __esm({
|
|
@@ -103,7 +103,7 @@ var init_AssetsRetryPlugin = __esm({
|
|
|
103
103
|
if (!this.scriptPath) {
|
|
104
104
|
this.scriptPath = path2.posix.join(
|
|
105
105
|
this.distDir,
|
|
106
|
-
`assets-retry.${"0.6.
|
|
106
|
+
`assets-retry.${"0.6.6"}.js`
|
|
107
107
|
);
|
|
108
108
|
}
|
|
109
109
|
return this.scriptPath;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-assets-retry",
|
|
3
|
-
"version": "0.6.
|
|
3
|
+
"version": "0.6.6",
|
|
4
4
|
"description": "Assets retry plugin for Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
26
|
"serialize-javascript": "^6.0.2",
|
|
27
|
-
"@rsbuild/shared": "0.6.
|
|
27
|
+
"@rsbuild/shared": "0.6.6"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
30
|
"@babel/core": "^7.24.4",
|
|
@@ -34,11 +34,11 @@
|
|
|
34
34
|
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
|
|
35
35
|
"terser": "5.30.3",
|
|
36
36
|
"typescript": "^5.4.2",
|
|
37
|
-
"@rsbuild/core": "0.6.
|
|
38
|
-
"@scripts/test-helper": "0.6.
|
|
37
|
+
"@rsbuild/core": "0.6.6",
|
|
38
|
+
"@scripts/test-helper": "0.6.6"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@rsbuild/core": "^0.6.
|
|
41
|
+
"@rsbuild/core": "^0.6.6"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public",
|