sf-decomposer 6.3.1 → 6.4.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 +4 -4
- 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.4.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.1...v6.4.0) (2026-03-25)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Features
|
|
12
|
+
|
|
13
|
+
* **metadata:** bump @salesforce/source-deploy-retrieve ([#388](https://github.com/mcarvin8/sf-decomposer/issues/388)) ([206597b](https://github.com/mcarvin8/sf-decomposer/commit/206597b9c76c72a54491b30ff359e0951b9b7f74))
|
|
14
|
+
|
|
8
15
|
## [6.3.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.0...v6.3.1) (2026-03-12)
|
|
9
16
|
|
|
10
17
|
|
package/oclif.lock
CHANGED
|
@@ -2156,10 +2156,10 @@
|
|
|
2156
2156
|
cli-progress "^3.12.0"
|
|
2157
2157
|
terminal-link "^3.0.0"
|
|
2158
2158
|
|
|
2159
|
-
"@salesforce/source-deploy-retrieve@^12.31.
|
|
2160
|
-
version "12.31.
|
|
2161
|
-
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.
|
|
2162
|
-
integrity sha512-
|
|
2159
|
+
"@salesforce/source-deploy-retrieve@^12.31.22":
|
|
2160
|
+
version "12.31.22"
|
|
2161
|
+
resolved "https://registry.yarnpkg.com/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.31.22.tgz#e6c0857cbccd0bdf8de9f6226903122bab882fea"
|
|
2162
|
+
integrity sha512-JoWS5utKRbqicUceyz4o3DXzNi2nI0pHroxUqxg4JNUwD1a1Ghe4vHaOQqDogxyt0nrsa++9MiIoirbBRIecAA==
|
|
2163
2163
|
dependencies:
|
|
2164
2164
|
"@salesforce/core" "^8.27.0"
|
|
2165
2165
|
"@salesforce/kit" "^3.2.4"
|
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.4.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.31.
|
|
9
|
+
"@salesforce/source-deploy-retrieve": "^12.31.22",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
12
|
"xml-disassembler": "^2.2.3"
|