From a906263f74627dd928c581f388cf12faa3b43476 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 16 Feb 2023 03:23:42 +0100 Subject: use node16 module resolution --- packages/taler-util/package.json | 3 ++- packages/taler-util/src/index.browser.ts | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'packages/taler-util') diff --git a/packages/taler-util/package.json b/packages/taler-util/package.json index 9cf47d256..21bee4683 100644 --- a/packages/taler-util/package.json +++ b/packages/taler-util/package.json @@ -46,7 +46,8 @@ "#http-impl": { "type": "./lib/http-impl.node.js", "node": "./lib/http-impl.node.js", - "qtart": "./lib/http-impl.qtart.js" + "qtart": "./lib/http-impl.qtart.js", + "default": "./lib/http-impl.missing.js" } }, "scripts": { diff --git a/packages/taler-util/src/index.browser.ts b/packages/taler-util/src/index.browser.ts index 2a600644d..ec77b10c0 100644 --- a/packages/taler-util/src/index.browser.ts +++ b/packages/taler-util/src/index.browser.ts @@ -22,4 +22,4 @@ export * from "./index.js"; // The web stuff doesn't support package.json export declarations yet, // so we export more stuff here than we should. -export * from "./http.js"; +export * from "./http-common.js"; -- cgit v1.2.3