@typus/typus-sdk 1.6.6-c → 1.6.7

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.
@@ -110,7 +110,6 @@ function getFilledSummary(startTimestamp) {
110
110
  return [4 /*yield*/, response.json()];
111
111
  case 2:
112
112
  data = _a.sent();
113
- console.log(data);
114
113
  result = data.result.rows;
115
114
  // console.log(result);
116
115
  return [2 /*return*/, result];
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.6.6-c",
5
+ "version": "1.6.7",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.9.34",