@bfra.me/doc-sync 0.1.4 → 0.1.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.
@@ -2,7 +2,7 @@ import {
2
2
  generateMDXDocument,
3
3
  mergeContent,
4
4
  validateMDXSyntax
5
- } from "./chunk-CUBMCGAY.js";
5
+ } from "./chunk-S6PNEF4L.js";
6
6
  import {
7
7
  analyzePublicAPI,
8
8
  parsePackageComplete,
@@ -710,4 +710,4 @@ export {
710
710
  createSyncOrchestrator,
711
711
  isValidFilePath
712
712
  };
713
- //# sourceMappingURL=chunk-DTXB5PMR.js.map
713
+ //# sourceMappingURL=chunk-FDP6PG42.js.map
@@ -1318,4 +1318,4 @@ export {
1318
1318
  sanitizeTextContent,
1319
1319
  validateMDXSyntax
1320
1320
  };
1321
- //# sourceMappingURL=chunk-CUBMCGAY.js.map
1321
+ //# sourceMappingURL=chunk-S6PNEF4L.js.map
package/lib/cli/index.js CHANGED
@@ -3,11 +3,11 @@ import {
3
3
  createPackageScanner,
4
4
  createSyncOrchestrator,
5
5
  createValidationPipeline
6
- } from "../chunk-DTXB5PMR.js";
6
+ } from "../chunk-FDP6PG42.js";
7
7
  import {
8
8
  generateMDXDocument,
9
9
  mergeContent
10
- } from "../chunk-CUBMCGAY.js";
10
+ } from "../chunk-S6PNEF4L.js";
11
11
  import "../chunk-ROLA7SBB.js";
12
12
  import {
13
13
  getUnscopedName
@@ -1,4 +1,4 @@
1
- import { PackageAPI, ExportedFunction, ExportedType, ReadmeContent, PackageInfo, ReadmeSection, SyncError, MDXFrontmatter, MDXDocument } from '../types.js';
1
+ import { PackageAPI, ExportedFunction, ExportedType, ReadmeSection, PackageInfo, ReadmeContent, SyncError, MDXFrontmatter, MDXDocument } from '../types.js';
2
2
  import { Result } from '@bfra.me/es/result';
3
3
  import 'zod';
4
4
 
@@ -34,7 +34,7 @@ import {
34
34
  validateMarkerPairing,
35
35
  wrapAutoSection,
36
36
  wrapManualSection
37
- } from "../chunk-CUBMCGAY.js";
37
+ } from "../chunk-S6PNEF4L.js";
38
38
  import "../chunk-ROLA7SBB.js";
39
39
  import "../chunk-GZ2MP3VN.js";
40
40
  export {
package/lib/index.js CHANGED
@@ -8,7 +8,7 @@ import {
8
8
  isValidFilePath,
9
9
  validateContentString,
10
10
  validateDocument
11
- } from "./chunk-DTXB5PMR.js";
11
+ } from "./chunk-FDP6PG42.js";
12
12
  import {
13
13
  cleanCodeExample,
14
14
  createBadge,
@@ -45,7 +45,7 @@ import {
45
45
  validateMarkerPairing,
46
46
  wrapAutoSection,
47
47
  wrapManualSection
48
- } from "./chunk-CUBMCGAY.js";
48
+ } from "./chunk-S6PNEF4L.js";
49
49
  import {
50
50
  SENTINEL_MARKERS
51
51
  } from "./chunk-ROLA7SBB.js";
@@ -1,5 +1,5 @@
1
1
  import { Result } from '@bfra.me/es/result';
2
- import { PackageInfo, ReadmeContent, PackageAPI, SyncError, DocConfig, SyncSummary, FileChangeEvent, MDXDocument } from '../types.js';
2
+ import { PackageInfo, ReadmeContent, PackageAPI, SyncError, SyncSummary, FileChangeEvent, DocConfig, MDXDocument } from '../types.js';
3
3
  import 'zod';
4
4
 
5
5
  interface PackageScannerOptions {
@@ -8,8 +8,8 @@ import {
8
8
  isValidFilePath,
9
9
  validateContentString,
10
10
  validateDocument
11
- } from "../chunk-DTXB5PMR.js";
12
- import "../chunk-CUBMCGAY.js";
11
+ } from "../chunk-FDP6PG42.js";
12
+ import "../chunk-S6PNEF4L.js";
13
13
  import "../chunk-ROLA7SBB.js";
14
14
  import "../chunk-VHUUC45J.js";
15
15
  import "../chunk-GZ2MP3VN.js";
@@ -1,4 +1,4 @@
1
- import { ParseResult, PackageAPI, PackageInfo, ParseError, DocConfigSource, ExportedFunction, ExportedType, JSDocInfo, JSDocParam, JSDocTag, MDXFrontmatter, ReadmeContent, ReadmeSection, ReExport, SyncError } from '../types.js';
1
+ import { PackageAPI, ParseResult, PackageInfo, ParseError, DocConfigSource, ExportedFunction, ExportedType, JSDocInfo, JSDocParam, JSDocTag, MDXFrontmatter, ReExport, ReadmeContent, ReadmeSection, SyncError } from '../types.js';
2
2
  import { ClassDeclaration, EnumDeclaration, FunctionDeclaration, InterfaceDeclaration, TypeAliasDeclaration, Node, JSDocableNode, JSDoc, Project, SourceFile } from 'ts-morph';
3
3
  import '@bfra.me/es/result';
4
4
  import 'zod';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bfra.me/doc-sync",
3
- "version": "0.1.4",
3
+ "version": "0.1.6",
4
4
  "description": "Intelligent documentation synchronization engine for automatic Astro Starlight site updates",
5
5
  "keywords": [
6
6
  "astro",
@@ -82,13 +82,13 @@
82
82
  "remark-parse": "11.0.0",
83
83
  "ts-morph": "27.0.2",
84
84
  "unified": "11.0.5",
85
- "zod": "4.3.4",
85
+ "zod": "4.3.6",
86
86
  "@bfra.me/es": "0.1.0"
87
87
  },
88
88
  "devDependencies": {
89
- "@types/escape-html": "^1.0.4",
89
+ "@types/escape-html": "1.0.4",
90
90
  "chokidar": "5.0.0",
91
- "memfs": "4.51.1",
91
+ "memfs": "4.56.10",
92
92
  "@bfra.me/works": "0.0.0-development"
93
93
  },
94
94
  "peerDependencies": {
@@ -14,7 +14,6 @@ import type {
14
14
 
15
15
  import {err, ok} from '@bfra.me/es/result'
16
16
  import {SENTINEL_MARKERS} from '../types'
17
-
18
17
  import {extractCodeBlocks, parseJSXTags} from '../utils/safe-patterns'
19
18
  import {sanitizeAttribute, sanitizeForMDX, sanitizeJSXTag} from '../utils/sanitization'
20
19
  import {generateAPIReference} from './api-reference-generator'
@@ -16,7 +16,6 @@ import {
16
16
  type DocDebouncer,
17
17
  type DocFileWatcher,
18
18
  } from '../watcher'
19
-
20
19
  import {createPackageScanner, type ScannedPackage} from './package-scanner'
21
20
  import {createValidationPipeline} from './validation-pipeline'
22
21