taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 56125262718079c055a61ad1cc467598d145eaee
parent 276678907296fd0ed93f284c5ecb8a98361f652b
Author: Florian Dold <florian@dold.me>
Date:   Fri, 15 May 2026 15:15:49 +0200

bump pnpm version

Diffstat:
MREADME | 4++--
Mpackage.json | 2+-
Mpnpm-workspace.yaml | 4++++
3 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README b/README @@ -8,10 +8,10 @@ in TypeScript and Anastasis Web UI The following dependencies are required to build the wallet: - python>=3.8 -- nodejs>=12 +- nodejs>=20 - jq - npm -- pnpm +- pnpm>=11.1.2 - zip Note that you can install pnpm as an unprivileged user by running diff --git a/package.json b/package.json @@ -19,5 +19,5 @@ "typedoc": "^0.25.4", "typescript": "^5.7.3" }, - "packageManager": "pnpm@9.7.0" + "packageManager": "pnpm@11.1.2" } diff --git a/pnpm-workspace.yaml b/pnpm-workspace.yaml @@ -1,5 +1,9 @@ packages: - 'packages/*' +allowBuilds: + core-js: true + esbuild: true + spawn-sync: true # Only packages released at least two days ago can be installed # (Unit: number of minutes) minimumReleaseAge: 2880