sf-decomposer 6.7.0 → 6.9.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 +14 -0
- package/README.md +1 -2
- package/oclif.lock +33 -22
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,20 @@
|
|
|
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.9.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.8.0...v6.9.0) (2026-04-16)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **metadata:** bump @salesforce/source-deploy-retrieve ([#399](https://github.com/mcarvin8/sf-decomposer/issues/399)) ([89f24e9](https://github.com/mcarvin8/sf-decomposer/commit/89f24e9d9ea381c4ccc10aff29c71d114106742e))
|
|
14
|
+
|
|
15
|
+
## [6.8.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.7.0...v6.8.0) (2026-04-09)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **metadata:** bump xml-disassembler from 2.3.0 to 2.4.0 ([#396](https://github.com/mcarvin8/sf-decomposer/issues/396)) ([fd31a67](https://github.com/mcarvin8/sf-decomposer/commit/fd31a67b4466e26bb5317f3e88fa1c8f70e602cc))
|
|
21
|
+
|
|
8
22
|
## [6.7.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.6.0...v6.7.0) (2026-04-04)
|
|
9
23
|
|
|
10
24
|
|
package/README.md
CHANGED
|
@@ -4,8 +4,7 @@
|
|
|
4
4
|
[](https://npmjs.org/package/sf-decomposer)
|
|
5
5
|
[](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/LICENSE.md)
|
|
6
6
|
[](https://qlty.sh/gh/mcarvin8/projects/sf-decomposer)
|
|
7
|
-
[](https://snyk.io//test/github/mcarvin8/sf-decomposer?targetFile=package.json)
|
|
7
|
+
[](https://codecov.io/gh/mcarvin8/sf-decomposer)
|
|
9
8
|
|
|
10
9
|
A Salesforce CLI plugin that **decomposes** large metadata XML files into smaller, version-control–friendly files (XML, JSON, YAML, JSON5), and **recomposes** them back into deployment-ready metadata.
|
|
11
10
|
|
package/oclif.lock
CHANGED
|
@@ -1905,6 +1905,11 @@
|
|
|
1905
1905
|
"@emnapi/runtime" "^1.4.3"
|
|
1906
1906
|
"@tybys/wasm-util" "^0.10.0"
|
|
1907
1907
|
|
|
1908
|
+
"@nodable/entities@^1.1.0":
|
|
1909
|
+
version "1.1.0"
|
|
1910
|
+
resolved "https://registry.yarnpkg.com/@nodable/entities/-/entities-1.1.0.tgz#f98e5ee5a6e987b4cad56eb97be81043d9b8d31d"
|
|
1911
|
+
integrity sha512-bidpxmTBP0pOsxULw6XlxzQpTgrAGLDHGBK/JuWhPDL6ZV0GZ/PmN9CA9do6e+A9lYI6qx6ikJUtJYRxup141g==
|
|
1912
|
+
|
|
1908
1913
|
"@nodelib/fs.scandir@2.1.5":
|
|
1909
1914
|
version "2.1.5"
|
|
1910
1915
|
resolved "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz"
|
|
@@ -2156,23 +2161,23 @@
|
|
|
2156
2161
|
cli-progress "^3.12.0"
|
|
2157
2162
|
terminal-link "^3.0.0"
|
|
2158
2163
|
|
|
2159
|
-
"@salesforce/source-deploy-retrieve@^12.32.
|
|
2160
|
-
version "12.32.
|
|
2161
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.
|
|
2162
|
-
integrity sha512-
|
|
2164
|
+
"@salesforce/source-deploy-retrieve@^12.32.7":
|
|
2165
|
+
version "12.32.7"
|
|
2166
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.7.tgz#acc2377987095fc9abd0f5256442d5042b54dd68"
|
|
2167
|
+
integrity sha512-nxrMUYyLi171EllPssXKfr/D3+DBeTeeV+VUSqHVgTyRrGVVvlV86dVgyWaC7d5E8C6wgLMKiMu43zs4GRb9XQ==
|
|
2163
2168
|
dependencies:
|
|
2164
2169
|
"@salesforce/core" "^8.27.1"
|
|
2165
2170
|
"@salesforce/kit" "^3.2.4"
|
|
2166
2171
|
"@salesforce/ts-types" "^2.0.12"
|
|
2167
2172
|
"@salesforce/types" "^1.6.0"
|
|
2168
2173
|
fast-levenshtein "^3.0.0"
|
|
2169
|
-
fast-xml-parser "^5.5.
|
|
2174
|
+
fast-xml-parser "^5.5.11"
|
|
2170
2175
|
got "^11.8.6"
|
|
2171
2176
|
graceful-fs "^4.2.11"
|
|
2172
2177
|
ignore "^5.3.2"
|
|
2173
2178
|
jszip "^3.10.1"
|
|
2174
2179
|
mime "2.6.0"
|
|
2175
|
-
minimatch "^9.0.
|
|
2180
|
+
minimatch "^9.0.9"
|
|
2176
2181
|
proxy-agent "^6.5.0"
|
|
2177
2182
|
yaml "^2.8.3"
|
|
2178
2183
|
|
|
@@ -5274,14 +5279,15 @@ fast-xml-parser@5.3.4:
|
|
|
5274
5279
|
dependencies:
|
|
5275
5280
|
strnum "^2.1.0"
|
|
5276
5281
|
|
|
5277
|
-
fast-xml-parser@^5.5.
|
|
5278
|
-
version "5.
|
|
5279
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
5280
|
-
integrity sha512-
|
|
5282
|
+
fast-xml-parser@^5.5.11:
|
|
5283
|
+
version "5.6.0"
|
|
5284
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.6.0.tgz#4ade6df478c2532a462b693278fa6393c295a9e3"
|
|
5285
|
+
integrity sha512-5G+uaEBbOm9M4dgMOV3K/rBzfUNGqGqoUTaYJM3hBwM8t71w07gxLQZoTsjkY8FtfjabqgQHEkeIySBDYeBmJw==
|
|
5281
5286
|
dependencies:
|
|
5287
|
+
"@nodable/entities" "^1.1.0"
|
|
5282
5288
|
fast-xml-builder "^1.1.4"
|
|
5283
|
-
path-expression-matcher "^1.
|
|
5284
|
-
strnum "^2.2.
|
|
5289
|
+
path-expression-matcher "^1.5.0"
|
|
5290
|
+
strnum "^2.2.3"
|
|
5285
5291
|
|
|
5286
5292
|
fastest-levenshtein@^1.0.7:
|
|
5287
5293
|
version "1.0.16"
|
|
@@ -7629,7 +7635,7 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
7629
7635
|
dependencies:
|
|
7630
7636
|
brace-expansion "^2.0.1"
|
|
7631
7637
|
|
|
7632
|
-
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.
|
|
7638
|
+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.9:
|
|
7633
7639
|
version "9.0.9"
|
|
7634
7640
|
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
|
|
7635
7641
|
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
@@ -8209,11 +8215,16 @@ path-exists@^4.0.0:
|
|
|
8209
8215
|
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
|
|
8210
8216
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
8211
8217
|
|
|
8212
|
-
path-expression-matcher@^1.1.3
|
|
8218
|
+
path-expression-matcher@^1.1.3:
|
|
8213
8219
|
version "1.2.0"
|
|
8214
8220
|
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
8215
8221
|
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
8216
8222
|
|
|
8223
|
+
path-expression-matcher@^1.5.0:
|
|
8224
|
+
version "1.5.0"
|
|
8225
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.5.0.tgz#3b98545dc88ffebb593e2d8458d0929da9275f4a"
|
|
8226
|
+
integrity sha512-cbrerZV+6rvdQrrD+iGMcZFEiiSrbv9Tfdkvnusy6y0x0GKBXREFg/Y65GhIfm0tnLntThhzCnfKwp1WRjeCyQ==
|
|
8227
|
+
|
|
8217
8228
|
path-is-absolute@^1.0.0:
|
|
8218
8229
|
version "1.0.1"
|
|
8219
8230
|
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
@@ -9438,10 +9449,10 @@ strnum@^2.1.0:
|
|
|
9438
9449
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz"
|
|
9439
9450
|
integrity sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==
|
|
9440
9451
|
|
|
9441
|
-
strnum@^2.2.
|
|
9442
|
-
version "2.2.
|
|
9443
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.
|
|
9444
|
-
integrity sha512-
|
|
9452
|
+
strnum@^2.2.3:
|
|
9453
|
+
version "2.2.3"
|
|
9454
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.3.tgz#0119fce02749a11bb126a4d686ac5dbdf6e57586"
|
|
9455
|
+
integrity sha512-oKx6RUCuHfT3oyVjtnrmn19H1SiCqgJSg+54XqURKp5aCMbrXrhLjRN9TjuwMjiYstZ0MzDrHqkGZ5dFTKd+zg==
|
|
9445
9456
|
|
|
9446
9457
|
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
9447
9458
|
version "7.2.0"
|
|
@@ -10237,10 +10248,10 @@ ws@^8.15.0:
|
|
|
10237
10248
|
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
|
|
10238
10249
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|
|
10239
10250
|
|
|
10240
|
-
xml-disassembler@^2.
|
|
10241
|
-
version "2.
|
|
10242
|
-
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.
|
|
10243
|
-
integrity sha512-
|
|
10251
|
+
xml-disassembler@^2.4.0:
|
|
10252
|
+
version "2.4.0"
|
|
10253
|
+
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.4.0.tgz#6490b758c09b0bf17081cf7121d13f8461e3092c"
|
|
10254
|
+
integrity sha512-uYhmw1MTMCKTpO+HM8tN0fR816JLo2AebS0wf4/UEJ44Lot/O4/WiDbyldjr09eO2pf8OvAxAx7vVRCgIb44EA==
|
|
10244
10255
|
dependencies:
|
|
10245
10256
|
fs-extra "^11.3.4"
|
|
10246
10257
|
tslib "^2.6.2"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,15 +1,15 @@
|
|
|
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.
|
|
4
|
+
"version": "6.9.0",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.26.3",
|
|
8
8
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
9
|
-
"@salesforce/source-deploy-retrieve": "^12.32.
|
|
9
|
+
"@salesforce/source-deploy-retrieve": "^12.32.7",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
|
-
"xml-disassembler": "^2.
|
|
12
|
+
"xml-disassembler": "^2.4.0"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@commitlint/cli": "^20.4.2",
|