@salesforce/source-deploy-retrieve
Advanced tools
Comparing version 12.12.4 to 12.13.0
@@ -345,3 +345,3 @@ "use strict"; | ||
} | ||
return ['DigitalExperience', 'ExperiencePropertyTypeBundle'] | ||
return ['DigitalExperience', 'ExperiencePropertyTypeBundle', 'LightningTypeBundle'] | ||
.map((type) => registry.getTypeByName(type)) | ||
@@ -348,0 +348,0 @@ .find((type) => fsPath.split(node_path_1.sep).includes(type.directoryName))?.name; |
@@ -92,6 +92,7 @@ "use strict"; | ||
} | ||
// lwc, aura, waveTemplate, experiencePropertyType | ||
// lwc, aura, waveTemplate, experiencePropertyType, lightningTypeBundle | ||
if (type.strategies?.adapter === 'bundle') { | ||
const mappings = new Map([ | ||
['ExperiencePropertyTypeBundle', [(0, node_path_1.join)(packageDirWithTypeDir, `${fullName}${node_path_1.sep}schema.json`)]], | ||
['LightningTypeBundle', [(0, node_path_1.join)(packageDirWithTypeDir, `${fullName}${node_path_1.sep}schema.json`)]], | ||
['WaveTemplateBundle', [(0, node_path_1.join)(packageDirWithTypeDir, `${fullName}${node_path_1.sep}template-info.json`)]], | ||
@@ -98,0 +99,0 @@ ['LightningComponentBundle', [(0, node_path_1.join)(packageDirWithTypeDir, `${fullName}${node_path_1.sep}${fullName}.js${constants_1.META_XML_SUFFIX}`)]], |
{ | ||
"name": "@salesforce/source-deploy-retrieve", | ||
"version": "12.12.4", | ||
"version": "12.13.0", | ||
"description": "JavaScript library to run Salesforce metadata deploys and retrieves", | ||
@@ -5,0 +5,0 @@ "main": "lib/src/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
1137002
16843