@edgeandnode/graph-auth-kit 6.4.5 → 6.4.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d
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/client.d.ts +4 -4
- package/package.json +8 -8
package/dist/client.d.ts
CHANGED
|
@@ -947,7 +947,7 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
947
947
|
formatters?: undefined;
|
|
948
948
|
serializers?: import('viem').ChainSerializers<undefined, import('viem').TransactionSerializable> | undefined;
|
|
949
949
|
}>) => Promise<import('viem').CallReturnType>;
|
|
950
|
-
createAccessList: (parameters: import('viem
|
|
950
|
+
createAccessList: (parameters: import('viem').CreateAccessListParameters<{
|
|
951
951
|
graphCliName: string;
|
|
952
952
|
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
|
953
953
|
blockExplorers: {
|
|
@@ -9573,9 +9573,9 @@ export declare function buildPublicClient({ chain, infuraKey }: BuildPublicClien
|
|
|
9573
9573
|
}, (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") extends infer T_13 ? T_13 extends (request["parameters"] extends readonly import('viem').PrepareTransactionRequestParameterType[] ? request["parameters"][number] : "gas" | "nonce" | "type" | "blobVersionedHashes" | "chainId" | "fees") ? T_13 extends "fees" ? "gasPrice" | "maxFeePerGas" | "maxPriorityFeePerGas" : T_13 : never : never> & (unknown extends request["kzg"] ? {} : Pick<request, "kzg">))[K]; } : never>;
|
|
9574
9574
|
readContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "pure" | "view">, const args extends import('viem').ContractFunctionArgs<abi, "pure" | "view", functionName>>(args: import('viem').ReadContractParameters<abi, functionName, args>) => Promise<import('viem').ReadContractReturnType<abi, functionName, args>>;
|
|
9575
9575
|
sendRawTransaction: (args: import('viem').SendRawTransactionParameters) => Promise<import('viem').SendRawTransactionReturnType>;
|
|
9576
|
-
simulate: <const calls extends readonly unknown[]>(args: import('viem
|
|
9577
|
-
simulateBlocks: <const calls extends readonly unknown[]>(args: import('viem
|
|
9578
|
-
simulateCalls: <const calls extends readonly unknown[]>(args: import('viem
|
|
9576
|
+
simulate: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
|
|
9577
|
+
simulateBlocks: <const calls extends readonly unknown[]>(args: import('viem').SimulateBlocksParameters<calls>) => Promise<import('viem').SimulateBlocksReturnType<calls>>;
|
|
9578
|
+
simulateCalls: <const calls extends readonly unknown[]>(args: import('viem').SimulateCallsParameters<calls>) => Promise<import('viem').SimulateCallsReturnType<calls>>;
|
|
9579
9579
|
simulateContract: <const abi extends import('abitype').Abi | readonly unknown[], functionName extends import('viem').ContractFunctionName<abi, "nonpayable" | "payable">, const args_1 extends import('viem').ContractFunctionArgs<abi, "nonpayable" | "payable", functionName>, chainOverride extends import('viem').Chain | undefined, accountOverride extends import('viem').Account | import('abitype').Address | undefined = undefined>(args: import('viem').SimulateContractParameters<abi, functionName, args_1, {
|
|
9580
9580
|
graphCliName: string;
|
|
9581
9581
|
caip2Id: `eip155:${string}` | `eip155:${number}` | `osmosis:${string}` | `osmosis:${number}` | `arweave:${string}` | `arweave:${number}` | `antelope:${string}` | `antelope:${number}` | `bip122:${string}` | `bip122:${number}` | `cosmos:${string}` | `cosmos:${number}` | `gear:${string}` | `gear:${number}` | `near:${string}` | `near:${number}` | `beacon:${string}` | `beacon:${number}` | `solana:${string}` | `solana:${number}` | `starknet:${string}` | `starknet:${number}`;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgeandnode/graph-auth-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "6.4.
|
|
4
|
+
"version": "6.4.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d",
|
|
5
5
|
"description": "Wallet authentication connect kit in The Graph suite of applications",
|
|
6
6
|
"author": "Edge & Node",
|
|
7
7
|
"license": "UNLICENSED",
|
|
@@ -56,15 +56,15 @@
|
|
|
56
56
|
"wagmi": "^2.12",
|
|
57
57
|
"@edgeandnode/common": "^7.0.3",
|
|
58
58
|
"@edgeandnode/ens": "^2.1.2",
|
|
59
|
-
"@edgeandnode/gds": "^6.5.
|
|
60
|
-
"@edgeandnode/go": "^9.4.
|
|
59
|
+
"@edgeandnode/gds": "^6.5.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d",
|
|
60
|
+
"@edgeandnode/go": "^9.4.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
63
|
"@emotion/react": "^11.14",
|
|
64
64
|
"@ethersproject/abstract-provider": "^5.8.0",
|
|
65
65
|
"@ethersproject/properties": "^5.8.0",
|
|
66
66
|
"@tanstack/react-query": "^5.69.0",
|
|
67
|
-
"@types/react": "^18.3.
|
|
67
|
+
"@types/react": "^18.3.19",
|
|
68
68
|
"@types/react-dom": "^18.3.5",
|
|
69
69
|
"dotenv": "^16.4.7",
|
|
70
70
|
"ethers": "^5.8.0",
|
|
@@ -72,12 +72,12 @@
|
|
|
72
72
|
"react": "^18.3.1",
|
|
73
73
|
"react-dom": "^18.3.1",
|
|
74
74
|
"ts-node": "^10.9.2",
|
|
75
|
-
"viem": "^2.23.
|
|
75
|
+
"viem": "^2.23.13",
|
|
76
76
|
"wagmi": "^2.14.15",
|
|
77
|
-
"@edgeandnode/ens": "^2.1.2",
|
|
78
|
-
"@edgeandnode/gds": "^6.5.5",
|
|
79
|
-
"@edgeandnode/go": "^9.4.5",
|
|
80
77
|
"@edgeandnode/common": "^7.0.3",
|
|
78
|
+
"@edgeandnode/ens": "^2.1.2",
|
|
79
|
+
"@edgeandnode/gds": "^6.5.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d",
|
|
80
|
+
"@edgeandnode/go": "^9.4.6-cssnano-workaround-1742502517951-13f631ebe81aed28509d28fc558e181925d4443d",
|
|
81
81
|
"@edgeandnode/jsx": "^1.1.0",
|
|
82
82
|
"@edgeandnode/test-utils": "^2.1.0"
|
|
83
83
|
},
|