asciidoctor 4.0.0-alpha.5 → 4.0.0-alpha.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/index.js CHANGED
@@ -1,2 +1 @@
1
- export { default } from '@asciidoctor/core'
2
1
  export * from '@asciidoctor/core'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "asciidoctor",
3
- "version": "4.0.0-alpha.5",
3
+ "version": "4.0.0-alpha.6",
4
4
  "description": "A JavaScript AsciiDoc processor powered by Asciidoctor",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -60,7 +60,7 @@
60
60
  },
61
61
  "homepage": "https://github.com/asciidoctor/asciidoctor.js",
62
62
  "dependencies": {
63
- "@asciidoctor/core": "4.0.0-alpha.5"
63
+ "@asciidoctor/core": "4.0.0-alpha.6"
64
64
  },
65
65
  "devDependencies": {
66
66
  "@biomejs/biome": "^2.4.13",
@@ -73,6 +73,6 @@
73
73
  "pug": "^3.0.3"
74
74
  },
75
75
  "volta": {
76
- "node": "24.15.0"
76
+ "node": "24.16.0"
77
77
  }
78
78
  }
@@ -489,7 +489,7 @@ export namespace Document {
489
489
  import { Footnote } from './footnote.js';
490
490
  import { AttributeEntry } from './attribute_entry.js';
491
491
  import { AbstractBlock } from './abstract_block.js';
492
- import type { Reader } from './reader.js';
492
+ import { Reader } from './reader.js';
493
493
  import { Section } from './section.js';
494
494
  import { Inline } from './inline.js';
495
495
  export { Footnote, AttributeEntry };