@salesforce/source-deploy-retrieve 12.27.0 → 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.
@@ -566,7 +566,9 @@
566
566
  "dataMapperDefinition": "datamapperdefinition",
567
567
  "integrationProcdDefinition": "integrationprocddefinition",
568
568
  "omniscriptDefinition": "omniscriptdefinition",
569
- "computeExtension": "computeextension"
569
+ "computeExtension": "computeextension",
570
+ "dataObjectSearchIndexConf": "dataobjectsearchindexconf",
571
+ "lightningOutApp": "lightningoutapp"
570
572
  },
571
573
  "types": {
572
574
  "accesscontrolpolicy": {
@@ -5051,6 +5053,22 @@
5051
5053
  "directoryName": "computeExtensions",
5052
5054
  "inFolder": false,
5053
5055
  "strictDirectoryName": false
5056
+ },
5057
+ "dataobjectsearchindexconf": {
5058
+ "id": "dataobjectsearchindexconf",
5059
+ "name": "DataObjectSearchIndexConf",
5060
+ "suffix": "dataObjectSearchIndexConf",
5061
+ "directoryName": "dataObjectSearchIndexConfs",
5062
+ "inFolder": false,
5063
+ "strictDirectoryName": false
5064
+ },
5065
+ "lightningoutapp": {
5066
+ "id": "lightningoutapp",
5067
+ "name": "LightningOutApp",
5068
+ "suffix": "lightningOutApp",
5069
+ "directoryName": "lightningOutApp",
5070
+ "inFolder": false,
5071
+ "strictDirectoryName": false
5054
5072
  }
5055
5073
  }
5056
5074
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/source-deploy-retrieve",
3
- "version": "12.27.0",
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",