File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ All notable changes to this project will be documented in this file.
66
77<!-- add unreleased items here -->
88
9+ ## 6.8.2 -- 2024-05-21
10+
11+ * Fixed
12+ * Added ` Factories.PackageUrlFactory ` 's generic type's default back in (via [ #1076 ] )
13+
14+ [ #1076 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1076
15+
916## 6.8.1 -- 2024-05-21
1017
1118* Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { PackageUrlQualifierNames } from '../_helpers/packageUrl'
2323import { ExternalReferenceType } from '../enums/externalReferenceType'
2424import type { Component } from '../models/component'
2525
26- export class PackageUrlFactory < PurlType extends PackageURL [ 'type' ] > {
26+ export class PackageUrlFactory < PurlType extends PackageURL [ 'type' ] = PackageURL [ 'type' ] > {
2727 readonly #type: PurlType
2828
2929 constructor ( type : PurlType ) {
You can’t perform that action at this time.
0 commit comments