Skip to content

Commit e77b79f

Browse files
chore: rename
Co-authored-by: Jan Kowalleck <jan.kowalleck@gmail.com> Signed-off-by: Jeremy Long <jeremy.long@gmail.com>
1 parent a247884 commit e77b79f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugin.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ export class CycloneDxWebpackPlugin {
316316
)
317317
}
318318

319-
#ensureExternalRefs (component: CDX.Models.Component | undefined, logger: WebpackLogger): void {
319+
#addRootComponentExtRefs (component: CDX.Models.Component | undefined, logger: WebpackLogger): void {
320320
if (component === undefined) { return }
321321
if (typeof this.rootComponentBuildSystem === 'string' && this.rootComponentBuildSystem.length > 0) {
322322
const buildSystemRef = new CDX.Models.ExternalReference(this.rootComponentBuildSystem, CDX.Enums.ExternalReferenceType.BuildSystem)

0 commit comments

Comments
 (0)