graz 0.1.0-beta.1 → 0.1.0-beta.2

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/index.d.mts CHANGED
@@ -542,10 +542,10 @@ declare const useConnect: ({ onError, onLoading, onSuccess }?: UseConnectChainAr
542
542
  */
543
543
  declare const useDisconnect: ({ onError, onLoading, onSuccess }?: MutationEventArgs) => {
544
544
  disconnect: (args?: {
545
- chainId?: string;
545
+ chainId?: ChainId$1;
546
546
  }) => void;
547
547
  disconnectAsync: (args?: {
548
- chainId?: string;
548
+ chainId?: ChainId$1;
549
549
  }) => Promise<void>;
550
550
  error: unknown;
551
551
  isLoading: boolean;
package/dist/index.d.ts CHANGED
@@ -542,10 +542,10 @@ declare const useConnect: ({ onError, onLoading, onSuccess }?: UseConnectChainAr
542
542
  */
543
543
  declare const useDisconnect: ({ onError, onLoading, onSuccess }?: MutationEventArgs) => {
544
544
  disconnect: (args?: {
545
- chainId?: string;
545
+ chainId?: ChainId$1;
546
546
  }) => void;
547
547
  disconnectAsync: (args?: {
548
- chainId?: string;
548
+ chainId?: ChainId$1;
549
549
  }) => Promise<void>;
550
550
  error: unknown;
551
551
  isLoading: boolean;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "graz",
3
3
  "description": "React hooks for Cosmos",
4
- "version": "0.1.0-beta.1",
4
+ "version": "0.1.0-beta.2",
5
5
  "author": "Griko Nibras <griko@strange.love>",
6
6
  "repository": "https://github.com/graz-sh/graz.git",
7
7
  "homepage": "https://github.com/graz-sh/graz",