remark-mdat 0.7.1 → 0.7.3

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.
package/dist/.DS_Store ADDED
Binary file
package/dist/index.d.ts CHANGED
@@ -1,10 +1,10 @@
1
- export { type Options as MdatOptions, mdat } from './lib/mdast-utils/mdast-util-mdat';
2
- export { type Options as MdatCheckOptions, mdatCheck, } from './lib/mdast-utils/mdast-util-mdat-check';
3
- export { type Options as MdatCleanOptions, mdatClean, } from './lib/mdast-utils/mdast-util-mdat-clean';
4
- export { type Options as MdatExpandOptions, mdatExpand, } from './lib/mdast-utils/mdast-util-mdat-expand';
1
+ export { mdat, type Options as MdatOptions } from './lib/mdast-utils/mdast-util-mdat';
2
+ export { mdatCheck, type Options as MdatCheckOptions, } from './lib/mdast-utils/mdast-util-mdat-check';
3
+ export { mdatClean, type Options as MdatCleanOptions, } from './lib/mdast-utils/mdast-util-mdat-clean';
4
+ export { mdatExpand, type Options as MdatExpandOptions, } from './lib/mdast-utils/mdast-util-mdat-expand';
5
5
  export { mdatSplit } from './lib/mdast-utils/mdast-util-mdat-split';
6
6
  export { deepMergeDefined } from './lib/mdat/deep-merge-defined';
7
7
  export { default as log } from './lib/mdat/log';
8
- export { type MdatFileReport, type MdatMessage, getMdatReports, reporterMdat, } from './lib/mdat/mdat-log';
9
- export { type NormalizedRule, type NormalizedRules, type Rule, type Rules, type SimplifyDeep, getSoleRule, getSoleRuleKey, rulesSchema, } from './lib/mdat/rules';
10
- export { type Options, default, optionsSchema } from './lib/remark-mdat';
8
+ export { getMdatReports, type MdatFileReport, type MdatMessage, reporterMdat, } from './lib/mdat/mdat-log';
9
+ export { getSoleRule, getSoleRuleKey, type NormalizedRule, type NormalizedRules, type Rule, type Rules, rulesSchema, type SimplifyDeep, } from './lib/mdat/rules';
10
+ export { default, type Options, optionsSchema } from './lib/remark-mdat';