@getpara/react-sdk 2.17.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/dist/evm/actions/getViemClient.d.ts +98 -98
- package/dist/evm/hooks/useViemClient.d.ts +98 -98
- package/package.json +20 -30
- package/dist/aa/alchemy/index.d.ts +0 -2
- package/dist/aa/alchemy/index.js +0 -8
- package/dist/aa/biconomy/index.d.ts +0 -2
- package/dist/aa/biconomy/index.js +0 -8
- package/dist/aa/cdp/index.d.ts +0 -2
- package/dist/aa/cdp/index.js +0 -8
- package/dist/aa/gelato/index.d.ts +0 -2
- package/dist/aa/gelato/index.js +0 -8
- package/dist/aa/pimlico/index.d.ts +0 -2
- package/dist/aa/pimlico/index.js +0 -8
- package/dist/aa/porto/index.d.ts +0 -2
- package/dist/aa/porto/index.js +0 -8
- package/dist/aa/rhinestone/index.d.ts +0 -2
- package/dist/aa/rhinestone/index.js +0 -8
- package/dist/aa/safe/index.d.ts +0 -2
- package/dist/aa/safe/index.js +0 -8
- package/dist/aa/thirdweb/index.d.ts +0 -2
- package/dist/aa/thirdweb/index.js +0 -8
- package/dist/aa/zerodev/index.d.ts +0 -2
- package/dist/aa/zerodev/index.js +0 -8
package/package.json
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@getpara/react-sdk",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.19.0",
|
|
4
4
|
"dependencies": {
|
|
5
|
-
"@getpara/aa-alchemy": "2.
|
|
6
|
-
"@getpara/aa-biconomy": "2.
|
|
7
|
-
"@getpara/aa-cdp": "2.
|
|
8
|
-
"@getpara/aa-gelato": "2.
|
|
9
|
-
"@getpara/aa-pimlico": "2.
|
|
10
|
-
"@getpara/aa-porto": "2.
|
|
11
|
-
"@getpara/aa-rhinestone": "2.
|
|
12
|
-
"@getpara/aa-safe": "2.
|
|
13
|
-
"@getpara/aa-thirdweb": "2.
|
|
14
|
-
"@getpara/aa-zerodev": "2.
|
|
15
|
-
"@getpara/cosmjs-v0-integration": "2.
|
|
16
|
-
"@getpara/cosmos-wallet-connectors": "2.
|
|
17
|
-
"@getpara/evm-wallet-connectors": "2.
|
|
18
|
-
"@getpara/react-sdk-lite": "2.
|
|
19
|
-
"@getpara/solana-signers-v2-integration": "2.
|
|
20
|
-
"@getpara/solana-wallet-connectors": "2.
|
|
21
|
-
"@getpara/viem-v2-integration": "2.
|
|
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": "
|
|
47
|
+
"gitHead": "7dc9400777adb653c0cc28e0d9236424eb384467",
|
|
58
48
|
"main": "dist/index.js",
|
|
59
49
|
"peerDependencies": {
|
|
60
50
|
"@tanstack/react-query": ">=5.0.0",
|
package/dist/aa/alchemy/index.js
DELETED
|
@@ -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
|
-
};
|
package/dist/aa/cdp/index.d.ts
DELETED
package/dist/aa/cdp/index.js
DELETED
package/dist/aa/gelato/index.js
DELETED
package/dist/aa/pimlico/index.js
DELETED
package/dist/aa/porto/index.d.ts
DELETED
package/dist/aa/porto/index.js
DELETED
|
@@ -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
|
-
};
|
package/dist/aa/safe/index.d.ts
DELETED
package/dist/aa/safe/index.js
DELETED
|
@@ -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
|
-
};
|
package/dist/aa/zerodev/index.js
DELETED