@salesforce/source-deploy-retrieve 12.19.9 → 12.19.10
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.
|
@@ -543,7 +543,8 @@
|
|
|
543
543
|
"invocableactionextension": "invocableactionextension",
|
|
544
544
|
"fieldServiceMobileConfig": "fieldservicemobileconfig",
|
|
545
545
|
"dgtAssetMgmtProvider": "dgtassetmgmtprovider",
|
|
546
|
-
"dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt"
|
|
546
|
+
"dgtAssetMgmtPrvdLghtCpnt": "dgtassetmgmtprvdlghtcpnt",
|
|
547
|
+
"ecaCanvas": "extlclntappcanvasstngs"
|
|
547
548
|
},
|
|
548
549
|
"types": {
|
|
549
550
|
"accesscontrolpolicy": {
|
|
@@ -4843,6 +4844,14 @@
|
|
|
4843
4844
|
"directoryName": "dgtAssetMgmtPrvdLghtCpnts",
|
|
4844
4845
|
"inFolder": false,
|
|
4845
4846
|
"strictDirectoryName": false
|
|
4847
|
+
},
|
|
4848
|
+
"extlclntappcanvasstngs": {
|
|
4849
|
+
"id": "extlclntappcanvasstngs",
|
|
4850
|
+
"name": "ExtlClntAppCanvasStngs",
|
|
4851
|
+
"suffix": "ecaCanvas",
|
|
4852
|
+
"directoryName": "extlClntAppCanvasStngs",
|
|
4853
|
+
"inFolder": false,
|
|
4854
|
+
"strictDirectoryName": false
|
|
4846
4855
|
}
|
|
4847
4856
|
}
|
|
4848
4857
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "12.19.
|
|
3
|
+
"version": "12.19.10",
|
|
4
4
|
"description": "JavaScript library to run Salesforce metadata deploys and retrieves",
|
|
5
5
|
"main": "lib/src/index.js",
|
|
6
6
|
"author": "Salesforce",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"node": ">=18.0.0"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@salesforce/core": "^8.
|
|
28
|
+
"@salesforce/core": "^8.12.0",
|
|
29
29
|
"@salesforce/kit": "^3.2.3",
|
|
30
30
|
"@salesforce/ts-types": "^2.0.12",
|
|
31
31
|
"@salesforce/types": "^1.3.0",
|