Skip to content

Commit

Permalink
v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xan105 committed Oct 26, 2024
1 parent f374756 commit e846d3d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@
"files": [
"/lib/ffi-napi",
"/lib/koffi",
"/lib/util.js",
"/types/ffi-napi",
"/types/koffi"
"/types/koffi",
"/types/util.d.ts"
],
"engines": {
"node": ">=20.18.0"
Expand Down
1 change: 1 addition & 0 deletions types/util.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export function hashFileSync(filePath: string, algo?: string): string;

0 comments on commit e846d3d

Please sign in to comment.