@ds-sfdc/sfparty 1.7.1 → 1.7.3

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.
@@ -20,9 +20,9 @@ jobs:
20
20
  - run: echo "🐧 This job is now running on a ${{ runner.os }} server hosted by GitHub!"
21
21
  - run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
22
22
  - name: Check out repository code
23
- uses: actions/checkout@v3
23
+ uses: actions/checkout@v4
24
24
  - name: Setup node ${{ matrix.node }}
25
- uses: actions/setup-node@v3
25
+ uses: actions/setup-node@v4
26
26
  with:
27
27
  node-version: ${{ matrix.node }}
28
28
  cache: 'npm'
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ds-sfdc/sfparty",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "Salesforce metadata XML splitter for CI/CD",
5
5
  "type": "module",
6
6
  "repository": {
@@ -24,7 +24,7 @@
24
24
  "axios": "^1.7.2",
25
25
  "ci-info": "^4.0.0",
26
26
  "cli-color": "^2.0.4",
27
- "cli-spinners": "^3.0.0",
27
+ "cli-spinners": "^2.9.2",
28
28
  "convert-hrtime": "^5.0.0",
29
29
  "js-yaml": "^4.1.0",
30
30
  "log-update": "^6.0.0",
@@ -71,7 +71,12 @@ export const metadataDefinition = {
71
71
  'modifyAllRecords',
72
72
  ],
73
73
  pageAccesses: ['apexPage', 'enabled'],
74
- recordTypeVisibilities: ['recordType', 'visible'],
74
+ recordTypeVisibilities: [
75
+ 'recordType',
76
+ 'default',
77
+ 'visible',
78
+ 'personAccountDefault',
79
+ ],
75
80
  tabSettings: ['tab', 'visibility'],
76
81
  userPermissions: ['name', 'enabled'],
77
82
  },