@typus/typus-sdk 1.4.7 → 1.4.8

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.
@@ -734,7 +734,7 @@ function parseVaultInfo(vaults, Index, action, eventLog) {
734
734
  period = "Hourly";
735
735
  break;
736
736
  case "4":
737
- period = "10Min";
737
+ period = "10min";
738
738
  break;
739
739
  default:
740
740
  period = "";
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.4.7",
5
+ "version": "1.4.8",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.11.1",
8
8
  "@mysten/kiosk": "0.8.10",