File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,11 @@ 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 ] )
11+
12+ [ #1252 ] : https://github.com/CycloneDX/cyclonedx-javascript-library/pull/1252
13+
914## 8.3.0 -- 2025-06-05
1015
1116* Added
Original file line number Diff line number Diff line change 106106 "webpack-cli" : " 6.0.1" ,
107107 "webpack-node-externals" : " 3.0.0"
108108 },
109- "browser" : " ./dist.web/lib.js" ,
110109 "types" : " ./dist.d/index.node.d.ts" ,
110+ "browser" : " ./dist.web/lib.js" ,
111111 "main" : " ./dist.node/index.node.js" ,
112112 "exports" : {
113113 "." : {
114- "types" : " ./dist.d/index.node.d.ts" ,
114+ "types" : {
115+ "browser" : " ./dist.d/index.web.d.ts" ,
116+ "default" : " ./dist.d/index.node.d.ts"
117+ },
115118 "browser" : " ./dist.web/lib.js" ,
116119 "default" : " ./dist.node/index.node.js"
117120 },
You can’t perform that action at this time.
0 commit comments