Skip to content

Commit

Permalink
fix: use ffi-napi 4.0.9
Browse files Browse the repository at this point in the history
Signed-off-by: Ariel Gentile <[email protected]>
  • Loading branch information
genaris committed Apr 5, 2024
1 parent d43d18e commit 2344692
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.12 as base
FROM node:20 as base

# AFJ specifc setup
WORKDIR /www
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@
"typescript": "^5.3.3"
},
"resolutions": {
"@2060.io/ffi-napi": "4.0.9",
"@types/node": "20.11.19",
"typescript": "5.3.3",
"tsyringe": "4.8.0",
Expand Down
11 changes: 0 additions & 11 deletions patches/@2060.io+ffi-napi+4.0.8.patch

This file was deleted.

8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
# yarn lockfile v1


"@2060.io/[email protected]", "@2060.io/ffi-napi@^4.0.8":
version "4.0.8"
resolved "https://registry.yarnpkg.com/@2060.io/ffi-napi/-/ffi-napi-4.0.8.tgz#ec3424d9ec979491b41b8d82514ae82a647da8b0"
integrity sha512-sONRKLtxFKN5PXuZaa41b/kTN+R5qAh6PAL15/fnafnvAKQ5WBoxRIy8xRh8jo9mydywtt4IrWtatB93w0+3cA==
"@2060.io/[email protected]", "@2060.io/ffi-napi@4.0.9", "@2060.io/ffi-napi@^4.0.8":
version "4.0.9"
resolved "https://registry.yarnpkg.com/@2060.io/ffi-napi/-/ffi-napi-4.0.9.tgz#194fca2132932ba02e62d716c786d20169b20b8d"
integrity sha512-JfVREbtkJhMXSUpya3JCzDumdjeZDCKv4PemiWK+pts5CYgdoMidxeySVlFeF5pHqbBpox4I0Be7sDwAq4N0VQ==
dependencies:
"@2060.io/ref-napi" "^3.0.6"
debug "^4.1.1"
Expand Down

0 comments on commit 2344692

Please sign in to comment.