@forsakringskassan/docs-generator 3.0.1 → 3.0.2
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/{create-markdown-renderer-DUwT9Ka3.mjs → create-markdown-renderer-C-rQVf_R.mjs} +4 -4
- package/dist/{create-markdown-renderer-DUwT9Ka3.mjs.map → create-markdown-renderer-C-rQVf_R.mjs.map} +1 -1
- package/dist/{format-code.worker-CXHm5Lxb.mjs → format-code.worker-BwtL4Ldq.mjs} +2 -2
- package/dist/{format-code.worker-CXHm5Lxb.mjs.map → format-code.worker-BwtL4Ldq.mjs.map} +1 -1
- package/dist/index.mjs +4 -3
- package/dist/index.mjs.map +1 -1
- package/dist/markdown.mjs +2 -2
- package/dist/runtime.mjs +734 -516
- package/dist/{vendor-C0JAkCK-.mjs → vendor-CyiP4ufo.mjs} +2 -2
- package/dist/{vendor-C0JAkCK-.mjs.map → vendor-CyiP4ufo.mjs.map} +1 -1
- package/package.json +1 -1
package/dist/{create-markdown-renderer-DUwT9Ka3.mjs → create-markdown-renderer-C-rQVf_R.mjs}
RENAMED
|
@@ -2,7 +2,7 @@ import { createRequire as $createRequire } from "node:module";
|
|
|
2
2
|
|
|
3
3
|
const require = $createRequire(import.meta.url);
|
|
4
4
|
|
|
5
|
-
import {
|
|
5
|
+
import { d as createSyncFn, f as dedent, H as HighlightJS, e as createTwoFilesPatch, M as MarkdownIt, g as deflist_plugin } from './vendor-CyiP4ufo.mjs';
|
|
6
6
|
import path from 'node:path/posix';
|
|
7
7
|
import path__default from 'node:path';
|
|
8
8
|
import crypto from 'node:crypto';
|
|
@@ -84,7 +84,7 @@ function getOutputFilePath(outputFolder, fileInfo) {
|
|
|
84
84
|
return normalizePath(outputFolder, path, outputName);
|
|
85
85
|
}
|
|
86
86
|
|
|
87
|
-
const url$1 = new URL("./format-code.worker-
|
|
87
|
+
const url$1 = new URL("./format-code.worker-BwtL4Ldq.mjs", import.meta.url);
|
|
88
88
|
const filePath$1 = fileURLToPath(url$1);
|
|
89
89
|
|
|
90
90
|
const formatCode = createSyncFn(filePath$1);
|
|
@@ -1223,5 +1223,5 @@ function createMarkdownRenderer(options) {
|
|
|
1223
1223
|
};
|
|
1224
1224
|
}
|
|
1225
1225
|
|
|
1226
|
-
export { SoftError as S,
|
|
1227
|
-
//# sourceMappingURL=create-markdown-renderer-
|
|
1226
|
+
export { SoftError as S, findTag as a, formatCode as b, createMarkdownRenderer as c, generateId as d, getFingerprint as e, filePath as f, generateExample as g, getOutputFilePath as h, hasTag as i, htmlencode as j, isDocumentPage as k, normalizePath as n, parseInfostring as p };
|
|
1227
|
+
//# sourceMappingURL=create-markdown-renderer-C-rQVf_R.mjs.map
|