@rsdoctor/webpack-plugin 0.1.9-beta.0 → 0.1.9

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.
@@ -1,7 +1,7 @@
1
1
  import type { Linter } from '@rsdoctor/types';
2
- import type { RsdoctorWebpackMultiplePluginOptions } from '@rsdoctor/core';
2
+ import type { RsdoctorMultiplePluginOptions } from '@rsdoctor/core';
3
3
  import { RsdoctorWebpackPlugin } from './plugin';
4
4
  export declare class RsdoctorWebpackMultiplePlugin<Rules extends Linter.ExtendRuleData[]> extends RsdoctorWebpackPlugin<Rules> {
5
5
  private controller;
6
- constructor(options?: RsdoctorWebpackMultiplePluginOptions<Rules>);
6
+ constructor(options?: RsdoctorMultiplePluginOptions<Rules>);
7
7
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsdoctor/webpack-plugin",
3
- "version": "0.1.9-beta.0",
3
+ "version": "0.1.9",
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.9-beta.0",
19
- "@rsdoctor/sdk": "0.1.9-beta.0",
20
- "@rsdoctor/graph": "0.1.9-beta.0",
21
- "@rsdoctor/utils": "0.1.9-beta.0"
18
+ "@rsdoctor/core": "0.1.9",
19
+ "@rsdoctor/sdk": "0.1.9",
20
+ "@rsdoctor/graph": "0.1.9",
21
+ "@rsdoctor/utils": "0.1.9"
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.9-beta.0"
32
+ "@rsdoctor/types": "0.1.9"
33
33
  },
34
34
  "peerDependencies": {
35
35
  "webpack": "5.x"