sf-decomposer 6.3.0 → 6.3.1
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/README.md +2 -12
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
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.3.1](https://github.com/mcarvin8/sf-decomposer/compare/v6.3.0...v6.3.1) (2026-03-12)
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
### Bug Fixes
|
|
12
|
+
|
|
13
|
+
* bump version to release new images on readme ([b2e5a86](https://github.com/mcarvin8/sf-decomposer/commit/b2e5a867c7d2d3b0e90f03851448143990c4c468))
|
|
14
|
+
|
|
8
15
|
## [6.3.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.2.0...v6.3.0) (2026-03-12)
|
|
9
16
|
|
|
10
17
|
|
package/README.md
CHANGED
|
@@ -178,21 +178,11 @@ sf decomposer recompose -m "flow" -i "force-app"
|
|
|
178
178
|
|
|
179
179
|
**Permission set – unique-id**
|
|
180
180
|
|
|
181
|
-
|
|
182
|
-
| ------ | ----------------------------------------------------------------------------------------------------------- |
|
|
183
|
-
| XML |  |
|
|
184
|
-
| YAML |  |
|
|
185
|
-
| JSON |  |
|
|
186
|
-
| JSON5 |  |
|
|
181
|
+

|
|
187
182
|
|
|
188
183
|
**Permission set – grouped-by-tag**
|
|
189
184
|
|
|
190
|
-
|
|
191
|
-
| ------ | ---------------------------------------------------------------------------------------------------------------- |
|
|
192
|
-
| XML |  |
|
|
193
|
-
| YAML |  |
|
|
194
|
-
| JSON |  |
|
|
195
|
-
| JSON5 |  |
|
|
185
|
+

|
|
196
186
|
|
|
197
187
|
### Custom Labels Decomposition
|
|
198
188
|
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.3.
|
|
4
|
+
"version": "6.3.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.26.3",
|