@rsbuild/plugin-assets-retry 0.2.17 → 0.3.0

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/README.md CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  # Rsbuild
6
6
 
7
- Unleash the power of Rspack with the out-of-the-box build tool.
7
+ The Rspack-based build tool. It's fast, out-of-the-box and extensible.
8
8
 
9
9
  ## Documentation
10
10
 
package/dist/index.js CHANGED
@@ -88,7 +88,7 @@ var init_AssetsRetryPlugin = __esm({
88
88
  if (!this.scriptPath) {
89
89
  this.scriptPath = import_path.default.join(
90
90
  this.distDir,
91
- `assets-retry.${"0.2.17"}.js`
91
+ `assets-retry.${"0.3.0"}.js`
92
92
  );
93
93
  }
94
94
  return this.scriptPath;
package/dist/index.mjs CHANGED
@@ -95,7 +95,7 @@ var init_AssetsRetryPlugin = __esm({
95
95
  if (!this.scriptPath) {
96
96
  this.scriptPath = path2.join(
97
97
  this.distDir,
98
- `assets-retry.${"0.2.17"}.js`
98
+ `assets-retry.${"0.3.0"}.js`
99
99
  );
100
100
  }
101
101
  return this.scriptPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-assets-retry",
3
- "version": "0.2.17",
3
+ "version": "0.3.0",
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.0",
27
- "@rsbuild/shared": "0.2.17"
27
+ "@rsbuild/shared": "0.3.0"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.23.2",
@@ -34,8 +34,8 @@
34
34
  "html-webpack-plugin": "npm:html-rspack-plugin@5.5.7",
35
35
  "terser": "5.19.2",
36
36
  "typescript": "^5.3.0",
37
- "@rsbuild/core": "0.2.17",
38
- "@rsbuild/test-helper": "0.2.17"
37
+ "@rsbuild/core": "0.3.0",
38
+ "@rsbuild/test-helper": "0.3.0"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public",