@salesforce/source-deploy-retrieve 12.25.0 → 12.26.0
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.
|
@@ -98,6 +98,7 @@
|
|
|
98
98
|
"SearchCriteriaConfigurationSetting": "searchcriteriaconfiguration",
|
|
99
99
|
"SearchableObjDataSyncInfoSetting": "searchableobjdatasyncinfo",
|
|
100
100
|
"accountForecastSetting": "accountforecastsettings",
|
|
101
|
+
"accountPlanObjMeasCalcDef": "accountplanobjmeascalcdef",
|
|
101
102
|
"accountRelationshipShareRule": "accountrelationshipsharerule",
|
|
102
103
|
"accountingFieldMapping": "accountingfieldmapping",
|
|
103
104
|
"accountingModelConfig": "accountingmodelconfig",
|
|
@@ -602,6 +603,14 @@
|
|
|
602
603
|
"strictDirectoryName": false,
|
|
603
604
|
"suffix": "accountingModelConfig"
|
|
604
605
|
},
|
|
606
|
+
"accountplanobjmeascalcdef": {
|
|
607
|
+
"directoryName": "accountPlanObjMeasCalcDefs",
|
|
608
|
+
"id": "accountplanobjmeascalcdef",
|
|
609
|
+
"inFolder": false,
|
|
610
|
+
"name": "AccountPlanObjMeasCalcDef",
|
|
611
|
+
"strictDirectoryName": false,
|
|
612
|
+
"suffix": "accountPlanObjMeasCalcDef"
|
|
613
|
+
},
|
|
605
614
|
"accountrelationshipsharerule": {
|
|
606
615
|
"directoryName": "accountRelationshipShareRules",
|
|
607
616
|
"id": "accountrelationshipsharerule",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/source-deploy-retrieve",
|
|
3
|
-
"version": "12.
|
|
3
|
+
"version": "12.26.0",
|
|
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.23.
|
|
28
|
+
"@salesforce/core": "^8.23.4",
|
|
29
29
|
"@salesforce/kit": "^3.2.4",
|
|
30
30
|
"@salesforce/ts-types": "^2.0.12",
|
|
31
31
|
"@salesforce/types": "^1.5.0",
|