From 474190843c82d781177d71cf945173a5336538c3 Mon Sep 17 00:00:00 2001 From: Otto Allmendinger Date: Fri, 28 Nov 2025 12:08:40 +0100 Subject: [PATCH] feat(wasm-utxo): update package.json files array Update the files array to only include JS files from the dist directories, excluding test directory. Issue: BTC-2786 Co-authored-by: llm-git --- packages/wasm-utxo/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/wasm-utxo/package.json b/packages/wasm-utxo/package.json index 52f931c5..634c1d9a 100644 --- a/packages/wasm-utxo/package.json +++ b/packages/wasm-utxo/package.json @@ -9,8 +9,8 @@ }, "license": "MIT", "files": [ - "dist/esm/**/*", - "dist/cjs/**/*" + "dist/esm/js/**/*", + "dist/cjs/js/**/*" ], "exports": { ".": {