sf-decomposer 6.2.0 → 6.3.0

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
+ ## [6.3.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.2.0...v6.3.0) (2026-03-12)
9
+
10
+
11
+ ### Features
12
+
13
+ * **metadata:** bump xml-disassembler from 2.2.2 to 2.2.3 ([#385](https://github.com/mcarvin8/sf-decomposer/issues/385)) ([5b6528e](https://github.com/mcarvin8/sf-decomposer/commit/5b6528e8741f405f291a1ceb4a83fee030377669))
14
+
8
15
  ## [6.2.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.1...v6.2.0) (2026-03-12)
9
16
 
10
17
 
package/oclif.lock CHANGED
@@ -5433,10 +5433,10 @@ fromentries@^1.2.0:
5433
5433
  resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
5434
5434
  integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
5435
5435
 
5436
- fs-extra@^11.0.0, fs-extra@^11.2.0, fs-extra@^11.3.3:
5437
- version "11.3.3"
5438
- resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.3.tgz#a27da23b72524e81ac6c3815cc0179b8c74c59ee"
5439
- integrity sha512-VWSRii4t0AFm6ixFFmLLx1t7wS1gh+ckoa84aOeapGum0h+EZd1EhEumSB+ZdDLnEPuucsVB9oB7cxJHap6Afg==
5436
+ fs-extra@^11.0.0, fs-extra@^11.3.3, fs-extra@^11.3.4:
5437
+ version "11.3.4"
5438
+ resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
5439
+ integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
5440
5440
  dependencies:
5441
5441
  graceful-fs "^4.2.0"
5442
5442
  jsonfile "^6.0.1"
@@ -10223,12 +10223,12 @@ ws@^8.15.0:
10223
10223
  resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
10224
10224
  integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
10225
10225
 
10226
- xml-disassembler@^2.2.2:
10227
- version "2.2.2"
10228
- resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.2.2.tgz#44b353f49ce49fc7ad90616b5fa8bc4cf802b7cd"
10229
- integrity sha512-zEwP6QH8mioG94i7ed8Ocv03kuE00ROo8BzBEwYS0by93VEn+SqQF3oN4IonFDnouwST/F/2vJaeDPZ10mgp/w==
10226
+ xml-disassembler@^2.2.3:
10227
+ version "2.2.3"
10228
+ resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.2.3.tgz#1e52627cefabfa8d87a53b3e510aff07981b7040"
10229
+ integrity sha512-xFJUAQBV7+vkF/hjqEL/BPQvOnPV/8rK+mmnjeqnwLM70FzbdPRajauwSDfFXIIbcj298kSvLQSSiRraIddkUQ==
10230
10230
  dependencies:
10231
- fs-extra "^11.2.0"
10231
+ fs-extra "^11.3.4"
10232
10232
  tslib "^2.6.2"
10233
10233
 
10234
10234
  xml2js@^0.6.2:
@@ -191,5 +191,5 @@
191
191
  ]
192
192
  }
193
193
  },
194
- "version": "6.2.0"
194
+ "version": "6.3.0"
195
195
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sf-decomposer",
3
3
  "description": "Split large Salesforce metadata files into version-control-friendly pieces and rebuild deployment-ready files.",
4
- "version": "6.2.0",
4
+ "version": "6.3.0",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8.26.3",
@@ -9,7 +9,7 @@
9
9
  "@salesforce/source-deploy-retrieve": "^12.31.21",
10
10
  "fs-extra": "^11.3.3",
11
11
  "p-limit": "^7.3.0",
12
- "xml-disassembler": "^2.2.2"
12
+ "xml-disassembler": "^2.2.3"
13
13
  },
14
14
  "devDependencies": {
15
15
  "@commitlint/cli": "^20.4.2",