@typus/typus-sdk 1.9.1 → 1.9.3

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.
@@ -114,7 +114,7 @@ function getHistory(config, input) {
114
114
  return [4 /*yield*/, (0, graphQl_1.getEvents)(graphQlClient, MoveEventType, null, null, false)];
115
115
  case 1:
116
116
  events = _a.sent();
117
- return [4 /*yield*/, parseHistory(events, input.playgrounds)];
117
+ return [4 /*yield*/, parseHistory(events.events, input.playgrounds)];
118
118
  case 2:
119
119
  history = _a.sent();
120
120
  return [2 /*return*/, history];
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.9.1",
5
+ "version": "1.9.3",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "2.0.3",
8
8
  "@mysten/kiosk": "1.2.0",
@@ -50,6 +50,5 @@
50
50
  "bugs": {
51
51
  "url": "https://github.com/Typus-Lab/typus-sdk/issues"
52
52
  },
53
- "homepage": "https://github.com/Typus-Lab/typus-sdk#readme",
54
- "packageManager": "yarn@4.10.3+sha512.c38cafb5c7bb273f3926d04e55e1d8c9dfa7d9c3ea1f36a4868fa028b9e5f72298f0b7f401ad5eb921749eb012eb1c3bb74bf7503df3ee43fd600d14a018266f"
55
- }
53
+ "homepage": "https://github.com/Typus-Lab/typus-sdk#readme"
54
+ }