Skip to content

Commit

Permalink
Fix #157 - node-firebird-native-api installation fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
asfernandes committed Dec 1, 2024
1 parent d278be8 commit 664363b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/node-firebird-native-api/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
"dependencies": {
"@types/node": "^22.7.5",
"bindings": "^1.5.0",
"node-addon-api": "^8.2.1",
"node-addon-api": "^8.3.0",
"node-gyp": "^10.2.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/node-firebird-native-api/src/native/classes.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ namespace Napi
{
HandleScope scope(self->_env);

details::WrapCallback([&] {
details::WrapCallback(env, [&] {
if (self->_error.size() == 0)
self->OnOK(env);
else
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3983,10 +3983,10 @@ neo-async@^2.6.2:
resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf163ab7d7308305f"
integrity sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==

node-addon-api@^8.2.1:
version "8.2.1"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-8.2.1.tgz#43a993f110b88e22ba48bcd65e16b92165a6b002"
integrity sha512-vmEOvxwiH8tlOcv4SyE8RH34rI5/nWVaigUeAUPawC6f0+HoDthwI0vkMu4tbtsZrXq6QXFfrkhjofzKEs5tpA==
node-addon-api@^8.3.0:
version "8.3.0"
resolved "https://registry.yarnpkg.com/node-addon-api/-/node-addon-api-8.3.0.tgz#ec3763f18befc1cdf66d11e157ce44d5eddc0603"
integrity sha512-8VOpLHFrOQlAH+qA0ZzuGRlALRA6/LVh8QJldbrC4DY0hXoMP0l4Acq8TzFC018HztWiRqyCEj2aTWY2UvnJUg==

[email protected]:
version "1.0.1"
Expand Down

0 comments on commit 664363b

Please sign in to comment.