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 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
- | Format | Example |
182
- | ------ | ----------------------------------------------------------------------------------------------------------- |
183
- | XML | ![XML](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-xml.png) |
184
- | YAML | ![YAML](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-yaml.png) |
185
- | JSON | ![JSON](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-json.png) |
186
- | JSON5 | ![JSON5](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-json5.png) |
181
+ ![Unique ID](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-uid.png)
187
182
 
188
183
  **Permission set – grouped-by-tag**
189
184
 
190
- | Format | Example |
191
- | ------ | ---------------------------------------------------------------------------------------------------------------- |
192
- | XML | ![XML](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-tags-xml.png) |
193
- | YAML | ![YAML](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-tags-yaml.png) |
194
- | JSON | ![JSON](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-tags-json.png) |
195
- | JSON5 | ![JSON5](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-tags-json5.png) |
185
+ ![Grouped By Tag](https://raw.githubusercontent.com/mcarvin8/sf-decomposer/main/.github/images/decomposed-tags.png)
196
186
 
197
187
  ### Custom Labels Decomposition
198
188
 
@@ -191,5 +191,5 @@
191
191
  ]
192
192
  }
193
193
  },
194
- "version": "6.3.0"
194
+ "version": "6.3.1"
195
195
  }
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.0",
4
+ "version": "6.3.1",
5
5
  "dependencies": {
6
6
  "@oclif/core": "^4",
7
7
  "@salesforce/core": "^8.26.3",