@edgeandnode/graph-auth-kit 7.4.8 → 7.4.9
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/GraphAuthKit.context.d.ts.map +1 -1
- package/dist/{GraphAuthKitInner.context-B8vsvUDy.js → GraphAuthKitInner.context-BO9AWGN6.js} +4 -4
- package/dist/client.d.ts +868 -1429
- package/dist/client.d.ts.map +1 -1
- package/dist/constants.d.ts +26 -20
- package/dist/constants.d.ts.map +1 -1
- package/dist/ens/index.js +1 -1
- package/dist/{hooks-Ajg7XZho.js → hooks-CyChKJkx.js} +3 -2
- package/dist/hooks.d.ts.map +1 -1
- package/dist/index.js +6 -6
- package/dist/inner/GraphAuthKitInner.context.d.ts +2 -10
- package/dist/inner/GraphAuthKitInner.context.d.ts.map +1 -1
- package/dist/inner/hooks.d.ts.map +1 -1
- package/dist/safe/SafeEthersSigner.d.ts.map +1 -1
- package/dist/safe/index.js +3 -3
- package/dist/safe/utils.d.ts.map +1 -1
- package/dist/test-harness/index.js +1 -1
- package/dist/test-harness/utils.d.ts +9 -96
- package/dist/test-harness/utils.d.ts.map +1 -1
- package/dist/types.d.ts +5 -24
- package/dist/types.d.ts.map +1 -1
- package/dist/{useGraphAuthKitEnsNames-0NID83yf.js → useGraphAuthKitEnsNames-D9Yn-OnO.js} +2 -2
- package/dist/{useWaitForSafeTransaction-B54aZDPo.js → useWaitForSafeTransaction-DnrHaXbJ.js} +2 -2
- package/dist/{utils-DAZvb54b.js → utils-BhLWRLN_.js} +1 -1
- package/package.json +19 -19
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@edgeandnode/graph-auth-kit",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "7.4.
|
|
4
|
+
"version": "7.4.9",
|
|
5
5
|
"description": "Wallet authentication connect kit in The Graph suite of applications",
|
|
6
6
|
"author": "Edge & Node",
|
|
7
7
|
"license": "UNLICENSED",
|
|
@@ -38,46 +38,46 @@
|
|
|
38
38
|
"dependencies": {
|
|
39
39
|
"@ensdomains/ensjs": "^4.0.2",
|
|
40
40
|
"@ethersproject/abstract-signer": "^5.8.0",
|
|
41
|
-
"@safe-global/api-kit": "^
|
|
42
|
-
"@safe-global/protocol-kit": "^6.
|
|
43
|
-
"@safe-global/types-kit": "^
|
|
44
|
-
"@wagmi/core": "^2.
|
|
41
|
+
"@safe-global/api-kit": "^4.0.0",
|
|
42
|
+
"@safe-global/protocol-kit": "^6.1.1",
|
|
43
|
+
"@safe-global/types-kit": "^3.0.0",
|
|
44
|
+
"@wagmi/core": "^2.21.1",
|
|
45
45
|
"tailwindcss": "^3.4.17",
|
|
46
|
-
"zod": "^
|
|
46
|
+
"zod": "^4.1.11"
|
|
47
47
|
},
|
|
48
48
|
"peerDependencies": {
|
|
49
49
|
"@emotion/react": "^11",
|
|
50
|
-
"@tanstack/react-query": "^5",
|
|
50
|
+
"@tanstack/react-query": "^5.90",
|
|
51
51
|
"ethers": "^5.7.2",
|
|
52
52
|
"react": "^18",
|
|
53
53
|
"react-dom": "^18",
|
|
54
54
|
"theme-ui": ">=0.16",
|
|
55
|
-
"viem": "^2.
|
|
56
|
-
"wagmi": "^2.
|
|
55
|
+
"viem": "^2.37",
|
|
56
|
+
"wagmi": "^2.17",
|
|
57
57
|
"@edgeandnode/common": "^7.0.4",
|
|
58
|
-
"@edgeandnode/ens": "^2.3.
|
|
58
|
+
"@edgeandnode/ens": "^2.3.1",
|
|
59
59
|
"@edgeandnode/gds": "^6.7.4",
|
|
60
|
-
"@edgeandnode/go": "^10.3.
|
|
60
|
+
"@edgeandnode/go": "^10.3.8"
|
|
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
|
-
"@tanstack/react-query": "^5.
|
|
66
|
+
"@tanstack/react-query": "^5.90.2",
|
|
67
67
|
"@types/react": "^18.3.20",
|
|
68
68
|
"@types/react-dom": "^18.3.6",
|
|
69
|
-
"dotenv": "^
|
|
69
|
+
"dotenv": "^17.2.2",
|
|
70
70
|
"ethers": "^5.8.0",
|
|
71
|
-
"postcss": "^8.5.
|
|
71
|
+
"postcss": "^8.5.6",
|
|
72
72
|
"react": "^18.3.1",
|
|
73
73
|
"react-dom": "^18.3.1",
|
|
74
74
|
"ts-node": "^10.9.2",
|
|
75
|
-
"viem": "^2.
|
|
76
|
-
"wagmi": "^2.
|
|
75
|
+
"viem": "^2.37.8",
|
|
76
|
+
"wagmi": "^2.17.2",
|
|
77
77
|
"@edgeandnode/common": "^7.0.4",
|
|
78
|
-
"@edgeandnode/ens": "^2.3.
|
|
78
|
+
"@edgeandnode/ens": "^2.3.1",
|
|
79
79
|
"@edgeandnode/gds": "^6.7.4",
|
|
80
|
-
"@edgeandnode/go": "^10.3.
|
|
80
|
+
"@edgeandnode/go": "^10.3.8",
|
|
81
81
|
"@edgeandnode/jsx": "^1.1.0",
|
|
82
82
|
"@edgeandnode/test-utils": "^2.1.0"
|
|
83
83
|
},
|
|
@@ -89,7 +89,7 @@
|
|
|
89
89
|
"lint:fix": "eslint . --fix",
|
|
90
90
|
"prettier": "prettier . --write --list-different --ignore-path ../../.prettierignore",
|
|
91
91
|
"prettier:check": "prettier . --check --ignore-path ../../.prettierignore",
|
|
92
|
-
"typecheck": "tsc",
|
|
92
|
+
"typecheck": "tsc --noEmit",
|
|
93
93
|
"test": "vitest run",
|
|
94
94
|
"test:coverage": "vitest run --coverage && jest-coverage-badges",
|
|
95
95
|
"test:watch": "vitest",
|