Skip to content

Commit 6ac0e0f

Browse files
committed
deps: Upgrade ncc to 0.34.0 to resolve OpenSSL issue.
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
1 parent 6c0fa6c commit 6ac0e0f

File tree

3 files changed

+67
-65
lines changed

3 files changed

+67
-65
lines changed

dist/send-message/index.js

Lines changed: 59 additions & 57 deletions
Large diffs are not rendered by default.

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"zulip-js": "^2.0.9"
3434
},
3535
"devDependencies": {
36-
"@vercel/ncc": "0.28.6",
36+
"@vercel/ncc": "^0.34.0",
3737
"eslint": "^7.32.0",
3838
"standard": "^16.0.3"
3939
}

0 commit comments

Comments
 (0)