Skip to content

Commit

Permalink
chore: use alternative ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
waitingsong committed Jun 14, 2024
1 parent 76f81cb commit 5b344e3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
"mocha": "10",
"rollup-plugin-dts": "^5.1.1",
"rxjs": "^7.8.0",
"rxrunscript": "^11.0.1",
"ts-node": "^10.9.1",
"tsc-alias": "^1.8.2",
"tsconfig-paths": "4",
Expand Down
6 changes: 2 additions & 4 deletions packages/win32-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@
},
"license": "MIT",
"dependencies": {
"@lwahonen/ffi-napi": "^4.0.12",
"@lwahonen/ref-napi": "^4.0.8",
"win32-def": "^20.5.0"
},
"devDependencies": {
Expand All @@ -83,14 +85,10 @@
"@types/ref-union-di": "^1.0.5",
"@waiting/shared-core": "^20.11.4",
"cross-env": "7",
"ffi-napi": "^4.0.3",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1"
},
"peerDependencies": {
"ffi-napi": "^4.0.3",
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/win32-def/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,10 @@
"@types/ref-struct-di": "^1.1.8",
"@types/ref-union-di": "^1.0.5",
"@waiting/shared-core": "^20.11.4",
"@lwahonen/ref-napi": "^4.0.8",
"cross-env": "7"
},
"peerDependencies": {
"ref-napi": "^3.0.3",
"ref-struct-di": "^1.1.1",
"ref-union-di": "^1.0.1"
},
Expand Down

0 comments on commit 5b344e3

Please sign in to comment.