xml-disassembler 1.10.9 → 1.10.10

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.md CHANGED
@@ -5,6 +5,13 @@
5
5
 
6
6
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
7
7
 
8
+ ## [1.10.10](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.9...v1.10.10) (2025-05-18)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * remove parsing direct xml string ([d62f159](https://github.com/mcarvin8/xml-disassembler/commit/d62f159a642e23da7d3721c0a5f4ee4b669d2af5))
14
+
8
15
  ## [1.10.9](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.8...v1.10.9) (2025-05-17)
9
16
 
10
17
 
package/CONTRIBUTING.md CHANGED
@@ -26,3 +26,5 @@ When developing, run the provided tests for new additions.
26
26
  ```bash
27
27
  pnpm test
28
28
  ```
29
+
30
+ All updates should meet the 90% code coverage threshold.