saito-js 0.0.20 → 0.0.21

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.
@@ -124,7 +124,7 @@ class Transaction extends wasm_wrapper_1.default {
124
124
  return factory.createTransaction(wasmTx);
125
125
  }
126
126
  catch (e) {
127
- console.debug(e);
127
+ console.error(e);
128
128
  return null;
129
129
  }
130
130
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "saito-js",
3
- "version": "0.0.20",
3
+ "version": "0.0.21",
4
4
  "description": "js wrappings around saito-core using wasm",
5
5
  "scripts": {
6
6
  "test": "env TS_NODE_PROJECT=\"tsconfig.testing.json\" mocha --require ts-node/register 'tests/**/*.ts'",
@@ -29,7 +29,7 @@
29
29
  "dependencies": {
30
30
  "buffer": "^6.0.3",
31
31
  "cookie-parser": "~1.4.6",
32
- "saito-wasm": "^0.0.11",
32
+ "saito-wasm": "^0.0.12",
33
33
  "cors": "^2.8.5",
34
34
  "debug": "~4.3.4",
35
35
  "express": "~4.18.2",