sf-decomposer 6.4.0 → 6.6.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/oclif.lock +48 -34
- package/oclif.manifest.json +1 -1
- package/package.json +2 -2
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.6.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.5.0...v6.6.0) (2026-03-30)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **metadata:** bump @salesforce/source-deploy-retrieve ([#392](https://github.com/mcarvin8/sf-decomposer/issues/392)) ([c94ff30](https://github.com/mcarvin8/sf-decomposer/commit/c94ff30c38d12aec42dac5f58f18658520d7d1e7))
|
|
14
|
+
|
|
15
|
+
## [6.5.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.4.0...v6.5.0) (2026-03-26)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **metadata:** bump @salesforce/source-deploy-retrieve ([#390](https://github.com/mcarvin8/sf-decomposer/issues/390)) ([920ab30](https://github.com/mcarvin8/sf-decomposer/commit/920ab30b571055c52929affb2ba26a7617ccafd8))
|
|
21
|
+
|
|
8
22
|
## [6.4.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.1...v6.4.0) (2026-03-25)
|
|
9
23
|
|
|
10
24
|
|
package/oclif.lock
CHANGED
|
@@ -2066,10 +2066,10 @@
|
|
|
2066
2066
|
strip-ansi "6.0.1"
|
|
2067
2067
|
ts-retry-promise "^0.8.1"
|
|
2068
2068
|
|
|
2069
|
-
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.
|
|
2070
|
-
version "8.27.
|
|
2071
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.
|
|
2072
|
-
integrity sha512-
|
|
2069
|
+
"@salesforce/core@^8.18.7", "@salesforce/core@^8.23.1", "@salesforce/core@^8.26.3", "@salesforce/core@^8.27.1", "@salesforce/core@^8.8.0":
|
|
2070
|
+
version "8.27.1"
|
|
2071
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-8.27.1.tgz#26b08b0d68dd1fc210d1dd7a7e3770e3b9f27e74"
|
|
2072
|
+
integrity sha512-1WpVt9tQAEINGzsQsSiVRmcmYUpKeK4P54624f9HvLIv7o7jTjdARwirJpOqivIihbDE8OJnYOdsr0vV5Dz93A==
|
|
2073
2073
|
dependencies:
|
|
2074
2074
|
"@jsforce/jsforce-node" "^3.10.13"
|
|
2075
2075
|
"@salesforce/kit" "^3.2.4"
|
|
@@ -2156,25 +2156,25 @@
|
|
|
2156
2156
|
cli-progress "^3.12.0"
|
|
2157
2157
|
terminal-link "^3.0.0"
|
|
2158
2158
|
|
|
2159
|
-
"@salesforce/source-deploy-retrieve@^12.
|
|
2160
|
-
version "12.
|
|
2161
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.
|
|
2162
|
-
integrity sha512-
|
|
2159
|
+
"@salesforce/source-deploy-retrieve@^12.32.1":
|
|
2160
|
+
version "12.32.1"
|
|
2161
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.32.1.tgz#9d027b0fb9e1ef61ebb896af804109518f71bd19"
|
|
2162
|
+
integrity sha512-q3u6bxgv3b4UscVvtWXCllgf5WouQd86IG7Kg76kyFryTTMBoSJIygRXNm5EMwlsHwBvfJhTn8zdpesJ1HkgPQ==
|
|
2163
2163
|
dependencies:
|
|
2164
|
-
"@salesforce/core" "^8.27.
|
|
2164
|
+
"@salesforce/core" "^8.27.1"
|
|
2165
2165
|
"@salesforce/kit" "^3.2.4"
|
|
2166
2166
|
"@salesforce/ts-types" "^2.0.12"
|
|
2167
2167
|
"@salesforce/types" "^1.6.0"
|
|
2168
2168
|
fast-levenshtein "^3.0.0"
|
|
2169
|
-
fast-xml-parser "^5.
|
|
2169
|
+
fast-xml-parser "^5.5.9"
|
|
2170
2170
|
got "^11.8.6"
|
|
2171
2171
|
graceful-fs "^4.2.11"
|
|
2172
2172
|
ignore "^5.3.2"
|
|
2173
2173
|
jszip "^3.10.1"
|
|
2174
2174
|
mime "2.6.0"
|
|
2175
|
-
minimatch "^9.0.
|
|
2176
|
-
proxy-agent "^6.
|
|
2177
|
-
yaml "^2.8.
|
|
2175
|
+
minimatch "^9.0.7"
|
|
2176
|
+
proxy-agent "^6.5.0"
|
|
2177
|
+
yaml "^2.8.3"
|
|
2178
2178
|
|
|
2179
2179
|
"@salesforce/ts-types@^2.0.11", "@salesforce/ts-types@^2.0.12":
|
|
2180
2180
|
version "2.0.12"
|
|
@@ -3775,7 +3775,7 @@ brace-expansion@^1.1.7:
|
|
|
3775
3775
|
balanced-match "^1.0.0"
|
|
3776
3776
|
concat-map "0.0.1"
|
|
3777
3777
|
|
|
3778
|
-
brace-expansion@^2.0.1:
|
|
3778
|
+
brace-expansion@^2.0.1, brace-expansion@^2.0.2:
|
|
3779
3779
|
version "2.0.2"
|
|
3780
3780
|
resolved "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.2.tgz"
|
|
3781
3781
|
integrity sha512-Jt0vHyM+jmUBqojB7E1NIYadt0vI0Qxjxd2TErW94wDz+E2LAm5vKMXXwg6ZZBTHPuUlDgQHKXvjGBdfcF1ZDQ==
|
|
@@ -5260,6 +5260,13 @@ fast-uri@^3.0.1:
|
|
|
5260
5260
|
resolved "https://registry.npmjs.org/fast-uri/-/fast-uri-3.1.0.tgz"
|
|
5261
5261
|
integrity sha512-iPeeDKJSWf4IEOasVVrknXpaBV0IApz/gp7S2bb7Z4Lljbl2MGJRqInZiUrQwV16cpzw/D3S5j5Julj/gT52AA==
|
|
5262
5262
|
|
|
5263
|
+
fast-xml-builder@^1.1.4:
|
|
5264
|
+
version "1.1.4"
|
|
5265
|
+
resolved "https://registry.yarnpkg.com/fast-xml-builder/-/fast-xml-builder-1.1.4.tgz#0c407a1d9d5996336c0cd76f7ff785cac6413017"
|
|
5266
|
+
integrity sha512-f2jhpN4Eccy0/Uz9csxh3Nu6q4ErKxf0XIsasomfOihuSUa3/xw6w8dnOtCDgEItQFJG8KyXPzQXzcODDrrbOg==
|
|
5267
|
+
dependencies:
|
|
5268
|
+
path-expression-matcher "^1.1.3"
|
|
5269
|
+
|
|
5263
5270
|
fast-xml-parser@5.3.4:
|
|
5264
5271
|
version "5.3.4"
|
|
5265
5272
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.3.4.tgz#06f39aafffdbc97bef0321e626c7ddd06a043ecf"
|
|
@@ -5267,12 +5274,14 @@ fast-xml-parser@5.3.4:
|
|
|
5267
5274
|
dependencies:
|
|
5268
5275
|
strnum "^2.1.0"
|
|
5269
5276
|
|
|
5270
|
-
fast-xml-parser@^5.
|
|
5271
|
-
version "5.
|
|
5272
|
-
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.
|
|
5273
|
-
integrity sha512-
|
|
5277
|
+
fast-xml-parser@^5.5.9:
|
|
5278
|
+
version "5.5.9"
|
|
5279
|
+
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
|
|
5280
|
+
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
|
|
5274
5281
|
dependencies:
|
|
5275
|
-
|
|
5282
|
+
fast-xml-builder "^1.1.4"
|
|
5283
|
+
path-expression-matcher "^1.2.0"
|
|
5284
|
+
strnum "^2.2.2"
|
|
5276
5285
|
|
|
5277
5286
|
fastest-levenshtein@^1.0.7:
|
|
5278
5287
|
version "1.0.16"
|
|
@@ -7620,12 +7629,12 @@ minimatch@^5.0.1, minimatch@^5.1.6:
|
|
|
7620
7629
|
dependencies:
|
|
7621
7630
|
brace-expansion "^2.0.1"
|
|
7622
7631
|
|
|
7623
|
-
minimatch@^9.0.4, minimatch@^9.0.5:
|
|
7624
|
-
version "9.0.
|
|
7625
|
-
resolved "https://registry.
|
|
7626
|
-
integrity sha512-
|
|
7632
|
+
minimatch@^9.0.4, minimatch@^9.0.5, minimatch@^9.0.7:
|
|
7633
|
+
version "9.0.9"
|
|
7634
|
+
resolved "https://registry.yarnpkg.com/minimatch/-/minimatch-9.0.9.tgz#9b0cb9fcb78087f6fd7eababe2511c4d3d60574e"
|
|
7635
|
+
integrity sha512-OBwBN9AL4dqmETlpS2zasx+vTeWclWzkblfZk7KTA5j3jeOONz/tRCnZomUyvNg83wL5Zv9Ss6HMJXAgL8R2Yg==
|
|
7627
7636
|
dependencies:
|
|
7628
|
-
brace-expansion "^2.0.
|
|
7637
|
+
brace-expansion "^2.0.2"
|
|
7629
7638
|
|
|
7630
7639
|
minimist-options@4.1.0:
|
|
7631
7640
|
version "4.1.0"
|
|
@@ -8200,6 +8209,11 @@ path-exists@^4.0.0:
|
|
|
8200
8209
|
resolved "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz"
|
|
8201
8210
|
integrity sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==
|
|
8202
8211
|
|
|
8212
|
+
path-expression-matcher@^1.1.3, path-expression-matcher@^1.2.0:
|
|
8213
|
+
version "1.2.0"
|
|
8214
|
+
resolved "https://registry.yarnpkg.com/path-expression-matcher/-/path-expression-matcher-1.2.0.tgz#9bdae3787f43b0857b0269e9caaa586c12c8abee"
|
|
8215
|
+
integrity sha512-DwmPWeFn+tq7TiyJ2CxezCAirXjFxvaiD03npak3cRjlP9+OjTmSy1EpIrEbh+l6JgUundniloMLDQ/6VTdhLQ==
|
|
8216
|
+
|
|
8203
8217
|
path-is-absolute@^1.0.0:
|
|
8204
8218
|
version "1.0.1"
|
|
8205
8219
|
resolved "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz"
|
|
@@ -8435,9 +8449,9 @@ proto-list@~1.2.1:
|
|
|
8435
8449
|
resolved "https://registry.npmjs.org/proto-list/-/proto-list-1.2.4.tgz"
|
|
8436
8450
|
integrity sha512-vtK/94akxsTMhe0/cbfpR+syPuszcuwhqVjJq26CuNDgFGj682oRBXOP5MJpv2r7JtE8MsiepGIqvvOTBwn2vA==
|
|
8437
8451
|
|
|
8438
|
-
proxy-agent@^6.
|
|
8452
|
+
proxy-agent@^6.5.0:
|
|
8439
8453
|
version "6.5.0"
|
|
8440
|
-
resolved "https://registry.
|
|
8454
|
+
resolved "https://registry.yarnpkg.com/proxy-agent/-/proxy-agent-6.5.0.tgz#9e49acba8e4ee234aacb539f89ed9c23d02f232d"
|
|
8441
8455
|
integrity sha512-TmatMXdr2KlRiA2CyDu8GqR8EjahTG3aY3nXjdzFyoZbmB8hrBsTyMezhULIXKnC0jpfjlmiZ3+EaCzoInSu/A==
|
|
8442
8456
|
dependencies:
|
|
8443
8457
|
agent-base "^7.1.2"
|
|
@@ -9424,10 +9438,10 @@ strnum@^2.1.0:
|
|
|
9424
9438
|
resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.1.tgz"
|
|
9425
9439
|
integrity sha512-7ZvoFTiCnGxBtDqJ//Cu6fWtZtc7Y3x+QOirG15wztbdngGSkht27o2pyGWrVy0b4WAy3jbKmnoK6g5VlVNUUw==
|
|
9426
9440
|
|
|
9427
|
-
strnum@^2.
|
|
9428
|
-
version "2.
|
|
9429
|
-
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.
|
|
9430
|
-
integrity sha512-
|
|
9441
|
+
strnum@^2.2.2:
|
|
9442
|
+
version "2.2.2"
|
|
9443
|
+
resolved "https://registry.yarnpkg.com/strnum/-/strnum-2.2.2.tgz#f11fd94ab62b536ba2ecc615858f3747c2881b3f"
|
|
9444
|
+
integrity sha512-DnR90I+jtXNSTXWdwrEy9FakW7UX+qUZg28gj5fk2vxxl7uS/3bpI4fjFYVmdK9etptYBPNkpahuQnEwhwECqA==
|
|
9431
9445
|
|
|
9432
9446
|
supports-color@^7, supports-color@^7.0.0, supports-color@^7.1.0:
|
|
9433
9447
|
version "7.2.0"
|
|
@@ -10269,10 +10283,10 @@ yallist@^4.0.0:
|
|
|
10269
10283
|
resolved "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz"
|
|
10270
10284
|
integrity sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==
|
|
10271
10285
|
|
|
10272
|
-
yaml@^2.5.1, yaml@^2.8.
|
|
10273
|
-
version "2.8.
|
|
10274
|
-
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.
|
|
10275
|
-
integrity sha512-
|
|
10286
|
+
yaml@^2.5.1, yaml@^2.8.3:
|
|
10287
|
+
version "2.8.3"
|
|
10288
|
+
resolved "https://registry.yarnpkg.com/yaml/-/yaml-2.8.3.tgz#a0d6bd2efb3dd03c59370223701834e60409bd7d"
|
|
10289
|
+
integrity sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==
|
|
10276
10290
|
|
|
10277
10291
|
yargs-parser@^18.1.2:
|
|
10278
10292
|
version "18.1.3"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
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.6.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.
|
|
9
|
+
"@salesforce/source-deploy-retrieve": "^12.32.1",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
12
|
"xml-disassembler": "^2.2.3"
|