@zama-fhe/react-sdk 2.1.0 → 2.1.1-alpha.1
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.ts +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -293,7 +293,7 @@ declare function useUserDecryptedValue(handle: Handle$1 | undefined): _tanstack_
|
|
|
293
293
|
*/
|
|
294
294
|
declare function useUserDecryptedValues(handles: Handle$1[]): {
|
|
295
295
|
data: Record<`0x${string}`, ClearValueType$1 | undefined>;
|
|
296
|
-
results: (
|
|
296
|
+
results: (_tanstack_react_query0.UseQueryResult<unknown, unknown> | _tanstack_react_query0.UseQueryResult<unknown, Error>)[];
|
|
297
297
|
};
|
|
298
298
|
//#endregion
|
|
299
299
|
//#region src/token/use-token.d.ts
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zama-fhe/react-sdk",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.1-alpha.1",
|
|
4
4
|
"description": "React hooks for Zama SDK",
|
|
5
5
|
"license": "BSD-3-Clause-Clear",
|
|
6
6
|
"author": "Zama",
|
|
@@ -55,11 +55,11 @@
|
|
|
55
55
|
"@zama-fhe/sdk": "workspace:*",
|
|
56
56
|
"rolldown": "1.0.0-rc.7",
|
|
57
57
|
"rolldown-plugin-dts": "^0.22.5",
|
|
58
|
-
"viem": "^2.47.
|
|
58
|
+
"viem": "^2.47.6"
|
|
59
59
|
},
|
|
60
60
|
"peerDependencies": {
|
|
61
61
|
"@tanstack/react-query": ">=5",
|
|
62
|
-
"@zama-fhe/sdk": "^2.1.
|
|
62
|
+
"@zama-fhe/sdk": "^2.1.1-alpha.1",
|
|
63
63
|
"react": ">=18",
|
|
64
64
|
"viem": "^2.47.0",
|
|
65
65
|
"wagmi": ">=2"
|