Closed thlorenz closed 2 years ago
This separates all code that is not related to the amman tool running in the terminal into amman-client to make it easier to use from the browser.
amman-client
amman itself depends on that new package and forwards some of its exports.
amman
The idea though is that most test will now depend on amman-client and only inside the .ammanrc.js will amman be used.
.ammanrc.js
NOTE: for now mock storage client has been removed in order to update this once js-next publishes the new storage interface.
This separates all code that is not related to the amman tool running in the terminal into
amman-client
to make it easier to use from the browser.amman
itself depends on that new package and forwards some of its exports.The idea though is that most test will now depend on
amman-client
and only inside the.ammanrc.js
willamman
be used.NOTE: for now mock storage client has been removed in order to update this once js-next publishes the new storage interface.