Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit c437d64

Browse files
committed
update sdk version
1 parent 637faa9 commit c437d64

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

etc/react.api.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
55
```ts
66

7-
/// <reference types="node" />
8-
97
import { allChains } from './constants';
108
import { Balance } from './types';
119
import { balanceAction } from './actions';
@@ -603,10 +601,10 @@ export type WalletLinkConnectorType = "walletLink" | "coinbase" | {
603601

604602
// Warnings were encountered during analysis:
605603
//
606-
// dist/index.d.ts:396:5 - (ae-forgotten-export) The symbol "MagicConnectorArguments" needs to be exported by the entry point index.d.ts
607-
// dist/index.d.ts:403:5 - (ae-forgotten-export) The symbol "GnosisConnectorArguments" needs to be exported by the entry point index.d.ts
608-
// dist/index.d.ts:977:5 - (ae-forgotten-export) The symbol "wagmi_core" needs to be exported by the entry point index.d.ts
609-
// dist/index.d.ts:2134:9 - (ae-forgotten-export) The symbol "PublishedMetadata" needs to be exported by the entry point index.d.ts
604+
// dist/index.d.ts:395:5 - (ae-forgotten-export) The symbol "MagicConnectorArguments" needs to be exported by the entry point index.d.ts
605+
// dist/index.d.ts:402:5 - (ae-forgotten-export) The symbol "GnosisConnectorArguments" needs to be exported by the entry point index.d.ts
606+
// dist/index.d.ts:976:5 - (ae-forgotten-export) The symbol "wagmi_core" needs to be exported by the entry point index.d.ts
607+
// dist/index.d.ts:2118:9 - (ae-forgotten-export) The symbol "PublishedMetadata" needs to be exported by the entry point index.d.ts
610608

611609
// (No @packageDocumentation comment for this package)
612610

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -975,9 +975,9 @@
975975
integrity sha512-6G7eMTU2cAbeRsGHQ84ZWkRL1hOM7xeUoNh8PEY+PZQyTaeVxImFWXb8sS1QakhT9nE8LBesOb5iXfwBaOCEQw==
976976

977977
"@thirdweb-dev/sdk@^2.1.0":
978-
version "2.1.4"
979-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-2.1.4.tgz#71dfa199cf2bff7bef68996238a9f80be9cd6f9a"
980-
integrity sha512-Fa2U3QpMhWnlJvt8q+4hElmt2aLNgdJbdmS6BB8Ds0fOqfWFSEPwuva2wiq0tHPsdMqCvCuXDhWVsaTEiVmMEQ==
978+
version "2.1.5"
979+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-2.1.5.tgz#d65025f5d88b9da1076efae014fd5dc1872dd524"
980+
integrity sha512-dQmDL8VV/Lqdj7r2wnZ8khXL+xII5HWcDBIs/TgMhQd1EhU+MlvPgKzCPI/O4ngFipS60YS8HNefJjKWebwDBw==
981981
dependencies:
982982
"@ethersproject/bignumber" "^5.6.0"
983983
"@ethersproject/bytes" "^5.6.1"

0 commit comments

Comments
 (0)