File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55## unreleased
66
77<!-- add unreleased items here -->
8+ * Dependencies
9+ * Support ` libxml2-wasm@^0.41 ` as an alternative for ` libxmljs2 ` (via [ #1184 ] )
810
911## 7.0.0 -- 2024-11-26
1012
@@ -22,7 +24,6 @@ All notable changes to this project will be documented in this file.
2224 * Apply latest code style guide (via [ #1170 ] , [ #1181 ] )
2325* Dependencies
2426 * Support ` libxmljs2@^0.35 ` (via [ #1173 ] )
25- * Support ` libxml2-wasm@^0.41 ` as an alternative for ` libxmljs2 ` (via [ #1184 ] )
2627 * Use ` packageurl-js@^2.0.1 ` , was ` @>=0.0.6 <0.0.8 || ^1 ` (via [ #1142 ] )
2728* Build
2829 * Use _ TypeScript_ ` v5.7.2 ` now, was ` v5.6.3 ` (via [ #1182 ] )
Original file line number Diff line number Diff line change @@ -126,8 +126,9 @@ See the shipped `package.json` for version constraints.
126126 * [ ` ajv ` ] ( https://www.npmjs.com/package/ajv )
127127 * [ ` ajv-formats ` ] ( https://www.npmjs.com/package/ajv-formats )
128128 * [ ` ajv-formats-draft2019 ` ] ( https://www.npmjs.com/package/ajv-formats-draft2019 )
129- * Validation of XML on _ Node.js_ requires all of:
129+ * Validation of XML on _ Node.js_ requires any of:
130130 * [ ` libxmljs2 ` ] ( https://www.npmjs.com/package/libxmljs2 )
131+ * [ ` libxml2-wasm@ ` ] ( https://www.npmjs.com/package/libxml2-wasm@ )
131132 * the system might need to meet the requirements for [ ` node-gyp ` ] ( https://github.com/TooTallNate/node-gyp#installation ) , in certain cases.
132133
133134## Usage
You can’t perform that action at this time.
0 commit comments