@bigmaxwatermelon/sdk 0.4.2 → 0.4.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.
- package/dist/cli.js +22 -19
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -523,7 +523,7 @@ interface IsometryConfig {
|
|
|
523
523
|
addresses?: ContractAddresses;
|
|
524
524
|
privateKey?: string;
|
|
525
525
|
}
|
|
526
|
-
declare const SDK_VERSION = "0.4.
|
|
526
|
+
declare const SDK_VERSION = "0.4.3";
|
|
527
527
|
declare class IsometryClient {
|
|
528
528
|
readonly rpc: {
|
|
529
529
|
platform: PlatformRpcService;
|
package/dist/index.js
CHANGED