Not available in Vite environment
The package published or the dependency contains process code and will not work in the vite environment.
https://vitejs.dev/guide/env-and-mode
It seems to be caused by assert() used in [email protected].
In 2.0.0, the assert package is no longer used.
@tequdev I'll dive in later, but for now: could it make sense to simply polyfill node process? E.g. with vite-plugin-node-polyfills
I thought it would be more beneficial to the user if this package itself could solve this problem, rather than all users of this package in a vite environment using that plugin.
If you decide not to take this action, I will respect your decision.
Oh I plan to take action, I was just trying to give a temp workaround for until I fix this at package level, since I'm currently on a holiday ;)
No hurry! Thanks.
@tequdev I just updated ripple-keypairs in this lib and the dependency libs (xrpl-sign-... and secret numbers lib):