sfdx-git-delta
Advanced tools
Comparing version 3.1.3 to 3.2.0
@@ -40,2 +40,3 @@ <!-- | ||
_(Write your answer here.)_ | ||
- [ ] Jest test to check the fix is applied are added. | ||
@@ -77,1 +78,3 @@ | ||
**sgd version:** … | ||
**git version:** … |
@@ -130,7 +130,9 @@ 'use strict' | ||
result.authorizedKeys.forEach(subType => | ||
metadataContent[subType].forEach(value => | ||
result.authorizedKeys.forEach(subType => { | ||
let meta = metadataContent[subType] | ||
if (!Array.isArray(meta)) meta = [meta] | ||
meta.forEach(value => | ||
this._fillPackageFromDiff(packageObject, subType, value.fullName) | ||
) | ||
) | ||
}) | ||
} | ||
@@ -137,0 +139,0 @@ |
@@ -43,6 +43,2 @@ 'use strict' | ||
handleModification() { | ||
this.handleAddition(this) | ||
} | ||
handleDeletion() { | ||
@@ -49,0 +45,0 @@ const [, srcPath, elementName] = path |
@@ -17,8 +17,4 @@ 'use strict' | ||
} | ||
handleModification() { | ||
this.handleAddition(this) | ||
} | ||
} | ||
module.exports = LightningHandler |
@@ -64,3 +64,3 @@ 'use strict' | ||
handleModification() { | ||
this.handleAddition(this) | ||
this.handleAddition() | ||
} | ||
@@ -67,0 +67,0 @@ |
@@ -9,2 +9,3 @@ 'use strict' | ||
const SubCustomObject = require('./subCustomObjectHandler') | ||
const InTranslation = require('./inTranslationHandler') | ||
@@ -27,2 +28,3 @@ const path = require('path') | ||
objects: CustomObject, | ||
objectTranslations: InTranslation, | ||
recordTypes: SubCustomObject, | ||
@@ -29,0 +31,0 @@ reportTypes: SubCustomObject, |
@@ -7,2 +7,3 @@ 'use strict' | ||
const LABEL_DIRECTORY_NAME = 'label' | ||
const OBJECT_TRANSLATION_META_XML_SUFFIX = `objectTranslation${METAFILE_SUFFIX}` | ||
const INFOLDER_METAFILE_SUFFIX = `Folder${METAFILE_SUFFIX}` | ||
@@ -15,1 +16,2 @@ module.exports.METAFILE_SUFFIX = METAFILE_SUFFIX | ||
module.exports.INFOLDER_METAFILE_SUFFIX = INFOLDER_METAFILE_SUFFIX | ||
module.exports.OBJECT_TRANSLATION_META_XML_SUFFIX = OBJECT_TRANSLATION_META_XML_SUFFIX |
{ | ||
"name": "sfdx-git-delta", | ||
"version": "3.1.3", | ||
"version": "3.2.0", | ||
"description": "Generate the sfdx content in source format and destructive change from two git commits", | ||
@@ -5,0 +5,0 @@ "keyword": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
13123870
63
4007
21
10