Skip to content

Commit

Permalink
Update biome. Regenerate types
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <prabhu@appthreat.com>
  • Loading branch information
prabhu committed Apr 24, 2024
1 parent 7ca5275 commit 655d0ac
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 41 deletions.
72 changes: 36 additions & 36 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
},
"files": ["*.js", "bin/", "data/", "types/"],
"devDependencies": {
"@biomejs/biome": "1.7.0",
"@biomejs/biome": "1.7.1",
"jest": "^29.7.0",
"typescript": "^5.4.5"
}
Expand Down
2 changes: 1 addition & 1 deletion types/analyzer.d.ts.map

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

2 changes: 1 addition & 1 deletion types/envcontext.d.ts.map

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

2 changes: 1 addition & 1 deletion types/index.d.ts.map

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

1 change: 1 addition & 0 deletions types/utils.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1024,6 +1024,7 @@ export function encodeForPurl(s: any): any;
*/
export function getPomPropertiesFromMavenDir(mavenDir: string): {};
/**
* Computes the checksum for a file path using the given hash algorithm
*
* @param {string} hashName name of hash algorithm
* @param {string} path path to file
Expand Down
Loading

0 comments on commit 655d0ac

Please sign in to comment.