@cometh/connect-react-hooks 0.0.4 → 0.0.5-dev.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/dist/index.d.cts +4 -4
- package/dist/index.d.ts +4 -4
- package/package.json +3 -3
package/dist/index.d.cts
CHANGED
|
@@ -44,8 +44,8 @@ declare const useAccount: () => {
|
|
|
44
44
|
[x: `address[${string}]`]: undefined;
|
|
45
45
|
[x: `bool[${string}]`]: undefined;
|
|
46
46
|
[x: `bytes[${string}]`]: undefined;
|
|
47
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
48
47
|
[x: `bytes1[${string}]`]: undefined;
|
|
48
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
49
49
|
[x: `bytes2[${string}]`]: undefined;
|
|
50
50
|
[x: `bytes3[${string}]`]: undefined;
|
|
51
51
|
[x: `bytes4[${string}]`]: undefined;
|
|
@@ -146,8 +146,8 @@ declare const useAccount: () => {
|
|
|
146
146
|
address?: undefined;
|
|
147
147
|
bool?: undefined;
|
|
148
148
|
bytes?: undefined;
|
|
149
|
-
bytes22?: undefined;
|
|
150
149
|
bytes1?: undefined;
|
|
150
|
+
bytes22?: undefined;
|
|
151
151
|
bytes2?: undefined;
|
|
152
152
|
bytes3?: undefined;
|
|
153
153
|
bytes4?: undefined;
|
|
@@ -266,7 +266,7 @@ declare const useAccount: () => {
|
|
|
266
266
|
signature: viem.Hex;
|
|
267
267
|
initCode?: never;
|
|
268
268
|
paymasterAndData?: never;
|
|
269
|
-
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "
|
|
269
|
+
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "callGasLimit" | "verificationGasLimit" | "preVerificationGas" | "signature" | "paymaster" | "paymasterVerificationGasLimit" | "paymasterPostOpGasLimit" | "paymasterData">;
|
|
270
270
|
account?: permissionless__types_accounts.SmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032"> | undefined;
|
|
271
271
|
middleware?: ((args: {
|
|
272
272
|
userOperation: {
|
|
@@ -337,7 +337,7 @@ declare const useAccount: () => {
|
|
|
337
337
|
signature: viem.Hex;
|
|
338
338
|
initCode?: never;
|
|
339
339
|
paymasterAndData?: never;
|
|
340
|
-
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "
|
|
340
|
+
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "callGasLimit" | "verificationGasLimit" | "preVerificationGas" | "signature" | "paymaster" | "paymasterVerificationGasLimit" | "paymasterPostOpGasLimit" | "paymasterData">;
|
|
341
341
|
account?: permissionless__types_accounts.SmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032"> | undefined;
|
|
342
342
|
middleware?: ((args: {
|
|
343
343
|
userOperation: {
|
package/dist/index.d.ts
CHANGED
|
@@ -44,8 +44,8 @@ declare const useAccount: () => {
|
|
|
44
44
|
[x: `address[${string}]`]: undefined;
|
|
45
45
|
[x: `bool[${string}]`]: undefined;
|
|
46
46
|
[x: `bytes[${string}]`]: undefined;
|
|
47
|
-
[x: `bytes22[${string}]`]: undefined;
|
|
48
47
|
[x: `bytes1[${string}]`]: undefined;
|
|
48
|
+
[x: `bytes22[${string}]`]: undefined;
|
|
49
49
|
[x: `bytes2[${string}]`]: undefined;
|
|
50
50
|
[x: `bytes3[${string}]`]: undefined;
|
|
51
51
|
[x: `bytes4[${string}]`]: undefined;
|
|
@@ -146,8 +146,8 @@ declare const useAccount: () => {
|
|
|
146
146
|
address?: undefined;
|
|
147
147
|
bool?: undefined;
|
|
148
148
|
bytes?: undefined;
|
|
149
|
-
bytes22?: undefined;
|
|
150
149
|
bytes1?: undefined;
|
|
150
|
+
bytes22?: undefined;
|
|
151
151
|
bytes2?: undefined;
|
|
152
152
|
bytes3?: undefined;
|
|
153
153
|
bytes4?: undefined;
|
|
@@ -266,7 +266,7 @@ declare const useAccount: () => {
|
|
|
266
266
|
signature: viem.Hex;
|
|
267
267
|
initCode?: never;
|
|
268
268
|
paymasterAndData?: never;
|
|
269
|
-
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "
|
|
269
|
+
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "callGasLimit" | "verificationGasLimit" | "preVerificationGas" | "signature" | "paymaster" | "paymasterVerificationGasLimit" | "paymasterPostOpGasLimit" | "paymasterData">;
|
|
270
270
|
account?: permissionless__types_accounts.SmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032"> | undefined;
|
|
271
271
|
middleware?: ((args: {
|
|
272
272
|
userOperation: {
|
|
@@ -337,7 +337,7 @@ declare const useAccount: () => {
|
|
|
337
337
|
signature: viem.Hex;
|
|
338
338
|
initCode?: never;
|
|
339
339
|
paymasterAndData?: never;
|
|
340
|
-
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "
|
|
340
|
+
}, "sender" | "nonce" | "maxFeePerGas" | "maxPriorityFeePerGas" | "factory" | "factoryData" | "callGasLimit" | "verificationGasLimit" | "preVerificationGas" | "signature" | "paymaster" | "paymasterVerificationGasLimit" | "paymasterPostOpGasLimit" | "paymasterData">;
|
|
341
341
|
account?: permissionless__types_accounts.SmartAccount<"0x0000000071727De22E5E9d8BAf0edAc6f37da032"> | undefined;
|
|
342
342
|
middleware?: ((args: {
|
|
343
343
|
userOperation: {
|
package/package.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
"url": "https://twitter.com/slovaye"
|
|
8
8
|
}
|
|
9
9
|
],
|
|
10
|
-
"version": "0.0.
|
|
10
|
+
"version": "0.0.5-dev.1",
|
|
11
11
|
"description": "React hooks Connect 4337",
|
|
12
12
|
"repository": "https://github.com/cometh-game/connect-sdk-4337.git",
|
|
13
13
|
"keywords": [
|
|
@@ -58,7 +58,7 @@
|
|
|
58
58
|
"typescript": "^5"
|
|
59
59
|
},
|
|
60
60
|
"dependencies": {
|
|
61
|
-
"@cometh/connect-sdk-4337": "0.1.
|
|
62
|
-
"permissionless": "
|
|
61
|
+
"@cometh/connect-sdk-4337": "^0.1.5-dev.1",
|
|
62
|
+
"permissionless": "0.1.31"
|
|
63
63
|
}
|
|
64
64
|
}
|