summaryrefslogtreecommitdiff
path: root/pnpm-lock.yaml
AgeCommit message (Collapse)Author
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2022-01-04replace jest with mochaSebastian
2021-12-15idb-bridge: faster indices, various correctness fixes and testsFlorian Dold
2021-12-09idb-bridge: use lodash cloneDeepFlorian Dold
2021-12-01fix dependenciesFlorian Dold
2021-11-28wallet: fix workspace dependency versionFlorian Dold
2021-11-17wallet: implement exchange protocol v9Florian Dold
2021-11-10prettierSebastian
2021-11-04async, onInput, and some fixesSebastian
2021-11-04refix #7067Sebastian
2021-11-04update dependenciesFlorian Dold
2021-11-03fix #7067Sebastian
2021-11-02FIXING: Insufficient Rollup version: @rollup/plugin-commonjs requires at ↵Sebastian
least rollup@2.38 but found rollup@2.37.1.
2021-11-02anastasis-core: provide reducer CLI, refactor state machineFlorian Dold
2021-11-02totp qr codeSebastian
2021-11-01more stylingSebastian
added placeholders for inputs import declaration for png next button now has tooltip providing info about whats missing a lot more of examples for UI testing added qr dependency for totp rendering added email and field input types added all auth method setup screens added modal when there is not auth provider merge continent and country into location section others improvements as well...
2021-10-26added core validators, worked on look and feelSebastian
2021-10-22some storybook exmaplesSebastian
2021-10-19anastasis-core: compatible secret uploadFlorian Dold
2021-10-19add template from merchant backofficeSebastian
2021-10-18move some more crypto to taler-util packageFlorian Dold
2021-10-13depsFlorian Dold
2021-10-13anastasis-webui: finish backup flowFlorian Dold
2021-10-11fixing withdrawal processSebastian
2021-10-07add anastasis skeleton, put crypto in taler-utilFlorian Dold
2021-09-17issue #5860Sebastian
2021-09-03automated test all storiesSebastian
2021-08-23updated build fast for webSebastian
2021-08-20packaging fixesFlorian Dold
2021-08-20minimatchFlorian Dold
Signed-off-by: Florian Dold <florian@dold.me>
2021-07-09migration css to linariaSebastian
2021-07-07change taler-wallet-android to taler-wallet-embeddedJonathan Buchanan
2021-06-30developer modeSebastian
2021-06-20wallet transaction detail viewSebastian
2021-06-14fix module bundling configFlorian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-06-08moving i18n into taler utilSebastian
2021-06-03wallet transaction detailSebastian
2021-05-31add storybookSebastian
2021-05-07preact routing on the walletSebastian
2021-05-07migrate to preactSebastian
2021-03-27fix build issuesFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-02-24idb: encapsulate non-JSON data correctlyFlorian Dold
2021-02-23idb: implement missing methodsFlorian Dold
2021-02-08idb: add first web platform tests, fix issues detected by themFlorian Dold
2021-02-08idb-bridge: remove cyclic dependencies, rip out api extractorFlorian Dold
2021-02-04timeout for testsFlorian Dold
2021-02-010006728: set up wallet CI pipeline for WebExtension buildSebastian
This commit split in three main things: * added deploy-webext to upload the extension zipfile * put scope into the npm packages to be able to deploy them * added deploy-npm to deploy related npm packages Also, fixing bug on `make clean`. Some packages where not being deleting tsconfig.tsbuildinfo and making subsequent `make` fail