@rsbuild/plugin-assets-retry 1.0.1-beta.0 → 1.0.1-beta.1

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.${"1.0.1-beta.0"}.js`
109
+ `assets-retry.${"1.0.1-beta.1"}.js`
110
110
  );
111
111
  }
112
112
  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.54.6_eslint@9.6.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js
37
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.55.0_eslint@9.6.0_typescript@5.5.2/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.54.6_eslint@9.6.0_typescript@5.5.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
42
+ "../../node_modules/.pnpm/@modern-js+module-tools@2.55.0_eslint@9.6.0_typescript@5.5.2/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());
@@ -103,7 +103,7 @@ var init_AssetsRetryPlugin = __esm({
103
103
  if (!this.scriptPath) {
104
104
  this.scriptPath = path2.posix.join(
105
105
  this.distDir,
106
- `assets-retry.${"1.0.1-beta.0"}.js`
106
+ `assets-retry.${"1.0.1-beta.1"}.js`
107
107
  );
108
108
  }
109
109
  return this.scriptPath;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsbuild/plugin-assets-retry",
3
- "version": "1.0.1-beta.0",
3
+ "version": "1.0.1-beta.1",
4
4
  "description": "Assets retry plugin for Rsbuild",
5
5
  "homepage": "https://rsbuild.dev",
6
6
  "repository": {
@@ -32,7 +32,7 @@
32
32
  "@types/serialize-javascript": "^5.0.4",
33
33
  "terser": "5.31.1",
34
34
  "typescript": "^5.5.2",
35
- "@rsbuild/core": "1.0.1-beta.0"
35
+ "@rsbuild/core": "1.0.1-beta.1"
36
36
  },
37
37
  "peerDependencies": {
38
38
  "@rsbuild/core": "^1.0.1-beta.0"