@rsbuild/plugin-assets-retry 0.5.2 → 0.5.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.js +1 -1
- package/dist/index.mjs +3 -3
- package/package.json +10 -10
package/dist/index.js
CHANGED
package/dist/index.mjs
CHANGED
|
@@ -34,12 +34,12 @@ var __privateSet = (obj, member, value, setter) => {
|
|
|
34
34
|
return value;
|
|
35
35
|
};
|
|
36
36
|
|
|
37
|
-
// ../../node_modules/.pnpm/@modern-js+module-tools@2.48.
|
|
37
|
+
// ../../node_modules/.pnpm/@modern-js+module-tools@2.48.3/node_modules/@modern-js/module-tools/shims/esm.js
|
|
38
38
|
import { fileURLToPath } from "url";
|
|
39
39
|
import path from "path";
|
|
40
40
|
var getFilename, getDirname, __dirname;
|
|
41
41
|
var init_esm = __esm({
|
|
42
|
-
"../../node_modules/.pnpm/@modern-js+module-tools@2.48.
|
|
42
|
+
"../../node_modules/.pnpm/@modern-js+module-tools@2.48.3/node_modules/@modern-js/module-tools/shims/esm.js"() {
|
|
43
43
|
"use strict";
|
|
44
44
|
getFilename = () => fileURLToPath(import.meta.url);
|
|
45
45
|
getDirname = () => path.dirname(getFilename());
|
|
@@ -98,7 +98,7 @@ var init_AssetsRetryPlugin = __esm({
|
|
|
98
98
|
if (!this.scriptPath) {
|
|
99
99
|
this.scriptPath = path2.posix.join(
|
|
100
100
|
this.distDir,
|
|
101
|
-
`assets-retry.${"0.5.
|
|
101
|
+
`assets-retry.${"0.5.4"}.js`
|
|
102
102
|
);
|
|
103
103
|
}
|
|
104
104
|
return this.scriptPath;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rsbuild/plugin-assets-retry",
|
|
3
|
-
"version": "0.5.
|
|
3
|
+
"version": "0.5.4",
|
|
4
4
|
"description": "Assets retry plugin for Rsbuild",
|
|
5
5
|
"homepage": "https://rsbuild.dev",
|
|
6
6
|
"repository": {
|
|
@@ -23,22 +23,22 @@
|
|
|
23
23
|
"dist"
|
|
24
24
|
],
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"serialize-javascript": "^6.0.
|
|
27
|
-
"@rsbuild/shared": "0.5.
|
|
26
|
+
"serialize-javascript": "^6.0.2",
|
|
27
|
+
"@rsbuild/shared": "0.5.4"
|
|
28
28
|
},
|
|
29
29
|
"devDependencies": {
|
|
30
|
-
"@babel/core": "^7.
|
|
31
|
-
"@babel/preset-env": "^7.
|
|
32
|
-
"@babel/preset-typescript": "^7.
|
|
33
|
-
"@types/serialize-javascript": "^5.0.
|
|
30
|
+
"@babel/core": "^7.24.3",
|
|
31
|
+
"@babel/preset-env": "^7.24.3",
|
|
32
|
+
"@babel/preset-typescript": "^7.24.1",
|
|
33
|
+
"@types/serialize-javascript": "^5.0.4",
|
|
34
34
|
"html-webpack-plugin": "npm:html-rspack-plugin@5.6.2",
|
|
35
35
|
"terser": "5.29.2",
|
|
36
36
|
"typescript": "^5.4.2",
|
|
37
|
-
"@rsbuild/core": "0.5.
|
|
38
|
-
"@scripts/test-helper": "0.5.
|
|
37
|
+
"@rsbuild/core": "0.5.4",
|
|
38
|
+
"@scripts/test-helper": "0.5.4"
|
|
39
39
|
},
|
|
40
40
|
"peerDependencies": {
|
|
41
|
-
"@rsbuild/core": "^0.5.
|
|
41
|
+
"@rsbuild/core": "^0.5.4"
|
|
42
42
|
},
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public",
|