Merge branch 'master' into master

This commit is contained in:
a3957273 2024-06-11 23:49:11 +01:00 committed by GitHub
commit 6c30c9c6b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
420 changed files with 42269 additions and 17955 deletions

View file

@ -6,7 +6,7 @@
import Operation from "../Operation.mjs";
import OperationError from "../errors/OperationError.mjs";
import xmldom from "xmldom";
import xmldom from "@xmldom/xmldom";
import xpath from "xpath";
/**