@typus/typus-sdk 1.2.72 → 1.2.73

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.
@@ -599,6 +599,7 @@ function parseVaultInfo(vaults, Index, action) {
599
599
  optionType = "Capped Call";
600
600
  break;
601
601
  }
602
+ break;
602
603
  default:
603
604
  optionType = "";
604
605
  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.2.72",
5
+ "version": "1.2.73",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.7.12",