BREAKING CHANGE(core): Implement custom XmlBuilder, remove xmlbuilder2, upgrade fast-xml-parser, update SmartXml API, tests and CI

This commit is contained in:
2025-11-19 20:40:57 +00:00
parent 292e558d51
commit e7f6805eab
14 changed files with 4286 additions and 3012 deletions

View File

@@ -1,7 +1,3 @@
import * as fastXmlParser from 'fast-xml-parser';
import * as xmlbuilder2 from 'xmlbuilder2';
export {
fastXmlParser,
xmlbuilder2,
};
export { fastXmlParser };