@salesforce/source-deploy-retrieve 12.24.3 → 12.25.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.
@@ -295,6 +295,7 @@
295
295
  "flowCategory": "flowcategory",
296
296
  "flowDefinition": "flowdefinition",
297
297
  "flowtest": "flowtest",
298
+ "flowvaluemap": "flowvaluemap",
298
299
  "forecastingFilter": "forecastingfilter",
299
300
  "forecastingFilterCondition": "forecastingfiltercondition",
300
301
  "forecastingGroup": "forecastinggroup",
@@ -2671,6 +2672,14 @@
2671
2672
  "strictDirectoryName": false,
2672
2673
  "suffix": "flowtest"
2673
2674
  },
2675
+ "flowvaluemap": {
2676
+ "directoryName": "flowValueMaps",
2677
+ "id": "flowvaluemap",
2678
+ "inFolder": false,
2679
+ "name": "FlowValueMap",
2680
+ "strictDirectoryName": false,
2681
+ "suffix": "flowvaluemap"
2682
+ },
2674
2683
  "forecastingfilter": {
2675
2684
  "directoryName": "forecastingFilters",
2676
2685
  "id": "forecastingfilter",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.24.3",
3
+ "version": "12.25.0",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",