@forsakringskassan/docs-generator 2.30.0 → 2.30.1
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-D5LtM0yF.mjs → create-markdown-renderer-CuJEYJ_W.mjs} +4 -4
- package/dist/{create-markdown-renderer-D5LtM0yF.mjs.map → create-markdown-renderer-CuJEYJ_W.mjs.map} +1 -1
- package/dist/index.mjs +3 -3
- package/dist/markdown.mjs +3 -3
- package/dist/tsdoc-metadata.json +1 -1
- package/dist/{vendor-B6t9njJr.mjs → vendor-PyKPmsiH.mjs} +7 -2
- package/dist/vendor-PyKPmsiH.mjs.map +1 -0
- package/dist/{vue3-CRwEnRGE.mjs → vue3-Bvwupe7o.mjs} +9 -4
- package/dist/vue3-Bvwupe7o.mjs.map +1 -0
- package/dist/{worker-DE8HC-uI.mjs → worker-CmH8hTq1.mjs} +2 -2
- package/dist/{worker-DE8HC-uI.mjs.map → worker-CmH8hTq1.mjs.map} +1 -1
- package/package.json +1 -1
- package/dist/vendor-B6t9njJr.mjs.map +0 -1
- package/dist/vue3-CRwEnRGE.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-PyKPmsiH.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-CuJEYJ_W.mjs';
|
|
9
9
|
import path$1 from 'node:path';
|
|
10
10
|
import require$$1 from 'crypto';
|
|
11
11
|
import 'node:crypto';
|
|
@@ -46,7 +46,7 @@ import 'tls';
|
|
|
46
46
|
import 'tty';
|
|
47
47
|
import 'querystring';
|
|
48
48
|
import 'vue';
|
|
49
|
-
import './vue3-
|
|
49
|
+
import './vue3-Bvwupe7o.mjs';
|
|
50
50
|
|
|
51
51
|
function toArray$2(value) {
|
|
52
52
|
return Array.isArray(value) ? value : [value];
|
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-CuJEYJ_W.mjs';
|
|
6
|
+
import './vendor-PyKPmsiH.mjs';
|
|
7
7
|
import 'node:url';
|
|
8
8
|
import 'node:path';
|
|
9
9
|
import 'fs';
|
|
@@ -35,6 +35,6 @@ import 'node:path/posix';
|
|
|
35
35
|
import 'node:crypto';
|
|
36
36
|
import 'node:child_process';
|
|
37
37
|
import 'vue';
|
|
38
|
-
import './vue3-
|
|
38
|
+
import './vue3-Bvwupe7o.mjs';
|
|
39
39
|
import 'vue/compiler-sfc';
|
|
40
40
|
//# sourceMappingURL=markdown.mjs.map
|
package/dist/tsdoc-metadata.json
CHANGED
|
@@ -20814,6 +20814,11 @@ var require$$0 = [
|
|
|
20814
20814
|
constant: "CLOUDFLARE_PAGES",
|
|
20815
20815
|
env: "CF_PAGES"
|
|
20816
20816
|
},
|
|
20817
|
+
{
|
|
20818
|
+
name: "Cloudflare Workers",
|
|
20819
|
+
constant: "CLOUDFLARE_WORKERS",
|
|
20820
|
+
env: "WORKERS_CI"
|
|
20821
|
+
},
|
|
20817
20822
|
{
|
|
20818
20823
|
name: "Codefresh",
|
|
20819
20824
|
constant: "CODEFRESH",
|
|
@@ -21119,7 +21124,7 @@ function requireCiInfo () {
|
|
|
21119
21124
|
env.CI !== 'false' && // Bypass all checks if CI env is explicitly set to 'false'
|
|
21120
21125
|
(env.BUILD_ID || // Jenkins, Cloudbees
|
|
21121
21126
|
env.BUILD_NUMBER || // Jenkins, TeamCity
|
|
21122
|
-
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages
|
|
21127
|
+
env.CI || // Travis CI, CircleCI, Cirrus CI, Gitlab CI, Appveyor, CodeShip, dsari, Cloudflare Pages/Workers
|
|
21123
21128
|
env.CI_APP_ID || // Appflow
|
|
21124
21129
|
env.CI_BUILD_ID || // Appflow
|
|
21125
21130
|
env.CI_BUILD_NUMBER || // Appflow
|
|
@@ -56212,4 +56217,4 @@ var srcExports = requireSrc();
|
|
|
56212
56217
|
var tinylr = /*@__PURE__*/getDefaultExportFromCjs(srcExports);
|
|
56213
56218
|
|
|
56214
56219
|
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 };
|
|
56215
|
-
//# sourceMappingURL=vendor-
|
|
56220
|
+
//# sourceMappingURL=vendor-PyKPmsiH.mjs.map
|