Skip to content

Commit 7c64f62

Browse files
committed
react 1.0.9
1 parent 1e02a67 commit 7c64f62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

ts/react/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

ts/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@openmesh-network/xnode-manager-sdk-react",
3-
"version": "1.0.8",
3+
"version": "1.0.9",
44
"repository": {
55
"type": "git",
66
"url": "git+https://github.com/Openmesh-Network/xnode-manager-sdk.git"

ts/react/src/auth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function useAuthLogin({
1414
user,
1515
overrides,
1616
...loginArgs
17-
}: xnode.auth.login_input & {
17+
}: Partial<xnode.auth.login_input> & {
1818
overrides?: QueryOverrides<xnode.auth.login_output>;
1919
}): UseQueryOutput<xnode.auth.login_output> {
2020
return useQuery(

0 commit comments

Comments
 (0)