sf-decomposer 6.2.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 +14 -0
- package/README.md +2 -12
- package/oclif.lock +9 -9
- 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.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
|
+
|
|
15
|
+
## [6.3.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.2.0...v6.3.0) (2026-03-12)
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
### Features
|
|
19
|
+
|
|
20
|
+
* **metadata:** bump xml-disassembler from 2.2.2 to 2.2.3 ([#385](https://github.com/mcarvin8/sf-decomposer/issues/385)) ([5b6528e](https://github.com/mcarvin8/sf-decomposer/commit/5b6528e8741f405f291a1ceb4a83fee030377669))
|
|
21
|
+
|
|
8
22
|
## [6.2.0](https://github.com/mcarvin8/sf-decomposer/compare/v6.1.1...v6.2.0) (2026-03-12)
|
|
9
23
|
|
|
10
24
|
|
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.lock
CHANGED
|
@@ -5433,10 +5433,10 @@ fromentries@^1.2.0:
|
|
|
5433
5433
|
resolved "https://registry.npmjs.org/fromentries/-/fromentries-1.3.2.tgz"
|
|
5434
5434
|
integrity sha512-cHEpEQHUg0f8XdtZCc2ZAhrHzKzT0MrFUTcvx+hfxYu7rGMDc5SKoXFh+n4YigxsHXRzc6OrCshdR1bWH6HHyg==
|
|
5435
5435
|
|
|
5436
|
-
fs-extra@^11.0.0, fs-extra@^11.
|
|
5437
|
-
version "11.3.
|
|
5438
|
-
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.
|
|
5439
|
-
integrity sha512-
|
|
5436
|
+
fs-extra@^11.0.0, fs-extra@^11.3.3, fs-extra@^11.3.4:
|
|
5437
|
+
version "11.3.4"
|
|
5438
|
+
resolved "https://registry.yarnpkg.com/fs-extra/-/fs-extra-11.3.4.tgz#ab6934eca8bcf6f7f6b82742e33591f86301d6fc"
|
|
5439
|
+
integrity sha512-CTXd6rk/M3/ULNQj8FBqBWHYBVYybQ3VPBw0xGKFe3tuH7ytT6ACnvzpIQ3UZtB8yvUKC2cXn1a+x+5EVQLovA==
|
|
5440
5440
|
dependencies:
|
|
5441
5441
|
graceful-fs "^4.2.0"
|
|
5442
5442
|
jsonfile "^6.0.1"
|
|
@@ -10223,12 +10223,12 @@ ws@^8.15.0:
|
|
|
10223
10223
|
resolved "https://registry.npmjs.org/ws/-/ws-8.18.3.tgz"
|
|
10224
10224
|
integrity sha512-PEIGCY5tSlUt50cqyMXfCzX+oOPqN0vuGqWzbcJ2xvnkzkq46oOpz7dQaTDBdfICb4N14+GARUDw2XV2N4tvzg==
|
|
10225
10225
|
|
|
10226
|
-
xml-disassembler@^2.2.
|
|
10227
|
-
version "2.2.
|
|
10228
|
-
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.2.
|
|
10229
|
-
integrity sha512-
|
|
10226
|
+
xml-disassembler@^2.2.3:
|
|
10227
|
+
version "2.2.3"
|
|
10228
|
+
resolved "https://registry.yarnpkg.com/xml-disassembler/-/xml-disassembler-2.2.3.tgz#1e52627cefabfa8d87a53b3e510aff07981b7040"
|
|
10229
|
+
integrity sha512-xFJUAQBV7+vkF/hjqEL/BPQvOnPV/8rK+mmnjeqnwLM70FzbdPRajauwSDfFXIIbcj298kSvLQSSiRraIddkUQ==
|
|
10230
10230
|
dependencies:
|
|
10231
|
-
fs-extra "^11.
|
|
10231
|
+
fs-extra "^11.3.4"
|
|
10232
10232
|
tslib "^2.6.2"
|
|
10233
10233
|
|
|
10234
10234
|
xml2js@^0.6.2:
|
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.
|
|
4
|
+
"version": "6.3.1",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@oclif/core": "^4",
|
|
7
7
|
"@salesforce/core": "^8.26.3",
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
"@salesforce/source-deploy-retrieve": "^12.31.21",
|
|
10
10
|
"fs-extra": "^11.3.3",
|
|
11
11
|
"p-limit": "^7.3.0",
|
|
12
|
-
"xml-disassembler": "^2.2.
|
|
12
|
+
"xml-disassembler": "^2.2.3"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@commitlint/cli": "^20.4.2",
|