@rsdoctor/rspack-plugin 0.1.6-beta.0 → 0.1.6-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.
Files changed (2) hide show
  1. package/dist/plugin.js +1 -1
  2. package/package.json +6 -6
package/dist/plugin.js CHANGED
@@ -77,7 +77,7 @@ class RsdoctorRspackPlugin {
77
77
  root: process.cwd(),
78
78
  type: import_types.SDK.ToDataType.Normal,
79
79
  config: { disableTOSUpload: this.options.disableTOSUpload },
80
- innerClientName: this.options.innerClientName
80
+ innerClientPath: this.options.innerClientPath
81
81
  });
82
82
  this.modulesGraph = new import_graph.ModuleGraph();
83
83
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/rspack-plugin",
3
- "version": "0.1.6-beta.0",
3
+ "version": "0.1.6-beta.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/web-infra-dev/rsdoctor",
@@ -15,9 +15,9 @@
15
15
  "dependencies": {
16
16
  "loader-utils": "^2.0.4",
17
17
  "lodash": "^4.17.21",
18
- "@rsdoctor/sdk": "0.1.6-beta.0",
19
- "@rsdoctor/graph": "0.1.6-beta.0",
20
- "@rsdoctor/core": "0.1.6-beta.0"
18
+ "@rsdoctor/core": "0.1.6-beta.1",
19
+ "@rsdoctor/graph": "0.1.6-beta.1",
20
+ "@rsdoctor/sdk": "0.1.6-beta.1"
21
21
  },
22
22
  "devDependencies": {
23
23
  "@rspack/core": "0.5.1",
@@ -27,8 +27,8 @@
27
27
  "@types/tapable": "2.2.2",
28
28
  "tslib": "2.4.1",
29
29
  "typescript": "^5.2.2",
30
- "@rsdoctor/utils": "0.1.6-beta.0",
31
- "@rsdoctor/types": "0.1.6-beta.0"
30
+ "@rsdoctor/types": "0.1.6-beta.1",
31
+ "@rsdoctor/utils": "0.1.6-beta.1"
32
32
  },
33
33
  "peerDependencies": {
34
34
  "@rspack/core": "^0.5.1"