Replace libxmljs with xmllint-wasm to fix installation and tests on node 22.

This commit is contained in:
Maik Marschner
2025-03-26 13:17:45 +01:00
parent 138a2a2e6e
commit bf64593440
4 changed files with 60 additions and 428 deletions

View File

@@ -79,8 +79,8 @@
"eslint": "^6.7.2",
"eslint-config-ecollect-base": "^0.1.2",
"eslint-plugin-import": "^2.28.1",
"libxmljs": "^1.0.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0"
"nyc": "^15.1.0",
"xmllint-wasm": "^4.0.2"
}
}