Skip to content

Commit 2771b7b

Browse files
authored
feat: support packageurl-js@^1 (#210)
Signed-off-by: Jan Kowalleck <[email protected]>
1 parent b95ccfc commit 2771b7b

File tree

3 files changed

+13
-8
lines changed

3 files changed

+13
-8
lines changed

HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file.
44

55
## unreleased
66

7+
* Dependencies
8+
* Widened the range of requirement `packageurl-js` to `>=0.0.6 <0.0.8 || ^1`, was `>=0.0.6 <0.0.8`. (via [#210])
9+
10+
* [#210]: https://github.com/CycloneDX/cyclonedx-javascript-library/pull/210
11+
712
## 1.4.0 - 2022-09-07
813

914
* Added

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"node": ">=14.0.0"
4040
},
4141
"dependencies": {
42-
"packageurl-js": ">=0.0.6 <0.0.8"
42+
"packageurl-js": ">=0.0.6 <0.0.8 || ^1"
4343
},
4444
"optionalDependencies": {
4545
"xmlbuilder2": "^3.0.2"

0 commit comments

Comments
 (0)