@rsbuild/plugin-assets-retry 1.4.2 → 1.4.3
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 +15 -14
package/dist/index.cjs
CHANGED
|
@@ -295,7 +295,7 @@ var __webpack_exports__ = {};
|
|
|
295
295
|
const { inlineScript = true } = userOptions;
|
|
296
296
|
const getScriptPath = (environment)=>{
|
|
297
297
|
const distDir = environment.config.output.distPath.js;
|
|
298
|
-
return external_node_path_default().posix.join(distDir, "assets-retry.1-4-
|
|
298
|
+
return external_node_path_default().posix.join(distDir, "assets-retry.1-4-3.js");
|
|
299
299
|
};
|
|
300
300
|
const getDefaultValueFromRsbuildConfig = (config)=>{
|
|
301
301
|
var _config_output_minify;
|
package/dist/index.js
CHANGED
|
@@ -270,7 +270,7 @@ const pluginAssetsRetry = (userOptions = {})=>({
|
|
|
270
270
|
const { inlineScript = true } = userOptions;
|
|
271
271
|
const getScriptPath = (environment)=>{
|
|
272
272
|
const distDir = environment.config.output.distPath.js;
|
|
273
|
-
return node_path.posix.join(distDir, "assets-retry.1-4-
|
|
273
|
+
return node_path.posix.join(distDir, "assets-retry.1-4-3.js");
|
|
274
274
|
};
|
|
275
275
|
const getDefaultValueFromRsbuildConfig = (config)=>{
|
|
276
276
|
var _config_output_minify;
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-assets-retry",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.3",
|
|
4
|
+
"description": "An Rsbuild plugin to automatically resend requests when static assets fail to load.",
|
|
4
5
|
"repository": "https://github.com/rspack-contrib/rsbuild-plugin-assets-retry",
|
|
5
6
|
"license": "MIT",
|
|
6
7
|
"type": "module",
|
|
@@ -17,29 +18,29 @@
|
|
|
17
18
|
"files": ["dist"],
|
|
18
19
|
"scripts": {
|
|
19
20
|
"build": "rslib build",
|
|
21
|
+
"bump": "npx bumpp",
|
|
20
22
|
"dev": "rslib build --watch",
|
|
21
23
|
"lint": "biome check .",
|
|
22
24
|
"lint:write": "biome check . --write",
|
|
23
25
|
"prepare": "simple-git-hooks && npm run build",
|
|
24
|
-
"test": "playwright test"
|
|
25
|
-
"bump": "npx bumpp"
|
|
26
|
+
"test": "playwright test"
|
|
26
27
|
},
|
|
27
28
|
"simple-git-hooks": {
|
|
28
29
|
"pre-commit": "npm run lint:write"
|
|
29
30
|
},
|
|
30
31
|
"devDependencies": {
|
|
31
|
-
"@microsoft/api-extractor": "^7.52.10",
|
|
32
32
|
"@biomejs/biome": "^1.9.4",
|
|
33
|
-
"@
|
|
34
|
-
"@
|
|
35
|
-
"@rsbuild/
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"@types/
|
|
40
|
-
"@types/react
|
|
33
|
+
"@microsoft/api-extractor": "^7.52.13",
|
|
34
|
+
"@playwright/test": "^1.55.0",
|
|
35
|
+
"@rsbuild/core": "^1.5.7",
|
|
36
|
+
"@rsbuild/plugin-react": "^1.4.0",
|
|
37
|
+
"@rslib/core": "^0.13.2",
|
|
38
|
+
"@swc/core": "^1.13.5",
|
|
39
|
+
"@types/node": "^22.18.4",
|
|
40
|
+
"@types/react": "^19.1.13",
|
|
41
|
+
"@types/react-dom": "^19.1.9",
|
|
41
42
|
"@types/serialize-javascript": "^5.0.4",
|
|
42
|
-
"playwright": "^1.
|
|
43
|
+
"playwright": "^1.55.0",
|
|
43
44
|
"react": "^19.1.1",
|
|
44
45
|
"react-dom": "^19.1.1",
|
|
45
46
|
"serialize-javascript": "^6.0.2",
|
|
@@ -54,7 +55,7 @@
|
|
|
54
55
|
"optional": true
|
|
55
56
|
}
|
|
56
57
|
},
|
|
57
|
-
"packageManager": "pnpm@10.
|
|
58
|
+
"packageManager": "pnpm@10.16.1",
|
|
58
59
|
"publishConfig": {
|
|
59
60
|
"access": "public",
|
|
60
61
|
"registry": "https://registry.npmjs.org/"
|