xml-disassembler 1.10.12 → 1.10.13

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,14 @@
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.13](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.12...v1.10.13) (2025-05-22)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * add type to write leaf file ([d436497](https://github.com/mcarvin8/xml-disassembler/commit/d43649779f59a53e86a77d4bdd51af5884a0ea1b))
14
+ * reduce complexity in reassemble handler ([94e2886](https://github.com/mcarvin8/xml-disassembler/commit/94e28861b1a6ce0f19f19ec49b6772cf195a749b))
15
+
8
16
  ## [1.10.12](https://github.com/mcarvin8/xml-disassembler/compare/v1.10.11...v1.10.12) (2025-05-21)
9
17
 
10
18
 
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # `xml-disassembler`
2
2
 
3
- [![NPM](https://img.shields.io/npm/v/xml-disassembler.svg?label=xml-disassembler)](https://www.npmjs.com/package/xml-disassembler) [![Downloads/week](https://img.shields.io/npm/dw/xml-disassembler.svg)](https://npmjs.org/package/xml-disassembler)
3
+ [![NPM](https://img.shields.io/npm/v/xml-disassembler.svg?label=xml-disassembler)](https://www.npmjs.com/package/xml-disassembler) [![Downloads/week](https://img.shields.io/npm/dw/xml-disassembler.svg)](https://npmjs.org/package/xml-disassembler) [![Maintainability](https://api.codeclimate.com/v1/badges/0f917902acd05aa037b1/maintainability)](https://codeclimate.com/github/mcarvin8/xml-disassembler/maintainability) [![codecov](https://codecov.io/gh/mcarvin8/xml-disassembler/graph/badge.svg?token=WSJJ6YF37O)](https://codecov.io/gh/mcarvin8/xml-disassembler)
4
4
 
5
5
  Disassemble large XML files into smaller, modular files in formats like XML, INI, JSON, JSON5, TOML, or YAML—then reassemble them as needed.
6
6