@edgeandnode/graph-auth-kit 6.4.9 → 6.4.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4

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.
Files changed (1) hide show
  1. package/package.json +12 -12
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.9",
4
+ "version": "6.4.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
5
5
  "description": "Wallet authentication connect kit in The Graph suite of applications",
6
6
  "author": "Edge & Node",
7
7
  "license": "UNLICENSED",
@@ -39,8 +39,8 @@
39
39
  "@ensdomains/ensjs": "^4.0.2",
40
40
  "@ethersproject/abstract-signer": "^5.8.0",
41
41
  "@safe-global/api-kit": "^3.0.1",
42
- "@safe-global/protocol-kit": "^6.0.1",
43
- "@safe-global/types-kit": "^2.0.0",
42
+ "@safe-global/protocol-kit": "^6.0.2",
43
+ "@safe-global/types-kit": "^2.0.1",
44
44
  "@wagmi/core": "^2.16.7",
45
45
  "tailwindcss": "^3.4.17",
46
46
  "zod": "^3.24.2"
@@ -54,17 +54,17 @@
54
54
  "theme-ui": ">=0.16",
55
55
  "viem": "^2.21",
56
56
  "wagmi": "^2.12",
57
- "@edgeandnode/ens": "^2.1.2",
58
- "@edgeandnode/gds": "^6.5.9",
59
- "@edgeandnode/go": "^9.4.9",
60
- "@edgeandnode/common": "^7.0.3"
57
+ "@edgeandnode/common": "^7.0.3",
58
+ "@edgeandnode/ens": "^2.1.3-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
59
+ "@edgeandnode/gds": "^6.5.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
60
+ "@edgeandnode/go": "^9.4.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4"
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.19",
67
+ "@types/react": "^18.3.20",
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.13",
75
+ "viem": "^2.23.15",
76
76
  "wagmi": "^2.14.15",
77
77
  "@edgeandnode/common": "^7.0.3",
78
- "@edgeandnode/ens": "^2.1.2",
79
- "@edgeandnode/gds": "^6.5.9",
80
- "@edgeandnode/go": "^9.4.9",
78
+ "@edgeandnode/ens": "^2.1.3-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
79
+ "@edgeandnode/gds": "^6.5.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
80
+ "@edgeandnode/go": "^9.4.10-for-token-api-1743036214745-576ff30a4f2dd2c9c54421a64687758a87c89fc4",
81
81
  "@edgeandnode/jsx": "^1.1.0",
82
82
  "@edgeandnode/test-utils": "^2.1.0"
83
83
  },