Commit 35ae5bd
committed
build(externals): mark socket-lib imports as external in packageurl-js
Added external marker for @socketregistry/packageurl-js to prevent
bundling of @socketsecurity/lib/* imports, which create circular
dependencies during the build process.
This fixes build errors:
- ERROR: Could not resolve "@socketsecurity/lib/types"
- ERROR: Could not resolve "@socketsecurity/lib/objects"
The packageurl-js package imports from socket-lib, so those imports
must be marked as external to avoid circular bundling issues.1 parent 204f271 commit 35ae5bd
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
25 | 29 | | |
26 | 30 | | |
27 | 31 | | |
| |||
0 commit comments