gnunet-svn
[Top][All Lists]
Advanced

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

[taler-wallet-core] branch master updated: adjust imports


From: gnunet
Subject: [taler-wallet-core] branch master updated: adjust imports
Date: Tue, 15 Jun 2021 19:01:08 +0200

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

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

The following commit(s) were added to refs/heads/master by this push:
     new 52b8785d adjust imports
52b8785d is described below

commit 52b8785d95694e373d8efdb2aa1680e51172bd81
Author: Florian Dold <florian@dold.me>
AuthorDate: Tue Jun 15 19:01:05 2021 +0200

    adjust imports
---
 packages/taler-wallet-cli/src/index.ts  | 6 +++---
 packages/taler-wallet-core/src/index.ts | 3 ++-
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/packages/taler-wallet-cli/src/index.ts 
b/packages/taler-wallet-cli/src/index.ts
index 63b969f1..695f5fd6 100644
--- a/packages/taler-wallet-cli/src/index.ts
+++ b/packages/taler-wallet-cli/src/index.ts
@@ -45,14 +45,14 @@ import {
   NodeThreadCryptoWorkerFactory,
   CryptoApi,
   walletCoreDebugFlags,
-  WalletCoreApiClient,
-  WalletApiOperation,
   handleCoreApiRequest,
   runPending,
   runUntilDone,
   getClientFromWalletState,
+  WalletApiOperation,
+  WalletCoreApiClient,
+  InternalWalletState,
 } from "@gnu-taler/taler-wallet-core";
-import { InternalWalletState } from 
"@gnu-taler/taler-wallet-core/src/operations/state";
 
 // This module also serves as the entry point for the crypto
 // thread worker, and thus must expose these two handlers.
diff --git a/packages/taler-wallet-core/src/index.ts 
b/packages/taler-wallet-core/src/index.ts
index 24109d9b..995af438 100644
--- a/packages/taler-wallet-core/src/index.ts
+++ b/packages/taler-wallet-core/src/index.ts
@@ -48,5 +48,6 @@ export * from "./crypto/talerCrypto.js";
 export * from "./pending-types.js";
 
 export * from "./util/debugFlags.js";
-
+export { InternalWalletState } from "./operations/state.js";
+export * from "./wallet-api-types.js";
 export * from "./wallet.js";

-- 
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]