@tuwaio/satellite-siwe-next-auth 0.3.1 → 0.3.3
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/README.md +1 -1
- package/package.json +8 -8
package/README.md
CHANGED
|
@@ -146,7 +146,7 @@ export function SatelliteSiweProvider({ children }: { children: ReactNode }) {
|
|
|
146
146
|
return (
|
|
147
147
|
<SatelliteConnectProvider
|
|
148
148
|
// Pass the EVM adapter with SIWE integration
|
|
149
|
-
adapter={satelliteEVMAdapter(wagmiConfig, siweEnabled ? signInWithSiwe : undefined)}
|
|
149
|
+
adapter={satelliteEVMAdapter(wagmiConfig, wagmiConfig.chains as readonly [Chain, ...Chain[]], siweEnabled ? signInWithSiwe : undefined)}
|
|
150
150
|
autoConnect={true}
|
|
151
151
|
>
|
|
152
152
|
{/* EVMConnectorsWatcher handles disconnections and account changes */}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-siwe-next-auth",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
"wagmi": "3.x.x"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
|
-
"@wagmi/core": "^3.
|
|
63
|
-
"@types/react": "^19.2.
|
|
64
|
-
"next": "16.
|
|
62
|
+
"@wagmi/core": "^3.4.6",
|
|
63
|
+
"@types/react": "^19.2.14",
|
|
64
|
+
"next": "16.2.4",
|
|
65
65
|
"iron-session": "^8.0.4",
|
|
66
|
-
"react": "^19.2.
|
|
66
|
+
"react": "^19.2.5",
|
|
67
67
|
"tsup": "^8.5.1",
|
|
68
|
-
"typescript": "^
|
|
69
|
-
"viem": "^2.
|
|
70
|
-
"wagmi": "^3.
|
|
68
|
+
"typescript": "^6.0.3",
|
|
69
|
+
"viem": "^2.48.4",
|
|
70
|
+
"wagmi": "^3.6.5"
|
|
71
71
|
},
|
|
72
72
|
"scripts": {
|
|
73
73
|
"start": "tsup src/index.ts --watch",
|