nimbus-docs 0.1.8 → 0.1.10
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/cli/index.js +46 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/client.d.ts +12 -2
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +38 -6
- package/dist/client.js.map +1 -1
- package/dist/index.d.ts +93 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1379 -25
- package/dist/index.js.map +1 -1
- package/dist/{rules-B7o0k3TA.js → rules-DDDvKkyJ.js} +2 -1
- package/dist/{rules-B7o0k3TA.js.map → rules-DDDvKkyJ.js.map} +1 -1
- package/package.json +9 -8
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { lenientDocsSchema, lenientPartialsSchema } from "./schemas.js";
|
|
2
|
+
import { createRequire } from "node:module";
|
|
2
3
|
import fs from "node:fs";
|
|
3
4
|
import minpath, { default as path } from "node:path";
|
|
4
5
|
import { fileURLToPath as urlToPath } from "node:url";
|
|
@@ -6080,4 +6081,4 @@ const IMPLEMENTED_CODES = new Set(RULES.map((r) => r.code));
|
|
|
6080
6081
|
|
|
6081
6082
|
//#endregion
|
|
6082
6083
|
export { resolveRuleForCollection as a, parseSource as i, RULES as n, validateLintOptions as o, suggest as r, isRuleCode as s, IMPLEMENTED_CODES as t };
|
|
6083
|
-
//# sourceMappingURL=rules-
|
|
6084
|
+
//# sourceMappingURL=rules-DDDvKkyJ.js.map
|