aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/package.json
AgeCommit message (Collapse)Author
2023-02-21bump to 0.9.3-dev.3v0.9.3-dev.3Florian Dold
2023-02-21bump to 0.9.3-dev.1v0.9.3-dev.10.9.3-dev.1Florian Dold
2023-02-21bump version to 0.9.2v0.9.2Florian Dold
2023-02-16use node16 module resolutionFlorian Dold
2023-02-16make wallet-cli runnable under qtartFlorian Dold
2023-02-02harness,wallet-cli: notification-based testing with RPC walletFlorian Dold
2023-01-26put taler wallet RPC into taler-util, make it cross-platformFlorian Dold
2023-01-24bump versionsFlorian Dold
2022-12-23use native KDF / hash state if availableFlorian Dold
2022-11-04repo: bump versions to v0.9.0v0.9.0Florian Dold
2022-11-02bump versionsFlorian Dold
2022-11-02bump versionsv0.9.0-dev.32Florian Dold
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-31bump versionsFlorian Dold
2022-10-13use node16 for wallet-core, delete unused taler-config-lib packageFlorian Dold
2022-10-13use node16 module resolution for taler-utilFlorian 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-02-10dependencies / tsconfigFlorian Dold
2022-01-14better description of coin test selection and using c8 for coverage runtimeSebastian
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-11-17wallet: implement exchange protocol v9Florian Dold
2021-11-02FIXING: Insufficient Rollup version: @rollup/plugin-commonjs requires at ↵Sebastian
least rollup@2.38 but found rollup@2.37.1.
2021-06-17fix support with webpack{4,5} in browser environmentSebastian
added missing .js extension to the imports split index use browser field in package json
2021-06-14make CSPRNG work on ES6Florian Dold
2021-06-14fix up imports, no more esm in testsFlorian Dold
2021-03-27re-add tests, more coin selection testsFlorian Dold
2021-03-17towards wallet-core / util splitFlorian Dold
2021-02-04formattingFlorian 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-22upgrade dependenciesFlorian Dold
2021-01-22npm filesFlorian Dold
2021-01-22prepare commandFlorian Dold
2021-01-22taler-wallet-core: version bumpFlorian Dold
2020-12-02backup WIPFlorian 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-12dependenciesFlorian Dold
2020-08-12remove excessive namespacing, formatFlorian Dold
2020-08-10use API extractor for cleaner package separationFlorian Dold
2020-08-06towards integration tests with fault injectionFlorian Dold
2020-08-03modularize repo, use pnpm, improve typecheckingFlorian Dold