@salesforce/source-deploy-retrieve 12.27.0 → 12.27.1

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,8 @@
566
566
  "dataMapperDefinition": "datamapperdefinition",
567
567
  "integrationProcdDefinition": "integrationprocddefinition",
568
568
  "omniscriptDefinition": "omniscriptdefinition",
569
- "computeExtension": "computeextension"
569
+ "computeExtension": "computeextension",
570
+ "lightningOutApp": "lightningoutapp"
570
571
  },
571
572
  "types": {
572
573
  "accesscontrolpolicy": {
@@ -5051,6 +5052,14 @@
5051
5052
  "directoryName": "computeExtensions",
5052
5053
  "inFolder": false,
5053
5054
  "strictDirectoryName": false
5055
+ },
5056
+ "lightningoutapp": {
5057
+ "id": "lightningoutapp",
5058
+ "name": "LightningOutApp",
5059
+ "suffix": "lightningOutApp",
5060
+ "directoryName": "lightningOutApp",
5061
+ "inFolder": false,
5062
+ "strictDirectoryName": false
5054
5063
  }
5055
5064
  }
5056
5065
  }
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.1",
4
4
  "description": "JavaScript library to run Salesforce metadata deploys and retrieves",
5
5
  "main": "lib/src/index.js",
6
6
  "author": "Salesforce",