@rsdoctor/webpack-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
@@ -100,7 +100,7 @@ class RsdoctorWebpackPlugin {
100
100
  root: process.cwd(),
101
101
  type: this.options.reportCodeType,
102
102
  config: { disableTOSUpload: this.options.disableTOSUpload },
103
- innerClientName: this.options.innerClientName
103
+ innerClientPath: this.options.innerClientPath
104
104
  });
105
105
  this.outsideInstance = Boolean(this.options.sdkInstance);
106
106
  this.modulesGraph = new import_graph.ModuleGraph();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/webpack-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,10 +15,10 @@
15
15
  "dependencies": {
16
16
  "fs-extra": "^11.1.1",
17
17
  "lodash": "^4.17.21",
18
- "@rsdoctor/core": "0.1.6-beta.0",
19
- "@rsdoctor/sdk": "0.1.6-beta.0",
20
- "@rsdoctor/graph": "0.1.6-beta.0",
21
- "@rsdoctor/utils": "0.1.6-beta.0"
18
+ "@rsdoctor/core": "0.1.6-beta.1",
19
+ "@rsdoctor/sdk": "0.1.6-beta.1",
20
+ "@rsdoctor/graph": "0.1.6-beta.1",
21
+ "@rsdoctor/utils": "0.1.6-beta.1"
22
22
  },
23
23
  "devDependencies": {
24
24
  "webpack": "^5.89.0",
@@ -29,7 +29,7 @@
29
29
  "@types/webpack": "5.28.0",
30
30
  "tslib": "2.4.1",
31
31
  "typescript": "^5.2.2",
32
- "@rsdoctor/types": "0.1.6-beta.0"
32
+ "@rsdoctor/types": "0.1.6-beta.1"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "webpack": "5.x"