sf-decomposer 5.10.1 → 5.10.2
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 +7 -0
- package/oclif.lock +7 -32
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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
|
+
## [5.10.2](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.1...v5.10.2) (2025-05-13)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* upgrade xml-disassembler ([9a5b00c](https://github.com/mcarvin8/sf-decomposer/commit/9a5b00c2724cdc29a1810e71c6e16cc87cfa9402))
|
|
14
|
+
|
|
8
15
|
## [5.10.1](https://github.com/mcarvin8/sf-decomposer/compare/v5.10.0...v5.10.1) (2025-05-07)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -7515,16 +7515,7 @@ streamroller@^3.1.5:
|
|
|
7515
7515
|
debug "^4.3.4"
|
|
7516
7516
|
fs-extra "^8.1.0"
|
|
7517
7517
|
|
|
7518
|
-
"string-width-cjs@npm:string-width@^4.2.0":
|
|
7519
|
-
version "4.2.3"
|
|
7520
|
-
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
7521
|
-
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
7522
|
-
dependencies:
|
|
7523
|
-
emoji-regex "^8.0.0"
|
|
7524
|
-
is-fullwidth-code-point "^3.0.0"
|
|
7525
|
-
strip-ansi "^6.0.1"
|
|
7526
|
-
|
|
7527
|
-
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7518
|
+
"string-width-cjs@npm:string-width@^4.2.0", string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
7528
7519
|
version "4.2.3"
|
|
7529
7520
|
resolved "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz"
|
|
7530
7521
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -7592,14 +7583,7 @@ string_decoder@^1.3.0:
|
|
|
7592
7583
|
dependencies:
|
|
7593
7584
|
safe-buffer "~5.2.0"
|
|
7594
7585
|
|
|
7595
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
7596
|
-
version "6.0.1"
|
|
7597
|
-
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
7598
|
-
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
7599
|
-
dependencies:
|
|
7600
|
-
ansi-regex "^5.0.1"
|
|
7601
|
-
|
|
7602
|
-
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7586
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1", strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
7603
7587
|
version "6.0.1"
|
|
7604
7588
|
resolved "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz"
|
|
7605
7589
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -8211,7 +8195,7 @@ workerpool@^6.5.1:
|
|
|
8211
8195
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.5.1.tgz#060f73b39d0caf97c6db64da004cd01b4c099544"
|
|
8212
8196
|
integrity sha512-Fs4dNYcsdpYSAfVxhnl1L5zTksjvOJxtC5hzMNl+1t9B8hTJTdKDyZ5ju7ztgPy+ft9tBFXoOlDNiOT9WUXZlA==
|
|
8213
8197
|
|
|
8214
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
8198
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0", wrap-ansi@^7.0.0:
|
|
8215
8199
|
version "7.0.0"
|
|
8216
8200
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
8217
8201
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -8229,15 +8213,6 @@ wrap-ansi@^6.2.0:
|
|
|
8229
8213
|
string-width "^4.1.0"
|
|
8230
8214
|
strip-ansi "^6.0.0"
|
|
8231
8215
|
|
|
8232
|
-
wrap-ansi@^7.0.0:
|
|
8233
|
-
version "7.0.0"
|
|
8234
|
-
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz"
|
|
8235
|
-
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
8236
|
-
dependencies:
|
|
8237
|
-
ansi-styles "^4.0.0"
|
|
8238
|
-
string-width "^4.1.0"
|
|
8239
|
-
strip-ansi "^6.0.0"
|
|
8240
|
-
|
|
8241
8216
|
wrap-ansi@^8.1.0:
|
|
8242
8217
|
version "8.1.0"
|
|
8243
8218
|
resolved "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz"
|
|
@@ -8262,10 +8237,10 @@ write-file-atomic@^3.0.0:
|
|
|
8262
8237
|
signal-exit "^3.0.2"
|
|
8263
8238
|
typedarray-to-buffer "^3.1.5"
|
|
8264
8239
|
|
|
8265
|
-
xml-disassembler
|
|
8266
|
-
version "1.10.
|
|
8267
|
-
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-1.10.
|
|
8268
|
-
integrity sha512-
|
|
8240
|
+
xml-disassembler@1.10.6:
|
|
8241
|
+
version "1.10.6"
|
|
8242
|
+
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-1.10.6.tgz#f79d1bea1d3728af8ef9a62e905e9e329bdecaaa"
|
|
8243
|
+
integrity sha512-E27CrO8nN/gx4DZ8fOYPg/yD00szmuUfLX0IxytwBq688ZyV7Ri35+GtU65IQA0Ow7fJr7OOgUErpVsVpdDW+Q==
|
|
8269
8244
|
dependencies:
|
|
8270
8245
|
fast-xml-parser "^5.2.0"
|
|
8271
8246
|
ignore "^7.0.4"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "sf-decomposer",
|
|
3
3
|
"description": "Break down large Salesforce metadata files into smaller, more manageable files for version control and then recreate deployment-compatible files.",
|
|
4
|
-
"version": "5.10.
|
|
4
|
+
"version": "5.10.2",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.10.3",
|
|
8
8
|
"@salesforce/sf-plugins-core": "^11.2.1",
|
|
9
9
|
"@salesforce/source-deploy-retrieve": "^12.19.5",
|
|
10
10
|
"fs-extra": "^11.3.0",
|
|
11
|
-
"xml-disassembler": "
|
|
11
|
+
"xml-disassembler": "1.10.6"
|
|
12
12
|
},
|
|
13
13
|
"devDependencies": {
|
|
14
14
|
"@commitlint/cli": "^19.8.0",
|