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 +0 -1
- package/package.json +3 -3
- package/types/document.d.ts +1 -1
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "asciidoctor",
|
|
3
|
-
"version": "4.0.0-alpha.
|
|
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.
|
|
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.
|
|
76
|
+
"node": "24.16.0"
|
|
77
77
|
}
|
|
78
78
|
}
|
package/types/document.d.ts
CHANGED
|
@@ -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
|
|
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 };
|