@rango-dev/widget-embedded 0.52.1-next.0 → 0.52.1-next.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rango-dev/widget-embedded",
3
- "version": "0.52.1-next.0",
3
+ "version": "0.52.1-next.1",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "source": "./src/index.ts",
@@ -25,14 +25,14 @@
25
25
  "@lingui/core": "4.2.1",
26
26
  "@lingui/react": "4.2.1",
27
27
  "@rango-dev/logging-core": "^0.11.0",
28
- "@rango-dev/provider-all": "^0.54.1-next.0",
28
+ "@rango-dev/provider-all": "^0.54.1-next.1",
29
29
  "@rango-dev/queue-manager-core": "^0.33.0",
30
- "@rango-dev/queue-manager-rango-preset": "^0.54.1-next.0",
30
+ "@rango-dev/queue-manager-rango-preset": "^0.54.1-next.1",
31
31
  "@rango-dev/queue-manager-react": "^0.33.0",
32
32
  "@rango-dev/signer-solana": "^0.44.1-next.0",
33
33
  "@rango-dev/ui": "^0.55.1-next.0",
34
34
  "@rango-dev/wallets-core": "^0.51.1-next.0",
35
- "@rango-dev/wallets-react": "^0.38.1-next.0",
35
+ "@rango-dev/wallets-react": "^0.38.1-next.1",
36
36
  "@rango-dev/wallets-shared": "^0.52.1-next.0",
37
37
  "bignumber.js": "^9.1.1",
38
38
  "copy-to-clipboard": "^3.3.3",
@@ -29,6 +29,7 @@ function QueueManager(props: PropsWithChildren<{ apiKey?: string }>) {
29
29
  connect,
30
30
  canSwitchNetworkTo,
31
31
  getWalletInfo,
32
+ hubProvider,
32
33
  } = useWallets();
33
34
 
34
35
  const swapQueueDef = useMemo(() => {
@@ -98,6 +99,7 @@ function QueueManager(props: PropsWithChildren<{ apiKey?: string }>) {
98
99
  canSwitchNetworkTo,
99
100
  state,
100
101
  isMobileWallet,
102
+ hubProvider,
101
103
  };
102
104
 
103
105
  const isActiveTab = useUiStore.use.isActiveTab();