aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/package.json
AgeCommit message (Collapse)Author
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-07-07bump versions to 0.9.3-dev.17v0.9.3-dev.17Florian Dold
2023-06-20repo: bump to 0.9.3-dev.16v0.9.3-dev.16Florian 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-05-09bump versionsv0.9.3-dev.13Florian Dold
2023-05-08bump versionsFlorian Dold
2023-04-04bump version to 0.0.3-dev.11v0.9.3-dev.11Florian Dold
2023-03-29bump Taler component versionsv0.9.3-dev.10Florian Dold
2023-02-23bump versions to 0.9.3-dev.5v0.9.3-dev.5Florian Dold
2023-02-23bump versions to 0.9.3-dev.4v0.9.3-dev.4Florian Dold
2023-02-21taler-wallet-cli: bundle with esbuildFlorian Dold
2023-02-21bump to 0.9.3-dev.3v0.9.3-dev.3Florian Dold
2023-02-21bump version to 0.9.2v0.9.2Florian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2023-01-24bump versionsFlorian Dold
2023-01-02Makefile, dependenciesFlorian 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-11-01remove source-map-support usage, as node supports it nativelyFlorian Dold
We can just use NODE_OPTIONS=--enable-source-maps now.
2022-10-31full ESM buildSebastian
2022-10-31require and __filename is not supported for ESMSebastian
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2022-10-13update deps, move idb-bridge to node16 module resolutionFlorian Dold
2022-09-23wallet-core: do not block when accepting a manual withdrawalFlorian 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-03-28vendor CancellationTokenFlorian Dold
2022-03-08more Makefile improvementsFlorian Dold
2022-02-10dependencies / tsconfigFlorian Dold
2022-01-10logging, bump versionFlorian Dold
2022-01-05upgrade rollup plugins, as older ones caused miscompilationFlorian Dold
2022-01-05update dependencies to fix rollup issueFlorian Dold
2021-11-26bump version to 0.9Sebastian
2021-08-20minimatchFlorian Dold
Signed-off-by: Florian Dold <florian@dold.me>
2021-03-17towards wallet-core / util splitFlorian 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
2021-01-22prepare scriptFlorian Dold
2021-01-22version bumpFlorian Dold
2021-01-22upgrade dependenciesFlorian Dold
2021-01-12make integration tests part of taler-wallet-cliFlorian Dold
2020-11-17update version and dependenciesFlorian Dold
2020-09-09version bumpv0.8.0-rc.2Florian Dold
2020-09-09bump to 0.8.0-rc.1v0.8.0-rc.1Florian Dold
2020-08-14re-implement integration test functionalty that will be used by the exchange ↵Florian Dold
for testing
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-06handle package.json properly in CLIFlorian Dold