@typus/typus-sdk 1.8.9 → 1.8.11

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.
@@ -138,7 +138,7 @@ function divByDecimal(numerator, decimal) {
138
138
  return numerator / Math.pow(10, decimal);
139
139
  }
140
140
  function bcsToString(input) {
141
- console.log(input);
141
+ // console.log(input);
142
142
  return bcs_1.bcs.string().parse(new Uint8Array(input));
143
143
  }
144
144
  function toMap(contents) {
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@typus/typus-sdk",
3
3
  "author": "Typus",
4
4
  "description": "typus sdk",
5
- "version": "1.8.9",
5
+ "version": "1.8.11",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "1.6.1",
8
8
  "@mysten/kiosk": "0.12.6",