@forsakringskassan/docs-generator 2.41.1 → 2.42.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/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-Dr2VfIYy.mjs';
6
- import './vendor-DX88DJvo.mjs';
5
+ export { S as SoftError, c as createMarkdownRenderer } from './create-markdown-renderer-DX0B9T-x.mjs';
6
+ import './vendor-BoRn-ubH.mjs';
7
7
  import 'node:url';
8
8
  import 'node:path';
9
9
  import 'fs';
@@ -5,7 +5,7 @@
5
5
  "toolPackages": [
6
6
  {
7
7
  "packageName": "@microsoft/api-extractor",
8
- "packageVersion": "7.58.6"
8
+ "packageVersion": "7.58.7"
9
9
  }
10
10
  ]
11
11
  }
@@ -17480,7 +17480,7 @@ class Translator extends EventEmitter {
17480
17480
  const resForMissing = missingKeyNoValueFallbackToKey && usedKey ? undefined : res;
17481
17481
  const updateMissing = hasDefaultValue && defaultValue !== res && this.options.updateMissing;
17482
17482
  if (usedKey || usedDefault || updateMissing) {
17483
- this.logger.log(updateMissing ? 'updateKey' : 'missingKey', lng, namespace, key, updateMissing ? defaultValue : res);
17483
+ this.logger.log(updateMissing ? 'updateKey' : 'missingKey', lng, namespace, needsPluralHandling && !updateMissing ? `${key}${this.pluralResolver.getSuffix(lng, opt.count, opt)}` : key, updateMissing ? defaultValue : res);
17484
17484
  if (keySeparator) {
17485
17485
  const fk = this.resolve(key, {
17486
17486
  ...opt,
@@ -69903,4 +69903,4 @@ var typescript = /*#__PURE__*/Object.freeze({
69903
69903
  });
69904
69904
 
69905
69905
  export { HighlightJS as H, MarkdownIt as M, Ze$a as Z, resolveConfig as a, createTwoFilesPatch$1 as b, createSyncFn as c, dedent$1 as d, deflist_plugin as e, format2 as f, closest as g, distance as h, fm$2 as i, isCI as j, cliProgress as k, tinylr as l, moduleImporter as m, createInstance as n, fse as o, inter as p, runAsWorker as r, ts$6 as t, watch$1 as w };
69906
- //# sourceMappingURL=vendor-DX88DJvo.mjs.map
69906
+ //# sourceMappingURL=vendor-BoRn-ubH.mjs.map