CI to confirm this does not break existing monorepo apps.
**How I tested this**
- I published this as an `rc`
- I installed it as a dep of a lib (a draft wallet class I am working on)
- Tests that used this lib were failing before installing this `rc`, they passed after
- I installed this `rc` as a dep of `ecash-agora` and published that as an `rc`
- Tests that were failing because `initWasm()` was not making methods available passed after replacing currently-published `ecash-agora` with that version
So, `ecash-agora@0.2.1-rc4` and `ecash-lib@1.2.2-rc4` solve the issue