Skip to content

Commit

Permalink
feat: update build tools and fix arm64 build
Browse files Browse the repository at this point in the history
  • Loading branch information
reconbot committed Apr 20, 2023
1 parent 8d160c9 commit d58fba4
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 26 deletions.
3 changes: 3 additions & 0 deletions binding.gyp
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
{
'variables': {
'openssl_fips': ''
},
'targets': [{
'target_name': 'bindings',
'sources': [
Expand Down
46 changes: 23 additions & 23 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
"@serialport/bindings-interface": "1.2.2",
"@serialport/parser-readline": "^10.2.1",
"debug": "^4.3.2",
"node-addon-api": "^5.0.0",
"node-gyp-build": "^4.3.0"
"node-addon-api": "6.0.0",
"node-gyp-build": "4.6.0"
},
"devDependencies": {
"@semantic-release/exec": "6.0.3",
Expand All @@ -42,7 +42,7 @@
"eslint": "8.38.0",
"mocha": "10.2.0",
"node-abi": "3.40.0",
"node-gyp": "9.3.0",
"node-gyp": "9.3.1",
"nyc": "15.1.0",
"prebuildify": "5.0.1",
"prebuildify-cross": "5.0.0",
Expand Down

0 comments on commit d58fba4

Please sign in to comment.