We have three dependencies that are not available in the current package sets:
sunde
crypto
dotenv
I have updated sunde and dotenv, but the crypto module is significantly larger due to extensive use of the FFI and the author hasn't responded to the two existing PRs that update it to PureScript 0.15. Since we're only using a single function from the crypto Node module (createHash), I have just written our own FFI here so we're unblocked.
We have three dependencies that are not available in the current package sets:
I have updated sunde and dotenv, but the crypto module is significantly larger due to extensive use of the FFI and the author hasn't responded to the two existing PRs that update it to PureScript 0.15. Since we're only using a single function from the crypto Node module (createHash), I have just written our own FFI here so we're unblocked.