@diplodoc/yfmlint 1.0.0 → 1.1.0
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/build/index.d.ts +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +2 -2
- package/package.json +1 -1
package/build/index.d.ts
CHANGED
package/build/index.js
CHANGED
|
@@ -21337,6 +21337,7 @@ var src_exports = {};
|
|
|
21337
21337
|
__export(src_exports, {
|
|
21338
21338
|
LogLevels: () => LogLevels,
|
|
21339
21339
|
log: () => log,
|
|
21340
|
+
normalizeConfig: () => normalizeConfig,
|
|
21340
21341
|
yfmlint: () => yfmlint
|
|
21341
21342
|
});
|
|
21342
21343
|
module.exports = __toCommonJS(src_exports);
|
|
@@ -21813,6 +21814,7 @@ async function yfmlint(content3, path3, opts) {
|
|
|
21813
21814
|
0 && (module.exports = {
|
|
21814
21815
|
LogLevels,
|
|
21815
21816
|
log,
|
|
21817
|
+
normalizeConfig,
|
|
21816
21818
|
yfmlint
|
|
21817
21819
|
});
|
|
21818
21820
|
//# sourceMappingURL=index.js.map
|