@typus/typus-sdk 1.1.4 → 1.1.5

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.
@@ -502,7 +502,7 @@ function getMyBids(provider, typusFrameworkPackageId, packageId, registry, recei
502
502
  return reader.read8();
503
503
  }),
504
504
  };
505
- result[bidVault.index] = {
505
+ result[bidVault.index + "-" + bidVault.id] = {
506
506
  bidVault: bidVault,
507
507
  share: reader.read64(),
508
508
  };
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.4",
5
+ "version": "1.1.5",
6
6
  "dependencies": {
7
7
  "@mysten/bcs": "^0.7.3",
8
8
  "@mysten/kiosk": "^0.3.3",