@clonegod/ttd-sui-common 1.0.59 → 1.0.60

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.
@@ -1,3 +1,3 @@
1
- import { SuiClient } from "@mysten/sui/dist/cjs/client/client";
1
+ import { SuiClient } from "@mysten/sui/client";
2
2
  export declare function get_all_objects_in_wallet(suiClient: SuiClient, walletAddress: string, limit?: number): Promise<any[]>;
3
3
  export declare function print_group_objects(allObjects: any[]): Promise<void>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@clonegod/ttd-sui-common",
3
- "version": "1.0.59",
3
+ "version": "1.0.60",
4
4
  "description": "Sui common library",
5
5
  "license": "UNLICENSED",
6
6
  "main": "dist/index.js",