Skip to content

Commit

Permalink
Bump version. Update packages
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Oct 20, 2024
1 parent 9dc28de commit 5b39562
Show file tree
Hide file tree
Showing 5 changed files with 197 additions and 190 deletions.
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
"organizeImports": {
"enabled": true
},
Expand Down
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.10.5",
"version": "10.10.6",
"exports": "./lib/cli/index.js",
"compilerOptions": {
"lib": ["deno.window"],
Expand Down
2 changes: 1 addition & 1 deletion jsr.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.10.5",
"version": "10.10.6",
"exports": "./lib/cli/index.js",
"include": ["*.js", "lib/**", "bin/**", "data/**", "types/**"],
"exclude": [
Expand Down
14 changes: 9 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@cyclonedx/cdxgen",
"version": "10.10.5",
"version": "10.10.6",
"description": "Creates CycloneDX Software Bill of Materials (SBOM) from source or container image",
"homepage": "http://github.com/cyclonedx/cdxgen",
"author": "Prabhu Subramanian <[email protected]>",
Expand Down Expand Up @@ -65,7 +65,7 @@
"bugs": {
"url": "https://github.com/cyclonedx/cdxgen/issues"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].2",
"lint-staged": {
"*": "biome check --fix --no-errors-on-unmatched"
},
Expand Down Expand Up @@ -117,20 +117,24 @@
},
"files": ["*.js", "lib/**", "bin/", "data/", "types/"],
"devDependencies": {
"@biomejs/biome": "1.9.3",
"@biomejs/biome": "1.9.4",
"jest": "^29.7.0",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"glob": "^11.0.0",
"node-gyp": "^10.2.0",
"prebuild": "^13.0.0"
"prebuild": "^13.0.0",
"pacote": "^20.0.0",
"negotiator": "^0.6.4"
}
},
"overrides": {
"glob": "^11.0.0",
"node-gyp": "^10.2.0",
"prebuild": "^13.0.0"
"prebuild": "^13.0.0",
"pacote": "^20.0.0",
"negotiator": "^0.6.4"
}
}
Loading

0 comments on commit 5b39562

Please sign in to comment.