@forsakringskassan/docs-generator 2.35.5 → 2.35.6
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-Bx9oXbtZ.mjs → create-markdown-renderer-Ci_APMYD.mjs} +2 -2
- package/dist/{create-markdown-renderer-Bx9oXbtZ.mjs.map → create-markdown-renderer-Ci_APMYD.mjs.map} +1 -1
- package/dist/index.mjs +2 -2
- package/dist/markdown.mjs +2 -2
- package/dist/{vendor-Q6b0E6UP.mjs → vendor-D4BVkQg8.mjs} +4 -1
- package/dist/vendor-D4BVkQg8.mjs.map +1 -0
- package/package.json +1 -1
- package/dist/vendor-Q6b0E6UP.mjs.map +0 -1
package/dist/index.mjs
CHANGED
|
@@ -4,8 +4,8 @@ const require = $createRequire(import.meta.url);
|
|
|
4
4
|
|
|
5
5
|
import fs from 'node:fs/promises';
|
|
6
6
|
import path from 'node:path/posix';
|
|
7
|
-
import { g as globSync, m as minimatch, M as MarkdownIt, d as dedent, b as closest, e as distance, f as fm, i as isCI, h as glob, j as moduleImporter, k as cliProgress, t as tinylr, w as watch, l as createInstance, n as fse, o as inter } from './vendor-
|
|
8
|
-
import { g as generateId, p as parseInfostring, i as isDocumentPage, n as normalizePath, a as getFingerprint, h as hasTag, f as findTag, b as getOutputFilePath, d as htmlencode, e as exampleWorkerUrl, c as createMarkdownRenderer, j as generateExample } from './create-markdown-renderer-
|
|
7
|
+
import { g as globSync, m as minimatch, M as MarkdownIt, d as dedent, b as closest, e as distance, f as fm, i as isCI, h as glob, j as moduleImporter, k as cliProgress, t as tinylr, w as watch, l as createInstance, n as fse, o as inter } from './vendor-D4BVkQg8.mjs';
|
|
8
|
+
import { g as generateId, p as parseInfostring, i as isDocumentPage, n as normalizePath, a as getFingerprint, h as hasTag, f as findTag, b as getOutputFilePath, d as htmlencode, e as exampleWorkerUrl, c as createMarkdownRenderer, j as generateExample } from './create-markdown-renderer-Ci_APMYD.mjs';
|
|
9
9
|
import sp__default from 'node:path';
|
|
10
10
|
import require$$1 from 'crypto';
|
|
11
11
|
import 'node:crypto';
|
package/dist/markdown.mjs
CHANGED
|
@@ -2,8 +2,8 @@ import { createRequire as $createRequire } from "node:module";
|
|
|
2
2
|
|
|
3
3
|
const require = $createRequire(import.meta.url);
|
|
4
4
|
|
|
5
|
-
export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-
|
|
6
|
-
import './vendor-
|
|
5
|
+
export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-Ci_APMYD.mjs';
|
|
6
|
+
import './vendor-D4BVkQg8.mjs';
|
|
7
7
|
import 'node:url';
|
|
8
8
|
import 'node:path';
|
|
9
9
|
import 'fs';
|
|
@@ -25831,6 +25831,9 @@ class I18n extends EventEmitter {
|
|
|
25831
25831
|
if (typeof this.options.overloadTranslationOptionHandler !== 'function') {
|
|
25832
25832
|
this.options.overloadTranslationOptionHandler = defOpts.overloadTranslationOptionHandler;
|
|
25833
25833
|
}
|
|
25834
|
+
if (this.options.debug === true) {
|
|
25835
|
+
if (typeof console !== 'undefined') console.warn('i18next is maintained with support from locize.com — consider powering your project with managed localization (AI, CDN, integrations): https://locize.com');
|
|
25836
|
+
}
|
|
25834
25837
|
const createClassOnDemand = ClassOrObject => {
|
|
25835
25838
|
if (!ClassOrObject) return null;
|
|
25836
25839
|
if (typeof ClassOrObject === 'function') return new ClassOrObject();
|
|
@@ -56469,4 +56472,4 @@ var srcExports = requireSrc();
|
|
|
56469
56472
|
var tinylr = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
56470
56473
|
|
|
56471
56474
|
export { HighlightJS as H, MarkdownIt as M, deflist_plugin as a, closest as b, createTwoFilesPatch as c, dedent as d, distance as e, fm as f, globSync as g, glob as h, isCI as i, moduleImporter as j, cliProgress as k, createInstance as l, minimatch as m, fse as n, inter as o, tinylr as t, watch$1 as w };
|
|
56472
|
-
//# sourceMappingURL=vendor-
|
|
56475
|
+
//# sourceMappingURL=vendor-D4BVkQg8.mjs.map
|