From c5db9f2c712068b0e8476454e18ca28ecfad86ca Mon Sep 17 00:00:00 2001 From: Otto Allmendinger Date: Wed, 3 Dec 2025 12:51:55 +0100 Subject: [PATCH] feat(wasm-utxo): include CJS package.json in distribution files Add dist/cjs/package.json to files list to ensure proper packaging and module resolution for CommonJS imports. Issue: BTC-0 Co-authored-by: llm-git --- packages/wasm-utxo/package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/wasm-utxo/package.json b/packages/wasm-utxo/package.json index 634c1d9a..a38f4848 100644 --- a/packages/wasm-utxo/package.json +++ b/packages/wasm-utxo/package.json @@ -10,7 +10,8 @@ "license": "MIT", "files": [ "dist/esm/js/**/*", - "dist/cjs/js/**/*" + "dist/cjs/js/**/*", + "dist/cjs/package.json" ], "exports": { ".": {