@tonconnect/ui-react
Advanced tools
Comparing version 1.0.0-beta.3 to 1.0.0-beta.4
import { ReactNode } from 'react'; | ||
import { ActionConfiguration, Locales, TonConnectUI, UIPreferences, WalletsListConfiguration } from '@tonconnect/ui'; | ||
import type { ITonConnect } from '@tonconnect/sdk'; | ||
import type { ITonConnect } from '@tonconnect/ui'; | ||
export declare const TonConnectUIContext: import("react").Context<TonConnectUI | null>; | ||
@@ -5,0 +5,0 @@ export declare type TonConnectUIProviderProps = { |
@@ -1,3 +0,2 @@ | ||
import { Wallet } from '@tonconnect/sdk'; | ||
import { WalletInfoWithOpenMethod } from '@tonconnect/ui'; | ||
import { WalletInfoWithOpenMethod, Wallet } from '@tonconnect/ui'; | ||
/** | ||
@@ -4,0 +3,0 @@ * Use it to get user's current ton wallet. If wallet is not connected hook will return null. |
{ | ||
"name": "@tonconnect/ui-react", | ||
"version": "1.0.0-beta.3", | ||
"version": "1.0.0-beta.4", | ||
"scripts": { | ||
@@ -43,8 +43,2 @@ "dev": "vite", | ||
}, | ||
"dependencies": { | ||
"react": "^18.0.0", | ||
"react-dom": "^18.0.0", | ||
"@tonconnect/ui": "^1.0.0-beta.2", | ||
"@tonconnect/sdk": "^2.1.2" | ||
}, | ||
"devDependencies": { | ||
@@ -61,2 +55,5 @@ "@types/react": "^18.0.26", | ||
}, | ||
"dependencies": { | ||
"@tonconnect/ui": "^1.0.0-beta.3" | ||
}, | ||
"peerDependencies": { | ||
@@ -63,0 +60,0 @@ "react": ">=17.0.0", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Network access
Supply chain riskThis module accesses the network.
Found 1 instance in 1 package
3
1
252249
2222
+ Addedreact@19.0.0(transitive)
+ Addedreact-dom@19.0.0(transitive)
+ Addedscheduler@0.25.0(transitive)
- Removed@tonconnect/sdk@^2.1.2
- Removedreact@^18.0.0
- Removedreact-dom@^18.0.0
- Removedjs-tokens@4.0.0(transitive)
- Removedloose-envify@1.4.0(transitive)
- Removedreact@18.3.1(transitive)
- Removedreact-dom@18.3.1(transitive)
- Removedscheduler@0.23.2(transitive)
Updated@tonconnect/ui@^1.0.0-beta.3