@tuwaio/satellite-siwe-next-auth 0.2.5 → 0.2.6
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.mts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SIWESession, a as SiweAuthContextType, b as SiweNextAuthProviderProps, U as UseSiweSignatureResult } from './types-
|
|
2
|
-
export { C as ConfigurableMessageOptions, G as GetSiweMessageOptions,
|
|
1
|
+
import { S as SIWESession, a as SiweAuthContextType, b as SiweNextAuthProviderProps, U as UseSiweSignatureResult } from './types-DYvmUmv4.mjs';
|
|
2
|
+
export { C as ConfigurableMessageOptions, G as GetSiweMessageOptions, c as Session, d as SiweApiConfig, e as SiweApiHooks, f as SiweCookieOptions, g as SiweSessionData, h as SiweSessionSettings, i as UnconfigurableMessageOptions } from './types-DYvmUmv4.mjs';
|
|
3
3
|
import { Config } from '@wagmi/core';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { S as SIWESession, a as SiweAuthContextType, b as SiweNextAuthProviderProps, U as UseSiweSignatureResult } from './types-
|
|
2
|
-
export { C as ConfigurableMessageOptions, G as GetSiweMessageOptions,
|
|
1
|
+
import { S as SIWESession, a as SiweAuthContextType, b as SiweNextAuthProviderProps, U as UseSiweSignatureResult } from './types-DYvmUmv4.js';
|
|
2
|
+
export { C as ConfigurableMessageOptions, G as GetSiweMessageOptions, c as Session, d as SiweApiConfig, e as SiweApiHooks, f as SiweCookieOptions, g as SiweSessionData, h as SiweSessionSettings, i as UnconfigurableMessageOptions } from './types-DYvmUmv4.js';
|
|
3
3
|
import { Config } from '@wagmi/core';
|
|
4
4
|
import * as react from 'react';
|
|
5
5
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
package/dist/server/index.d.mts
CHANGED
package/dist/server/index.d.ts
CHANGED
|
@@ -155,4 +155,4 @@ interface SiweNextAuthProviderProps {
|
|
|
155
155
|
children: ReactNode;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
export type { ConfigurableMessageOptions as C, GetSiweMessageOptions as G, SIWESession as S, UseSiweSignatureResult as U, SiweAuthContextType as a, SiweNextAuthProviderProps as b,
|
|
158
|
+
export type { ConfigurableMessageOptions as C, GetSiweMessageOptions as G, SIWESession as S, UseSiweSignatureResult as U, SiweAuthContextType as a, SiweNextAuthProviderProps as b, Session as c, SiweApiConfig as d, SiweApiHooks as e, SiweCookieOptions as f, SiweSessionData as g, SiweSessionSettings as h, UnconfigurableMessageOptions as i };
|
|
@@ -155,4 +155,4 @@ interface SiweNextAuthProviderProps {
|
|
|
155
155
|
children: ReactNode;
|
|
156
156
|
}
|
|
157
157
|
|
|
158
|
-
export type { ConfigurableMessageOptions as C, GetSiweMessageOptions as G, SIWESession as S, UseSiweSignatureResult as U, SiweAuthContextType as a, SiweNextAuthProviderProps as b,
|
|
158
|
+
export type { ConfigurableMessageOptions as C, GetSiweMessageOptions as G, SIWESession as S, UseSiweSignatureResult as U, SiweAuthContextType as a, SiweNextAuthProviderProps as b, Session as c, SiweApiConfig as d, SiweApiHooks as e, SiweCookieOptions as f, SiweSessionData as g, SiweSessionSettings as h, UnconfigurableMessageOptions as i };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuwaio/satellite-siwe-next-auth",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"private": false,
|
|
5
5
|
"author": "Oleksandr Tkach",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -60,16 +60,16 @@
|
|
|
60
60
|
"wagmi": "3.x.x"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@wagmi/core": "^3.
|
|
64
|
-
"@types/react": "^19.2.
|
|
63
|
+
"@wagmi/core": "^3.3.1",
|
|
64
|
+
"@types/react": "^19.2.9",
|
|
65
65
|
"siwe": "^3.0.0",
|
|
66
|
-
"next": "16.1.
|
|
66
|
+
"next": "16.1.4",
|
|
67
67
|
"iron-session": "^8.0.4",
|
|
68
68
|
"react": "^19.2.3",
|
|
69
69
|
"tsup": "^8.5.1",
|
|
70
70
|
"typescript": "^5.9.3",
|
|
71
|
-
"viem": "^2.44.
|
|
72
|
-
"wagmi": "^3.
|
|
71
|
+
"viem": "^2.44.4",
|
|
72
|
+
"wagmi": "^3.4.1"
|
|
73
73
|
},
|
|
74
74
|
"scripts": {
|
|
75
75
|
"start": "tsup src/index.ts --watch",
|