graz 0.1.4 → 0.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.
package/dist/index.d.mts CHANGED
@@ -1002,7 +1002,7 @@ declare const useQueryRaw: <TError>(args?: {
1002
1002
 
1003
1003
  interface SiginingClientSinglechainArgs<T> {
1004
1004
  multiChain?: false;
1005
- opts?: Record<string, T>;
1005
+ opts?: T;
1006
1006
  }
1007
1007
  interface SiginingClientMultichainArgs<T> {
1008
1008
  multiChain?: true;
package/dist/index.d.ts CHANGED
@@ -1002,7 +1002,7 @@ declare const useQueryRaw: <TError>(args?: {
1002
1002
 
1003
1003
  interface SiginingClientSinglechainArgs<T> {
1004
1004
  multiChain?: false;
1005
- opts?: Record<string, T>;
1005
+ opts?: T;
1006
1006
  }
1007
1007
  interface SiginingClientMultichainArgs<T> {
1008
1008
  multiChain?: true;
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.4",
4
+ "version": "0.1.5",
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",