Skip to content

Commit

Permalink
deps: Upgrade ncc to 0.34.0 to resolve OpenSSL issue.
Browse files Browse the repository at this point in the history
At least some Node v16 installations are unable to build this package
due to "unsupported" "digital envelope routines". Based on a
StackOverflow answer [^1], this appears to be OpenSSL-related, and also
somewhat version and/or distribution specific (for example, Void Linux
does not repro the issue). Upgrading @vercel/ncc to 0.34 resolves the
issue in Anders's testing, so we'll take that upgrade here, and
regenerate the dist file using this new version.

[^1]: https://stackoverflow.com/a/73027407
  • Loading branch information
klardotsh committed Nov 18, 2022
1 parent 6c0fa6c commit 6ac0e0f
Show file tree
Hide file tree
Showing 3 changed files with 67 additions and 65 deletions.
116 changes: 59 additions & 57 deletions dist/send-message/index.js

Large diffs are not rendered by default.

14 changes: 7 additions & 7 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 @@ -33,7 +33,7 @@
"zulip-js": "^2.0.9"
},
"devDependencies": {
"@vercel/ncc": "0.28.6",
"@vercel/ncc": "^0.34.0",
"eslint": "^7.32.0",
"standard": "^16.0.3"
}
Expand Down

0 comments on commit 6ac0e0f

Please sign in to comment.