@getpara/react-sdk 2.18.0 → 2.19.0

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,24 +1,24 @@
1
1
  {
2
2
  "name": "@getpara/react-sdk",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "dependencies": {
5
- "@getpara/aa-alchemy": "2.18.0",
6
- "@getpara/aa-biconomy": "2.18.0",
7
- "@getpara/aa-cdp": "2.18.0",
8
- "@getpara/aa-gelato": "2.18.0",
9
- "@getpara/aa-pimlico": "2.18.0",
10
- "@getpara/aa-porto": "2.18.0",
11
- "@getpara/aa-rhinestone": "2.18.0",
12
- "@getpara/aa-safe": "2.18.0",
13
- "@getpara/aa-thirdweb": "2.18.0",
14
- "@getpara/aa-zerodev": "2.18.0",
15
- "@getpara/cosmjs-v0-integration": "2.18.0",
16
- "@getpara/cosmos-wallet-connectors": "2.18.0",
17
- "@getpara/evm-wallet-connectors": "2.18.0",
18
- "@getpara/react-sdk-lite": "2.18.0",
19
- "@getpara/solana-signers-v2-integration": "2.18.0",
20
- "@getpara/solana-wallet-connectors": "2.18.0",
21
- "@getpara/viem-v2-integration": "2.18.0"
5
+ "@getpara/aa-alchemy": "2.19.0",
6
+ "@getpara/aa-biconomy": "2.19.0",
7
+ "@getpara/aa-cdp": "2.19.0",
8
+ "@getpara/aa-gelato": "2.19.0",
9
+ "@getpara/aa-pimlico": "2.19.0",
10
+ "@getpara/aa-porto": "2.19.0",
11
+ "@getpara/aa-rhinestone": "2.19.0",
12
+ "@getpara/aa-safe": "2.19.0",
13
+ "@getpara/aa-thirdweb": "2.19.0",
14
+ "@getpara/aa-zerodev": "2.19.0",
15
+ "@getpara/cosmjs-v0-integration": "2.19.0",
16
+ "@getpara/cosmos-wallet-connectors": "2.19.0",
17
+ "@getpara/evm-wallet-connectors": "2.19.0",
18
+ "@getpara/react-sdk-lite": "2.19.0",
19
+ "@getpara/solana-signers-v2-integration": "2.19.0",
20
+ "@getpara/solana-wallet-connectors": "2.19.0",
21
+ "@getpara/viem-v2-integration": "2.19.0"
22
22
  },
23
23
  "devDependencies": {
24
24
  "@metamask/delegation-toolkit": "^0.11.0",
@@ -37,24 +37,14 @@
37
37
  "./cosmos/actions": "./dist/cosmos/actions/index.js",
38
38
  "./solana": "./dist/solana/index.js",
39
39
  "./solana/hooks": "./dist/solana/hooks/index.js",
40
- "./solana/actions": "./dist/solana/actions/index.js",
41
- "./aa/alchemy": "./dist/aa/alchemy/index.js",
42
- "./aa/biconomy": "./dist/aa/biconomy/index.js",
43
- "./aa/cdp": "./dist/aa/cdp/index.js",
44
- "./aa/gelato": "./dist/aa/gelato/index.js",
45
- "./aa/pimlico": "./dist/aa/pimlico/index.js",
46
- "./aa/porto": "./dist/aa/porto/index.js",
47
- "./aa/rhinestone": "./dist/aa/rhinestone/index.js",
48
- "./aa/safe": "./dist/aa/safe/index.js",
49
- "./aa/thirdweb": "./dist/aa/thirdweb/index.js",
50
- "./aa/zerodev": "./dist/aa/zerodev/index.js"
40
+ "./solana/actions": "./dist/solana/actions/index.js"
51
41
  },
52
42
  "files": [
53
43
  "dist",
54
44
  "package.json",
55
45
  "styles.css"
56
46
  ],
57
- "gitHead": "4481f6f4e108e682d14c74d4433696141c47fc58",
47
+ "gitHead": "7dc9400777adb653c0cc28e0d9236424eb384467",
58
48
  "main": "dist/index.js",
59
49
  "peerDependencies": {
60
50
  "@tanstack/react-query": ">=5.0.0",
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-alchemy';
2
- export { useAlchemySmartAccount, ALCHEMY_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-alchemy";
4
- import { useAlchemySmartAccount, ALCHEMY_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- ALCHEMY_SMART_ACCOUNT_BASE_KEY,
7
- useAlchemySmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-biconomy';
2
- export { useBiconomySmartAccount, BICONOMY_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-biconomy";
4
- import { useBiconomySmartAccount, BICONOMY_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- BICONOMY_SMART_ACCOUNT_BASE_KEY,
7
- useBiconomySmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-cdp';
2
- export { useCDPSmartAccount, CDP_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-cdp";
4
- import { useCDPSmartAccount, CDP_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- CDP_SMART_ACCOUNT_BASE_KEY,
7
- useCDPSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-gelato';
2
- export { useGelatoSmartAccount, GELATO_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-gelato";
4
- import { useGelatoSmartAccount, GELATO_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- GELATO_SMART_ACCOUNT_BASE_KEY,
7
- useGelatoSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-pimlico';
2
- export { usePimlicoSmartAccount, PIMLICO_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-pimlico";
4
- import { usePimlicoSmartAccount, PIMLICO_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- PIMLICO_SMART_ACCOUNT_BASE_KEY,
7
- usePimlicoSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-porto';
2
- export { usePortoSmartAccount, PORTO_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-porto";
4
- import { usePortoSmartAccount, PORTO_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- PORTO_ACCOUNT_BASE_KEY,
7
- usePortoSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-rhinestone';
2
- export { useRhinestoneSmartAccount, RHINESTONE_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-rhinestone";
4
- import { useRhinestoneSmartAccount, RHINESTONE_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- RHINESTONE_SMART_ACCOUNT_BASE_KEY,
7
- useRhinestoneSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-safe';
2
- export { useSafeSmartAccount, SAFE_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-safe";
4
- import { useSafeSmartAccount, SAFE_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- SAFE_SMART_ACCOUNT_BASE_KEY,
7
- useSafeSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-thirdweb';
2
- export { useThirdwebSmartAccount, THIRDWEB_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-thirdweb";
4
- import { useThirdwebSmartAccount, THIRDWEB_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- THIRDWEB_SMART_ACCOUNT_BASE_KEY,
7
- useThirdwebSmartAccount
8
- };
@@ -1,2 +0,0 @@
1
- export * from '@getpara/aa-zerodev';
2
- export { useZeroDevSmartAccount, ZERODEV_SMART_ACCOUNT_BASE_KEY } from '@getpara/react-sdk-lite';
@@ -1,8 +0,0 @@
1
- "use client";
2
- import "../../chunk-MMUBH76A.js";
3
- export * from "@getpara/aa-zerodev";
4
- import { useZeroDevSmartAccount, ZERODEV_SMART_ACCOUNT_BASE_KEY } from "@getpara/react-sdk-lite";
5
- export {
6
- ZERODEV_SMART_ACCOUNT_BASE_KEY,
7
- useZeroDevSmartAccount
8
- };