File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,14 @@ All notable changes to this project will be documented in this file.
66
77<!-- add unreleased items here -->
88
9+ * Fixed
10+ * Type exports for the web (via [ #1252 ] )
911* Added
1012 * New class ` Utils.LicenseUtility.LicenseEvidenceGatherer ` ([ #1162 ] via [ #1249 ] )
1113
1214[ #1162 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/issues/1162
1315[ #1249 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1249
16+ [ #1252 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1252
1417
1518## 8.3.0 -- 2025-06-05
1619
Original file line number Diff line number Diff line change 107107 "webpack-cli" : " 6.0.1" ,
108108 "webpack-node-externals" : " 3.0.0"
109109 },
110- "browser" : " ./dist.web/lib.js" ,
111110 "types" : " ./dist.d/index.node.d.ts" ,
111+ "browser" : " ./dist.web/lib.js" ,
112112 "main" : " ./dist.node/index.node.js" ,
113113 "exports" : {
114114 "." : {
115- "types" : " ./dist.d/index.node.d.ts" ,
115+ "types" : {
116+ "browser" : " ./dist.d/index.web.d.ts" ,
117+ "default" : " ./dist.d/index.node.d.ts"
118+ },
116119 "browser" : " ./dist.web/lib.js" ,
117120 "default" : " ./dist.node/index.node.js"
118121 },
You can’t perform that action at this time.
0 commit comments