docx-wasm 0.0.242 → 0.0.243

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "docx-wasm",
3
- "version": "0.0.242",
3
+ "version": "0.0.243",
4
4
  "main": "dist/node/index.js",
5
5
  "browser": "dist/web/index.js",
6
6
  "author": "bokuweb <bokuweb12@gmail.com>",
@@ -10,8 +10,8 @@
10
10
  "wasm-pack:web": "wasm-pack build --release --out-dir dist/web/pkg",
11
11
  "wasm-pack:node": "wasm-pack build --release --out-dir dist/node/pkg --target nodejs",
12
12
  "wasm-pack": "run-s wasm-pack:*",
13
- "tsc:web": "tsc -p tsconfig.web.json",
14
- "tsc:node": "tsc -p tsconfig.node.json",
13
+ "tsc:web": "tsc -p tsconfig.web.json --sourcemap",
14
+ "tsc:node": "tsc -p tsconfig.node.json --sourcemap",
15
15
  "tsc": "run-s tsc:*",
16
16
  "test": "npm run build && tsc && jest",
17
17
  "build": "run-s tsrs copy:bindings wasm-pack tsc",
@@ -31,7 +31,7 @@
31
31
  "cpy-cli": "3.1.1",
32
32
  "file-saver": "2.0.5",
33
33
  "html-webpack-plugin": "4.5.2",
34
- "jest": "27.4.7",
34
+ "jest": "27.5.0",
35
35
  "npm-run-all": "4.1.5",
36
36
  "text-encoding": "0.7.0",
37
37
  "ts-loader": "9.2.6",