@rsbuild/plugin-assets-retry 0.7.0 → 0.7.2

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
@@ -105,7 +105,7 @@ var init_AssetsRetryPlugin = __esm({
105
105
  if (!this.scriptPath) {
106
106
  this.scriptPath = import_node_path.default.posix.join(
107
107
  this.distDir,
108
- `assets-retry.${"0.7.0"}.js`
108
+ `assets-retry.${"0.7.2"}.js`
109
109
  );
110
110
  }
111
111
  return this.scriptPath;
package/dist/index.js 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.50.0_eslint@9.3.0_typescript@5.4.5/node_modules/@modern-js/module-tools/shims/esm.js
37
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.50.0_eslint@9.4.0_typescript@5.4.5/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.50.0_eslint@9.3.0_typescript@5.4.5/node_modules/@modern-js/module-tools/shims/esm.js"() {
42
+ "../../node_modules/.pnpm/@modern-js+module-tools@2.50.0_eslint@9.4.0_typescript@5.4.5/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());
@@ -105,7 +105,7 @@ var init_AssetsRetryPlugin = __esm({
105
105
  if (!this.scriptPath) {
106
106
  this.scriptPath = path2.posix.join(
107
107
  this.distDir,
108
- `assets-retry.${"0.7.0"}.js`
108
+ `assets-retry.${"0.7.2"}.js`
109
109
  );
110
110
  }
111
111
  return this.scriptPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-assets-retry",
3
- "version": "0.7.0",
3
+ "version": "0.7.2",
4
4
  "description": "Assets retry plugin for Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -24,21 +24,21 @@
24
24
  ],
25
25
  "dependencies": {
26
26
  "serialize-javascript": "^6.0.2",
27
- "@rsbuild/shared": "0.7.0"
27
+ "@rsbuild/shared": "0.7.2"
28
28
  },
29
29
  "devDependencies": {
30
- "@babel/core": "^7.24.5",
31
- "@babel/preset-env": "^7.24.5",
32
- "@babel/preset-typescript": "^7.24.1",
30
+ "@babel/core": "^7.24.6",
31
+ "@babel/preset-env": "^7.24.6",
32
+ "@babel/preset-typescript": "^7.24.6",
33
33
  "@types/serialize-javascript": "^5.0.4",
34
34
  "html-webpack-plugin": "npm:html-rspack-plugin@5.7.2",
35
35
  "terser": "5.31.0",
36
36
  "typescript": "^5.4.2",
37
- "@rsbuild/core": "0.7.0",
38
- "@scripts/test-helper": "0.7.0"
37
+ "@rsbuild/core": "0.7.2",
38
+ "@scripts/test-helper": "0.7.2"
39
39
  },
40
40
  "peerDependencies": {
41
- "@rsbuild/core": "^0.7.0"
41
+ "@rsbuild/core": "^0.7.2"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",