@ds-sfdc/sfparty 1.7.1 → 1.7.2
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@
|
|
23
|
+
uses: actions/checkout@v4
|
|
24
24
|
- name: Setup node ${{ matrix.node }}
|
|
25
|
-
uses: actions/setup-node@
|
|
25
|
+
uses: actions/setup-node@v4
|
|
26
26
|
with:
|
|
27
27
|
node-version: ${{ matrix.node }}
|
|
28
28
|
cache: 'npm'
|
package/.sfdx/tools/248/apex.db
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ds-sfdc/sfparty",
|
|
3
|
-
"version": "1.7.
|
|
3
|
+
"version": "1.7.2",
|
|
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": "^
|
|
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",
|