aboutsummaryrefslogtreecommitdiff
path: root/packages/idb-bridge/package.json
AgeCommit message (Collapse)Author
2024-06-26bump versions to 0.12.1v0.12.1Iván Ávalos
2024-06-26bump versions to 0.12.0v0.12.0Florian Dold
2024-06-10bump versions to 0.11.4v0.11.4Florian Dold
2024-06-07bump versions to 0.11.3v0.11.3Florian Dold
2024-06-05bump versions to 0.11.2v0.11.2Florian Dold
2024-06-03update dependency versionsFlorian Dold
2024-05-27bump versions to 0.11.1v0.11.1Iván Ávalos
2024-04-22bump version to 0.10.7v0.10.7Florian Dold
2024-04-15fix bump-taler-version: update all packages versionSebastian
2024-02-04fix #8314: temporary fix for current node versionSebastian
2023-12-15bump dependenciesFlorian Dold
2023-09-12remove rimraf since it prevent running make clean when there is no node_modulesSebastian
2023-09-12typedoc for every projectSebastian
Signed-off-by: Sebastian <sebasjm@gmail.com>
2023-09-06move bank API client to taler-util, update typescript configFlorian Dold
2023-08-29repo: make incremental builds faster, don't use TypeScript build modeFlorian Dold
(build mode should not be necessary since pnpm handles dependencies inside the repo)
2023-08-22sqlite3 backend for idb-bridge / wallet-coreFlorian Dold
2023-06-06build system: use --build argument for tscFlorian Dold
2023-06-06build system: get rid of prepare scriptsFlorian Dold
These don't seem to be the right location to compile packages. The newest version of pnpm runs all those scripts on "pnpm install", even if we filter for only one package. That results in a build performance issue.
2023-06-06bump typescript versionFlorian Dold
2023-06-05wallet-core: use long-polling for P2P kycFlorian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2022-12-23spill extra functionality from wallet-cli into taler-harnessFlorian Dold
We want to keep taler-wallet-cli smaller and have fewer dependencies.
2022-10-13use node16 module resolution for taler-utilFlorian Dold
2022-10-13update deps, move idb-bridge to node16 module resolutionFlorian Dold
2022-09-05upgrade typescript (and some related deps)Florian Dold
2022-05-24Revert "no need to compile after install"Florian Dold
This reverts commit c3ba7fb5238c303aaff8ca4fcfaa8142f9651a84.
2022-05-24no need to compile after installSebastian
2022-02-10idb-bridge: update tests for ava 4.xFlorian Dold
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-12-15idb-bridge: faster indices, various correctness fixes and testsFlorian Dold
2021-12-09idb-bridge: use lodash cloneDeepFlorian Dold
2021-02-24idb: custom structured clone, don't rely on typeson anymoreFlorian Dold
2021-02-23missing dependencyFlorian Dold
2021-02-23missing dependencyFlorian Dold
2021-02-23missing dependencyFlorian 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-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
2021-01-29add missing prepare scriptsFlorian Dold
2021-01-22upgrade dependenciesFlorian Dold
2021-01-22idb-bridge: version bumpFlorian Dold
2020-11-17update version and dependenciesFlorian Dold
2020-08-12dependenciesFlorian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-10use API extractor for cleaner package separationFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold
2019-11-29idb-bridge: bump versionFlorian Dold
2019-11-21idb-bridge: fix deletionFlorian Dold
2019-11-21improve error messagesFlorian Dold