File tree 2 files changed +8
-1
lines changed
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.
6
6
7
7
<!-- add unreleased items here -->
8
8
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
+
9
16
## 6.8.1 -- 2024-05-21
10
17
11
18
* Fixed
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import { PackageUrlQualifierNames } from '../_helpers/packageUrl'
23
23
import { ExternalReferenceType } from '../enums/externalReferenceType'
24
24
import type { Component } from '../models/component'
25
25
26
- export class PackageUrlFactory < PurlType extends PackageURL [ 'type' ] > {
26
+ export class PackageUrlFactory < PurlType extends PackageURL [ 'type' ] = PackageURL [ 'type' ] > {
27
27
readonly #type: PurlType
28
28
29
29
constructor ( type : PurlType ) {
You can’t perform that action at this time.
0 commit comments