updating dependencies

This commit is contained in:
Gala
2023-10-03 15:22:21 +02:00
parent a2d1aa626a
commit 8d9d790685
2 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -50,8 +50,7 @@ export const Traffic = () => {
await nym?.client.stop();
};
const send = () =>
payload && recipient && nym?.client.send({ payload, recipient });
const send = () => payload && recipient && nym?.client.send({ payload, recipient });
useEffect(() => {
init();
+5 -5
View File
@@ -1,6 +1,6 @@
{
"name": "@nymproject/ts-sdk-docs",
"version": "1.2.0-rc.9",
"version": "1.2.0-rc.10",
"description": "Nym Typescript SDK Docs",
"license": "Apache-2.0",
"author": "Nym Technologies SA",
@@ -28,10 +28,10 @@
"@mui/icons-material": "^5.14.9",
"@mui/lab": "^5.0.0-alpha.145",
"@mui/material": "^5.14.8",
"@nymproject/contract-clients": "^1.2.0-rc.9",
"@nymproject/mix-fetch": "^1.2.0-rc.9",
"@nymproject/mix-fetch-full-fat": "^1.2.0-rc.9",
"@nymproject/sdk-full-fat": "^1.2.0-rc.9",
"@nymproject/contract-clients": "^1.2.0-rc.10",
"@nymproject/mix-fetch": "^1.2.0-rc.10",
"@nymproject/mix-fetch-full-fat": "^1.2.0-rc.10",
"@nymproject/sdk-full-fat": "^1.2.0-rc.10",
"chain-registry": "^1.19.0",
"cosmjs-types": "^0.8.0",
"next": "^13.4.19",