From 1cde390c23f2668a3777752632c48febd10a28ee Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Mon, 14 Jun 2021 16:08:58 +0200 Subject: fix up imports, no more esm in tests --- packages/taler-wallet-core/src/operations/deposits.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'packages/taler-wallet-core/src/operations/deposits.ts') diff --git a/packages/taler-wallet-core/src/operations/deposits.ts b/packages/taler-wallet-core/src/operations/deposits.ts index 23cc435ff..c376ae8e0 100644 --- a/packages/taler-wallet-core/src/operations/deposits.ts +++ b/packages/taler-wallet-core/src/operations/deposits.ts @@ -14,16 +14,16 @@ GNU Taler; see the file COPYING. If not, see */ -import { kdf } from "../crypto/primitives/kdf"; +import { kdf } from "../crypto/primitives/kdf.js"; import { encodeCrock, getRandomBytes, stringToBytes, -} from "../crypto/talerCrypto"; -import { selectPayCoins } from "../util/coinSelection"; +} from "../crypto/talerCrypto.js"; +import { selectPayCoins } from "../util/coinSelection.js"; import { canonicalJson } from "@gnu-taler/taler-util"; -import { readSuccessResponseJsonOrThrow } from "../util/http"; -import { initRetryInfo, updateRetryInfoTimeout } from "../util/retries"; +import { readSuccessResponseJsonOrThrow } from "../util/http.js"; +import { initRetryInfo, updateRetryInfoTimeout } from "../util/retries.js"; import { Amounts, buildCodecForObject, @@ -53,8 +53,8 @@ import { getCandidatePayCoins, getEffectiveDepositAmount, getTotalPaymentCost, -} from "./pay"; -import { InternalWalletState } from "./state"; +} from "./pay.js"; +import { InternalWalletState } from "./state.js"; import { Logger } from "@gnu-taler/taler-util"; import { DepositGroupRecord } from "../db.js"; -- cgit v1.2.3