@ds-sfdc/sfparty 1.4.6 → 1.4.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-sfdc/sfparty",
3
- "version": "1.4.6",
3
+ "version": "1.4.8",
4
4
  "description": "Salesforce metadata XML splitter for CI/CD",
5
5
  "type": "module",
6
6
  "repository": {
@@ -20,7 +20,7 @@ export const metadataDefinition = {
20
20
  sortKeys: {
21
21
  alerts: 'fullName',
22
22
  fieldUpdates: 'fullName',
23
- flowActions: 'label',
23
+ flowActions: 'fullName',
24
24
  knowledgePublishes: 'label',
25
25
  outboundMessages: 'fullName',
26
26
  rules: 'fullName',
@@ -142,8 +142,8 @@ export class Combine {
142
142
  i.toLowerCase().includes(`/main.${global.format}`),
143
143
  )
144
144
 
145
- // set delta based on metadata definition
146
- that.#delta = that.metadataDefinition.delta && global.git.enabled
145
+ // set delta based on metadata definition if git delta enabled
146
+ that.#delta = that.metadataDefinition.delta && global.git.delta
147
147
 
148
148
  let success = processParts(that)
149
149
  // Ensure we only match existing metadata type directory and item