Skip to content

Commit 9a4ce06

Browse files
committed
fiix: export new API
1 parent 4b01d21 commit 9a4ce06

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

src/index.ts

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,16 @@
11
export { COMPARE_MODE_DEFAULT, COMPARE_MODE_OPERATION } from './types'
22

33
export {
4-
ClassifierType, DiffAction, DIFF_META_KEY, breaking, nonBreaking, unclassified, annotation, deprecated, risky,
4+
ClassifierType,
5+
DiffAction,
6+
DIFFS_AGGREGATED_META_KEY,
7+
DIFF_META_KEY,
8+
breaking,
9+
nonBreaking,
10+
unclassified,
11+
annotation,
12+
deprecated,
13+
risky,
514
} from './core'
615

716
export { apiDiff } from './api'
@@ -24,4 +33,7 @@ export {
2433
isDiffRename,
2534
isDiffReplace,
2635
} from './utils'
36+
2737
export { onlyExistedArrayIndexes } from './utils'
38+
39+
export { aggregateDiffsWithRollup } from './utils'

0 commit comments

Comments
 (0)