From 7f23d5e7e83e7647bf1c72d4afdee5921ec1c240 Mon Sep 17 00:00:00 2001 From: bokuweb Date: Tue, 8 Feb 2022 01:46:04 +0900 Subject: [PATCH] 0.0.243 (#433) * 0.0.243 * fix: files * 0.0.244 --- docx-wasm/package.json | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/docx-wasm/package.json b/docx-wasm/package.json index 6dd0883..cf2f832 100644 --- a/docx-wasm/package.json +++ b/docx-wasm/package.json @@ -1,6 +1,6 @@ { "name": "docx-wasm", - "version": "0.0.242", + "version": "0.0.244", "main": "dist/node/index.js", "browser": "dist/web/index.js", "author": "bokuweb ", @@ -10,8 +10,8 @@ "wasm-pack:web": "wasm-pack build --release --out-dir dist/web/pkg", "wasm-pack:node": "wasm-pack build --release --out-dir dist/node/pkg --target nodejs", "wasm-pack": "run-s wasm-pack:*", - "tsc:web": "tsc -p tsconfig.web.json", - "tsc:node": "tsc -p tsconfig.node.json", + "tsc:web": "tsc -p tsconfig.web.json --sourcemap", + "tsc:node": "tsc -p tsconfig.node.json --sourcemap", "tsc": "run-s tsc:*", "test": "npm run build && tsc && jest", "build": "run-s tsrs copy:bindings wasm-pack tsc", @@ -44,7 +44,8 @@ "files": [ "dist", "dist/web/pkg/*", - "dist/node/pkg/*" + "dist/node/pkg/*", + "js/*" ], "module": "dist/web/index.js", "types": "dist/web/index.d.ts",