sf-decomposer 6.5.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 +7 -0
- package/oclif.lock +6 -6
- 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
|
+
## [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
|
+
|
|
8
15
|
## [6.5.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.4.0...v6.5.0) (2026-03-26)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -2156,17 +2156,17 @@
|
|
|
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
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.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"
|
|
@@ -5274,7 +5274,7 @@ fast-xml-parser@5.3.4:
|
|
|
5274
5274
|
dependencies:
|
|
5275
5275
|
strnum "^2.1.0"
|
|
5276
5276
|
|
|
5277
|
-
fast-xml-parser@^5.5.
|
|
5277
|
+
fast-xml-parser@^5.5.9:
|
|
5278
5278
|
version "5.5.9"
|
|
5279
5279
|
resolved "https://registry.yarnpkg.com/fast-xml-parser/-/fast-xml-parser-5.5.9.tgz#e59637abebec3dbfbb4053b532d787af6ea11527"
|
|
5280
5280
|
integrity sha512-jldvxr1MC6rtiZKgrFnDSvT8xuH+eJqxqOBThUVjYrxssYTo1avZLGql5l0a0BAERR01CadYzZ83kVEkbyDg+g==
|
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"
|