Skip to content

Commit 84d66a8

Browse files
authored
Merge pull request #58 from inaridiy/fix/export-minimal-filter
Fix/export minimal filter
2 parents b937567 + 7fa6ec7 commit 84d66a8

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

.changeset/great-trees-shop.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"webforai": patch
3+
---
4+
5+
fix

biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://biomejs.dev/schemas/1.5.3/schema.json",
33
"files": {
4-
"ignore": ["worker-configuration.d.ts"]
4+
"ignore": ["worker-configuration.d.ts", "package.json"]
55
},
66
"vcs": {
77
"enabled": true,

packages/webforai/src/extractors/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@ export {
66
} from "./pipeExtractors";
77
export { takumiExtractor } from "./presets/takumi";
88
export { type ExtractParams, type Extractor } from "./types";
9+
export { minimalFilter } from "./presets/minimal-filter";

packages/webforai/src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export { mdastToMarkdown } from "./mdast-to-markdown";
66
export {
77
pipeExtractors,
88
takumiExtractor,
9+
minimalFilter,
910
type ExtractorSelectors,
1011
type ExtractorSelector,
1112
type ExtractParams,

0 commit comments

Comments
 (0)