@baiyibai-antora/extensions 1.15.0 → 1.15.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/CHANGELOG.adoc +7 -0
- package/package.json +2 -2
package/CHANGELOG.adoc
CHANGED
|
@@ -3,6 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
All notable changes to this project will be documented in this file.
|
|
5
5
|
|
|
6
|
+
== [1.15.1] - 2026-08-28
|
|
7
|
+
|
|
8
|
+
=== Fixed
|
|
9
|
+
|
|
10
|
+
* cite-it: exact-pinned `@asciidoctor/core` to `2.2.9` instead of `^2.2.4`; a caret range let this package and a consumer's own `@asciidoctor/core` install resolve to different patch versions of the same `~2.2` line, loading two separate Opal runtime instances in one process and crashing Antora's own document conversion (`Object.setPrototypeOf called on null or undefined` in `Opal.bridge`) the first time cite-it's real page-scanning ran alongside a real page-conversion pass in the same build
|
|
11
|
+
* docs/antora.yml still used the retired `ref_section` field name after the 1.15.0 rename to `ref_category`, so this package's own docs component never actually exercised the citation feature it demonstrates
|
|
12
|
+
|
|
6
13
|
== [1.15.0] - 2026-08-28
|
|
7
14
|
|
|
8
15
|
=== Added
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@baiyibai-antora/extensions",
|
|
3
|
-
"version": "1.15.
|
|
3
|
+
"version": "1.15.1",
|
|
4
4
|
"description": "Antora extensions and AsciiDoc macros for Baiyibai documentation",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"antora",
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
"docs:preview": "npx http-server build/site -p 8081"
|
|
85
85
|
},
|
|
86
86
|
"dependencies": {
|
|
87
|
-
"@asciidoctor/core": "
|
|
87
|
+
"@asciidoctor/core": "2.2.9",
|
|
88
88
|
"biblatex-csl-converter": "^3.6.0",
|
|
89
89
|
"citeproc": "^2.4.63"
|
|
90
90
|
},
|