@rsbuild/plugin-assets-retry 0.4.6 → 0.4.8

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 CHANGED
@@ -96,9 +96,9 @@ var init_AssetsRetryPlugin = __esm({
96
96
  }
97
97
  async getScriptPath() {
98
98
  if (!this.scriptPath) {
99
- this.scriptPath = import_node_path.default.join(
99
+ this.scriptPath = import_node_path.default.posix.join(
100
100
  this.distDir,
101
- `assets-retry.${"0.4.6"}.js`
101
+ `assets-retry.${"0.4.8"}.js`
102
102
  );
103
103
  }
104
104
  return this.scriptPath;
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.47.0_typescript@5.3.2/node_modules/@modern-js/module-tools/shims/esm.js
37
+ // ../../node_modules/.pnpm/@modern-js+module-tools@2.47.1_typescript@5.3.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.47.0_typescript@5.3.2/node_modules/@modern-js/module-tools/shims/esm.js"() {
42
+ "../../node_modules/.pnpm/@modern-js+module-tools@2.47.1_typescript@5.3.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());
@@ -96,9 +96,9 @@ var init_AssetsRetryPlugin = __esm({
96
96
  }
97
97
  async getScriptPath() {
98
98
  if (!this.scriptPath) {
99
- this.scriptPath = path2.join(
99
+ this.scriptPath = path2.posix.join(
100
100
  this.distDir,
101
- `assets-retry.${"0.4.6"}.js`
101
+ `assets-retry.${"0.4.8"}.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.4.6",
3
+ "version": "0.4.8",
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.0",
27
- "@rsbuild/shared": "0.4.6"
27
+ "@rsbuild/shared": "0.4.8"
28
28
  },
29
29
  "devDependencies": {
30
30
  "@babel/core": "^7.23.2",
31
31
  "@babel/preset-env": "^7.23.2",
32
32
  "@babel/preset-typescript": "^7.23.2",
33
33
  "@types/serialize-javascript": "^5.0.1",
34
- "html-webpack-plugin": "npm:html-rspack-plugin@5.6.0",
35
- "terser": "5.27.2",
34
+ "html-webpack-plugin": "npm:html-rspack-plugin@5.6.1",
35
+ "terser": "5.28.1",
36
36
  "typescript": "^5.3.0",
37
- "@rsbuild/core": "0.4.6",
38
- "@scripts/test-helper": "0.4.6"
37
+ "@rsbuild/core": "0.4.8",
38
+ "@scripts/test-helper": "0.4.8"
39
39
  },
40
40
  "peerDependencies": {
41
- "@rsbuild/core": "^0.4.6"
41
+ "@rsbuild/core": "^0.4.8"
42
42
  },
43
43
  "publishConfig": {
44
44
  "access": "public",