@salesforce/source-deploy-retrieve 12.27.1 → 12.27.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.
@@ -567,6 +567,7 @@
567
567
  "integrationProcdDefinition": "integrationprocddefinition",
568
568
  "omniscriptDefinition": "omniscriptdefinition",
569
569
  "computeExtension": "computeextension",
570
+ "dataObjectSearchIndexConf": "dataobjectsearchindexconf",
570
571
  "lightningOutApp": "lightningoutapp"
571
572
  },
572
573
  "types": {
@@ -5053,6 +5054,14 @@
5053
5054
  "inFolder": false,
5054
5055
  "strictDirectoryName": false
5055
5056
  },
5057
+ "dataobjectsearchindexconf": {
5058
+ "id": "dataobjectsearchindexconf",
5059
+ "name": "DataObjectSearchIndexConf",
5060
+ "suffix": "dataObjectSearchIndexConf",
5061
+ "directoryName": "dataObjectSearchIndexConfs",
5062
+ "inFolder": false,
5063
+ "strictDirectoryName": false
5064
+ },
5056
5065
  "lightningoutapp": {
5057
5066
  "id": "lightningoutapp",
5058
5067
  "name": "LightningOutApp",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.27.1",
3
+ "version": "12.27.2",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",