Open rooooooooob opened 2 months ago
All types are now:
to_js_value: any
instead of e.g. TransactionBodyJSON
TransactionBodyJSON
during the wasm build script process you get an error:
Error: Cannot find module 'json-schema-to-typescript'
despite this npm package still existing. This error is obviously the cause of this issue.
It is not just on my local builds as the 6.0.0 NPM package suffers from the same issue in its exported typescript code.
6.0.0
All types are now:
instead of e.g.
TransactionBodyJSON
during the wasm build script process you get an error:
despite this npm package still existing. This error is obviously the cause of this issue.
It is not just on my local builds as the
6.0.0
NPM package suffers from the same issue in its exported typescript code.