Bump SDK dependencies to rc.10 post merge

This commit is contained in:
Lorexia
2023-10-03 16:11:52 +02:00
2 changed files with 5 additions and 6 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();
+4 -4
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,9 +28,9 @@
"@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/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",