Skip to content

Commit

Permalink
bump ffi-napi and add declaration for npm link.
Browse files Browse the repository at this point in the history
  • Loading branch information
SeUkKim committed Sep 5, 2024
1 parent 19f0417 commit 757cfce
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
12 changes: 6 additions & 6 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 @@ -56,7 +56,7 @@
"typescript": "^4.8.3"
},
"dependencies": {
"@eleccookie/ffi-napi": "^4.0.3",
"@eleccookie/ffi-napi": "^4.0.4",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"typescript-eslint": "^7.17.0"
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es2022",
"module": "NodeNext",
"declaration": true, // for npm link.
"esModuleInterop": true,
"allowJs": false,
"emitDecoratorMetadata": true,
Expand Down

0 comments on commit 757cfce

Please sign in to comment.