@rsdoctor/webpack-plugin 0.1.6 → 0.1.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.
Files changed (2) hide show
  1. package/dist/plugin.js +2 -1
  2. package/package.json +6 -6
package/dist/plugin.js CHANGED
@@ -99,7 +99,8 @@ class RsdoctorWebpackPlugin {
99
99
  name: import_constants.pluginTapName,
100
100
  root: process.cwd(),
101
101
  type: this.options.reportCodeType,
102
- config: { disableTOSUpload: this.options.disableTOSUpload }
102
+ config: { disableTOSUpload: this.options.disableTOSUpload },
103
+ innerClientPath: this.options.innerClientPath
103
104
  });
104
105
  this.outsideInstance = Boolean(this.options.sdkInstance);
105
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",
3
+ "version": "0.1.8",
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",
19
- "@rsdoctor/sdk": "0.1.6",
20
- "@rsdoctor/graph": "0.1.6",
21
- "@rsdoctor/utils": "0.1.6"
18
+ "@rsdoctor/core": "0.1.8",
19
+ "@rsdoctor/sdk": "0.1.8",
20
+ "@rsdoctor/graph": "0.1.8",
21
+ "@rsdoctor/utils": "0.1.8"
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"
32
+ "@rsdoctor/types": "0.1.8"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "webpack": "5.x"