wallet-core/packages
Florian Dold 5e6cc41b7a
fix issues with circular imports
Parts of this commit are from a patch by sebasjm.  The circular imports
caused an issue with webpack.  While we don't use webpack in the wallet,
the wallet should still be importable by webpack.

Some packages were importing their dependencies via "index.js", which
re-exports public exports of the package.  This resulted in circular
dependencies which were resolved correctly by rollup, but not by
webpack.
2021-06-02 13:56:29 +02:00
..
idb-bridge fix spelling issues 2021-04-27 23:42:25 +02:00
pogen fix spelling issues 2021-04-27 23:42:25 +02:00
taler-util support multiple exchange details per base URL 2021-06-02 13:24:28 +02:00
taler-wallet-android fix build issues 2021-03-27 14:36:08 +01:00
taler-wallet-cli support multiple exchange details per base URL 2021-06-02 13:24:28 +02:00
taler-wallet-core fix issues with circular imports 2021-06-02 13:56:29 +02:00
taler-wallet-webextension add storybook 2021-05-31 11:34:48 -03:00