Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@software-hardware-integration-lab/development-utilities",
"version": "3.0.0",
"version": "3.0.1",
"description": "Collection of configurations, settings and packages to be common across multiple products/repositories.",
"main": "bin/index.js",
"type": "module",
Expand All @@ -14,7 +14,7 @@
},
"exports": {
".": {
"import": "./bin/src/index.js"
"import": "./bin/index.js"
},
Comment on lines 15 to 18

@pr0uxx pr0uxx Jul 22, 2026

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image image

Deleted bin and re-ran build:Prod which produces bin/index.js - AI comment is invalid unless I'm missing something

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AI is false positive because it's not accounting for this script:
"prebuild:Prod": "tsc -p prod.tsconfig.json --emitDeclarationOnly false",

"./optimized/lint/*.js": {
"import": "./bin/config/linter/*.js"
Expand Down
Loading