@rsbuild/plugin-assets-retry 0.7.9 → 0.7.10

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 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.${"0.7.9"}.js`
109
+ `assets-retry.${"0.7.10"}.js`
110
110
  );
111
111
  }
112
112
  return this.scriptPath;
package/dist/index.js CHANGED
@@ -101,7 +101,7 @@ var init_AssetsRetryPlugin = __esm({
101
101
  if (!this.scriptPath) {
102
102
  this.scriptPath = path2.posix.join(
103
103
  this.distDir,
104
- `assets-retry.${"0.7.9"}.js`
104
+ `assets-retry.${"0.7.10"}.js`
105
105
  );
106
106
  }
107
107
  return this.scriptPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-assets-retry",
3
- "version": "0.7.9",
3
+ "version": "0.7.10",
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.7.9"
27
+ "@rsbuild/shared": "0.7.10"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.24.7",
@@ -34,10 +34,10 @@
34
34
  "html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
35
35
  "terser": "5.31.1",
36
36
  "typescript": "^5.4.2",
37
- "@rsbuild/core": "0.7.9"
37
+ "@rsbuild/core": "0.7.10"
38
38
  },
39
39
  "peerDependencies": {
40
- "@rsbuild/core": "^0.7.9"
40
+ "@rsbuild/core": "^0.7.10"
41
41
  },
42
42
  "publishConfig": {
43
43
  "access": "public",