Skip to content

Commit

Permalink
fix(types): missing export for AnalyserJson
Browse files Browse the repository at this point in the history
  • Loading branch information
bodinsamuel committed Jun 23, 2023
1 parent 5f55a4b commit 6e21d7f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import {
rawList,
dependencies as dependenciesList,
} from './rules.js';
import { Analyser, ComponentGroup } from './types/index.js';
import { Analyser, AnalyserJson, ComponentGroup } from './types/index.js';
import {
SupportedDeps,
RuleDependency,
Expand All @@ -37,6 +37,7 @@ import { TechType, AllowedKeys, TechItem } from './types/techs.js';
export {
AllowedKeys,
Analyser,
AnalyserJson,
BaseProvider,
ComponentGroup,
ComponentMatcher,
Expand Down

0 comments on commit 6e21d7f

Please sign in to comment.