gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] branch master updated: Fix build.


From: gnunet
Subject: [taler-wallet-core] branch master updated: Fix build.
Date: Thu, 05 Jan 2023 22:45:45 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository wallet-core.

The following commit(s) were added to refs/heads/master by this push:
     new b832b5a3b Fix build.
b832b5a3b is described below

commit b832b5a3bf5b9329d0ecbf7bfc652a820d3c2c1d
Author: MS <ms@taler.net>
AuthorDate: Thu Jan 5 22:44:01 2023 +0100

    Fix build.
    
    Include 'esbuild' as a taler-harness dependency,
    and update the lockfile accordingly.  Give taler-harness
    the configure script too.
---
 bootstrap                           | 1 +
 packages/taler-harness/package.json | 3 ++-
 pnpm-lock.yaml                      | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/bootstrap b/bootstrap
index 12eb0afa7..d5e3838d6 100755
--- a/bootstrap
+++ b/bootstrap
@@ -29,3 +29,4 @@ copy_configure "$our_configure" ./configure
 copy_configure "$our_configure" ./packages/taler-wallet-cli/configure
 copy_configure "$our_configure" ./packages/demobank-ui/configure
 copy_configure "$our_configure" ./packages/merchant-backoffice-ui/configure
+copy_configure "$our_configure" ./packages/taler-harness/configure
diff --git a/packages/taler-harness/package.json 
b/packages/taler-harness/package.json
index f521924c4..f89e8cbea 100644
--- a/packages/taler-harness/package.json
+++ b/packages/taler-harness/package.json
@@ -33,7 +33,8 @@
     "@types/node": "^18.11.17",
     "prettier": "^2.5.1",
     "rimraf": "^3.0.2",
-    "typescript": "^4.8.4"
+    "typescript": "^4.8.4",
+    "esbuild": "^0.15.12"
   },
   "dependencies": {
     "@gnu-taler/taler-util": "workspace:*",
diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml
index bd9d2d308..249fa494f 100644
--- a/pnpm-lock.yaml
+++ b/pnpm-lock.yaml
@@ -445,6 +445,7 @@ importers:
       '@gnu-taler/taler-wallet-core': workspace:*
       '@types/node': ^18.11.17
       axios: ^0.27.2
+      esbuild: ^0.15.12
       prettier: ^2.5.1
       rimraf: ^3.0.2
       tslib: ^2.4.0
@@ -456,6 +457,7 @@ importers:
       tslib: 2.4.1
     devDependencies:
       '@types/node': 18.11.17
+      esbuild: 0.15.13
       prettier: 2.7.1
       rimraf: 3.0.2
       typescript: 4.8.4

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]