Skip to content

Commit

Permalink
More excludes. Update packages.
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Jan 29, 2025
1 parent 4849ff1 commit 194e16a
Show file tree
Hide file tree
Showing 3 changed files with 75 additions and 79 deletions.
132 changes: 64 additions & 68 deletions package-lock.json

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

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@appthreat/caxa",
"version": "1.0.2",
"version": "1.0.3",
"description": "Package Node.js applications into executable binaries",
"author": "Team AppThreat <cloud@appthreat.com>",
"homepage": "https://github.com/appthreat/caxa",
Expand All @@ -27,20 +27,20 @@
},
"dependencies": {
"archiver": "^7.0.1",
"commander": "^12.1.0",
"commander": "^13.1.0",
"crypto-random-string": "^5.0.0",
"dedent": "^1.5.3",
"fs-extra": "^11.2.0",
"fs-extra": "^11.3.0",
"globby": "^14.0.2"
},
"devDependencies": {
"@types/archiver": "^6.0.3",
"@types/dedent": "^0.7.2",
"@types/fs-extra": "^11.0.4",
"@types/node": "^22.9.0",
"@types/node": "^22.12.0",
"cross-env": "^7.0.3",
"prettier": "^3.3.3",
"prettier": "^3.4.2",
"shx": "^0.3.4",
"typescript": "^5.6.3"
"typescript": "^5.7.3"
}
}
10 changes: 5 additions & 5 deletions source/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ const defaultExcludes = [
"*.exe.sha256",
"*.sha256",
"cdxgen",
"cdxgen-slim",
"cdx-verify",
"cdxgen-arm64",
"cdxgen-arm64-slim",
"cdx-arm64-verify",
"cdxgen-slim*",
"cdxgen-secure*",
"cdx-verify*",
"cdxgen-arm64*",
"cdx-arm64*",
"*.yml",
"*.sh",
"package-lock.json",
Expand Down

0 comments on commit 194e16a

Please sign in to comment.