@typus/typus-sdk 1.1.17 → 1.1.18

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.
@@ -150,10 +150,13 @@ function parseTxHistory(datas, originPackage, vaults) {
150
150
  break;
151
151
  case "2":
152
152
  optionType = "Call Spread";
153
+ break;
153
154
  case "3":
154
155
  optionType = "Put Spread";
156
+ break;
155
157
  case "4":
156
158
  optionType = "Capped Call";
159
+ break;
157
160
  default:
158
161
  optionType = "";
159
162
  break;
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.1.17",
5
+ "version": "1.1.18",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.7.3",
8
8
  "@mysten/kiosk": "^0.3.3",