better-auth 0.7.2-beta.4 → 0.7.2
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/adapters/drizzle.d.cts +1 -1
- package/dist/adapters/drizzle.d.ts +1 -1
- package/dist/adapters/kysely.d.cts +1 -1
- package/dist/adapters/kysely.d.ts +1 -1
- package/dist/adapters/mongodb.cjs +1 -1
- package/dist/adapters/mongodb.d.cts +1 -1
- package/dist/adapters/mongodb.d.ts +1 -1
- package/dist/adapters/mongodb.js +1 -1
- package/dist/adapters/prisma.d.cts +1 -1
- package/dist/adapters/prisma.d.ts +1 -1
- package/dist/api.cjs +5 -5
- package/dist/api.d.cts +1 -1
- package/dist/api.d.ts +1 -1
- package/dist/api.js +5 -5
- package/dist/{auth-Dhq27-3h.d.ts → auth-BPbz92n8.d.ts} +2 -2
- package/dist/{auth-BYO4oVzl.d.cts → auth-C3TdLacs.d.cts} +2 -2
- package/dist/client/plugins.cjs +1 -1
- package/dist/client/plugins.d.cts +48 -4
- package/dist/client/plugins.d.ts +48 -4
- package/dist/client/plugins.js +1 -1
- package/dist/client.d.cts +1 -1
- package/dist/client.d.ts +1 -1
- package/dist/cookies.d.cts +1 -1
- package/dist/cookies.d.ts +1 -1
- package/dist/db.d.cts +2 -2
- package/dist/db.d.ts +2 -2
- package/dist/{index-D2xgatRc.d.cts → index-5MbydWSx.d.cts} +5 -6
- package/dist/{index-CoWW39cW.d.ts → index-BFMZXeQU.d.ts} +5 -6
- package/dist/index.cjs +5 -5
- package/dist/index.d.cts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +5 -5
- package/dist/node.d.cts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/oauth2.d.cts +2 -2
- package/dist/oauth2.d.ts +2 -2
- package/dist/plugins.cjs +6 -6
- package/dist/plugins.d.cts +91 -6
- package/dist/plugins.d.ts +91 -6
- package/dist/plugins.js +6 -6
- package/dist/react.d.cts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/solid-start.d.cts +1 -1
- package/dist/solid-start.d.ts +1 -1
- package/dist/solid.d.cts +1 -1
- package/dist/solid.d.ts +1 -1
- package/dist/{state-B5cXxYBw.d.cts → state-DBCFByNV.d.cts} +1 -1
- package/dist/{state-DKkih1Nb.d.ts → state-DCRArhtj.d.ts} +1 -1
- package/dist/svelte-kit.d.cts +1 -1
- package/dist/svelte-kit.d.ts +1 -1
- package/dist/svelte.d.cts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/types.d.cts +19 -16
- package/dist/types.d.ts +19 -16
- package/dist/vue.d.cts +1 -1
- package/dist/vue.d.ts +1 -1
- package/package.json +1 -1
package/dist/react.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
5
5
|
import { useStore } from '@nanostores/react';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.cjs';
|
|
7
7
|
import { U as UnionToIntersection } from './index-DUqGSAH3.cjs';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-C3TdLacs.cjs';
|
|
9
9
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
10
10
|
import 'kysely';
|
|
11
11
|
import 'better-call';
|
package/dist/react.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
5
5
|
import { useStore } from '@nanostores/react';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.js';
|
|
7
7
|
import { U as UnionToIntersection } from './index-DUqGSAH3.js';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-BPbz92n8.js';
|
|
9
9
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
10
10
|
import 'kysely';
|
|
11
11
|
import 'better-call';
|
package/dist/solid-start.d.cts
CHANGED
package/dist/solid-start.d.ts
CHANGED
package/dist/solid.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
4
4
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.cjs';
|
|
5
5
|
import { U as UnionToIntersection } from './index-DUqGSAH3.cjs';
|
|
6
6
|
import { Accessor } from './reactive/signal.js';
|
|
7
|
-
import './auth-
|
|
7
|
+
import './auth-C3TdLacs.cjs';
|
|
8
8
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|
package/dist/solid.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { BetterFetchError } from '@better-fetch/fetch';
|
|
|
4
4
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.js';
|
|
5
5
|
import { U as UnionToIntersection } from './index-DUqGSAH3.js';
|
|
6
6
|
import { Accessor } from './reactive/signal.js';
|
|
7
|
-
import './auth-
|
|
7
|
+
import './auth-BPbz92n8.js';
|
|
8
8
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|
package/dist/svelte-kit.d.cts
CHANGED
package/dist/svelte-kit.d.ts
CHANGED
package/dist/svelte.d.cts
CHANGED
|
@@ -5,7 +5,7 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.cjs';
|
|
7
7
|
import { U as UnionToIntersection } from './index-DUqGSAH3.cjs';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-C3TdLacs.cjs';
|
|
9
9
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
10
10
|
import 'kysely';
|
|
11
11
|
import 'better-call';
|
package/dist/svelte.d.ts
CHANGED
|
@@ -5,7 +5,7 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
5
5
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
6
6
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.js';
|
|
7
7
|
import { U as UnionToIntersection } from './index-DUqGSAH3.js';
|
|
8
|
-
import './auth-
|
|
8
|
+
import './auth-BPbz92n8.js';
|
|
9
9
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
10
10
|
import 'kysely';
|
|
11
11
|
import 'better-call';
|
package/dist/types.d.cts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as Adapter, j as AdditionalSessionFieldsInput, k as AdditionalSessionFieldsOutput, h as AdditionalUserFieldsInput, i as AdditionalUserFieldsOutput, p as AuthContext,
|
|
1
|
+
import { b as BetterAuthPlugin, a as Auth, Q as InferFieldsInputClient, N as InferFieldsOutput } from './auth-C3TdLacs.cjs';
|
|
2
|
+
export { A as Adapter, j as AdditionalSessionFieldsInput, k as AdditionalSessionFieldsOutput, h as AdditionalUserFieldsInput, i as AdditionalUserFieldsOutput, p as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, m as InferPluginTypes, l as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, S as SecondaryStorage, W as Where, n as init } from './auth-C3TdLacs.cjs';
|
|
3
3
|
import { U as UnionToIntersection, H as HasRequiredKeys, P as Prettify, c as StripEmptyObjects, L as LiteralString, S as Session, a as User } from './index-DUqGSAH3.cjs';
|
|
4
4
|
export { D as DeepPartial, b as LiteralUnion, R as RequiredKeysOf, W as WithoutEmpty } from './index-DUqGSAH3.cjs';
|
|
5
5
|
import { BetterFetchOption, BetterFetchResponse, BetterFetch, BetterFetchPlugin } from '@better-fetch/fetch';
|
|
@@ -16,26 +16,29 @@ type PathToObject<T extends string, Fn extends (...args: any[]) => any> = T exte
|
|
|
16
16
|
} : T extends `/${infer Segment}` ? {
|
|
17
17
|
[K in CamelCase<Segment>]: Fn;
|
|
18
18
|
} : never;
|
|
19
|
-
type InferSignUpEmailCtx<ClientOpts extends ClientOptions> = {
|
|
19
|
+
type InferSignUpEmailCtx<ClientOpts extends ClientOptions, FetchOptions extends BetterFetchOption> = {
|
|
20
20
|
email: string;
|
|
21
21
|
name: string;
|
|
22
22
|
password: string;
|
|
23
23
|
image?: string;
|
|
24
24
|
callbackURL?: string;
|
|
25
|
-
fetchOptions?:
|
|
25
|
+
fetchOptions?: FetchOptions;
|
|
26
26
|
} & UnionToIntersection<InferAdditionalFromClient<ClientOpts, "user", "input">>;
|
|
27
|
-
type InferUserUpdateCtx<ClientOpts extends ClientOptions> = {
|
|
27
|
+
type InferUserUpdateCtx<ClientOpts extends ClientOptions, FetchOptions extends BetterFetchOption> = {
|
|
28
28
|
image?: string;
|
|
29
29
|
name?: string;
|
|
30
|
-
fetchOptions?:
|
|
30
|
+
fetchOptions?: FetchOptions;
|
|
31
31
|
} & Partial<UnionToIntersection<InferAdditionalFromClient<ClientOpts, "user", "input">>>;
|
|
32
|
-
type InferCtx<C extends Context<any, any
|
|
32
|
+
type InferCtx<C extends Context<any, any>, FetchOptions extends BetterFetchOption> = C["body"] extends Record<string, any> ? C["body"] & {
|
|
33
33
|
fetchOptions?: BetterFetchOption<undefined, C["query"], C["params"]>;
|
|
34
34
|
} : C["query"] extends Record<string, any> ? {
|
|
35
35
|
query: C["query"];
|
|
36
|
-
fetchOptions?:
|
|
36
|
+
fetchOptions?: FetchOptions;
|
|
37
|
+
} : C["query"] extends Record<string, any> | undefined ? {
|
|
38
|
+
query?: C["query"];
|
|
39
|
+
fetchOptions?: FetchOptions;
|
|
37
40
|
} : {
|
|
38
|
-
fetchOptions?:
|
|
41
|
+
fetchOptions?: FetchOptions;
|
|
39
42
|
};
|
|
40
43
|
type MergeRoutes<T> = UnionToIntersection<T>;
|
|
41
44
|
type InferReturn<R, O extends ClientOptions> = R extends Record<string, any> ? StripEmptyObjects<{
|
|
@@ -60,13 +63,13 @@ type InferRoute<API, COpts extends ClientOptions> = API extends {
|
|
|
60
63
|
isAction: false;
|
|
61
64
|
} | {
|
|
62
65
|
SERVER_ONLY: true;
|
|
63
|
-
} ? {} : PathToObject<T["path"], T extends (ctx: infer C) => infer R ? C extends Context<any, any> ? (...data: HasRequiredKeys<InferCtx<C>> extends true ? [
|
|
64
|
-
Prettify<T["path"] extends `/sign-up/email` ? InferSignUpEmailCtx<COpts> : InferCtx<C>>,
|
|
65
|
-
|
|
66
|
+
} ? {} : PathToObject<T["path"], T extends (ctx: infer C) => infer R ? C extends Context<any, any> ? <FetchOptions extends BetterFetchOption<C["body"], C["query"], C["params"]>>(...data: HasRequiredKeys<InferCtx<C, FetchOptions>> extends true ? [
|
|
67
|
+
Prettify<T["path"] extends `/sign-up/email` ? InferSignUpEmailCtx<COpts, FetchOptions> : InferCtx<C, FetchOptions>>,
|
|
68
|
+
FetchOptions?
|
|
66
69
|
] : [
|
|
67
|
-
Prettify<T["path"] extends `/update-user` ? InferUserUpdateCtx<COpts> : InferCtx<C>>?,
|
|
68
|
-
|
|
69
|
-
]) => Promise<BetterFetchResponse<InferReturn<Awaited<R>, COpts
|
|
70
|
+
Prettify<T["path"] extends `/update-user` ? InferUserUpdateCtx<COpts, FetchOptions> : InferCtx<C, FetchOptions>>?,
|
|
71
|
+
FetchOptions?
|
|
72
|
+
]) => Promise<BetterFetchResponse<InferReturn<Awaited<R>, COpts>, unknown, FetchOptions["throw"] extends true ? true : false>> : never : never> : never : never;
|
|
70
73
|
type InferRoutes<API extends Record<string, Endpoint>, ClientOpts extends ClientOptions> = MergeRoutes<InferRoute<API, ClientOpts>>;
|
|
71
74
|
|
|
72
75
|
type AtomListener = {
|
|
@@ -121,7 +124,7 @@ type InferClientAPI<O extends ClientOptions> = InferRoutes<O["plugins"] extends
|
|
|
121
124
|
} ? Plug extends {
|
|
122
125
|
endpoints: infer Endpoints;
|
|
123
126
|
} ? Endpoints : {} : {}> : {}) & Auth["api"] : Auth["api"], O>;
|
|
124
|
-
type InferActions<O extends ClientOptions> = O["plugins"] extends Array<infer Plugin> ? UnionToIntersection<Plugin extends BetterAuthClientPlugin ? Plugin["getActions"] extends (
|
|
127
|
+
type InferActions<O extends ClientOptions> = O["plugins"] extends Array<infer Plugin> ? UnionToIntersection<Plugin extends BetterAuthClientPlugin ? Plugin["getActions"] extends (...args: any) => infer Actions ? Actions : {} : {}> : {};
|
|
125
128
|
/**
|
|
126
129
|
* signals are just used to recall a computed value.
|
|
127
130
|
* as a convention they start with "$"
|
package/dist/types.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
export { A as Adapter, j as AdditionalSessionFieldsInput, k as AdditionalSessionFieldsOutput, h as AdditionalUserFieldsInput, i as AdditionalUserFieldsOutput, p as AuthContext,
|
|
1
|
+
import { b as BetterAuthPlugin, a as Auth, Q as InferFieldsInputClient, N as InferFieldsOutput } from './auth-BPbz92n8.js';
|
|
2
|
+
export { A as Adapter, j as AdditionalSessionFieldsInput, k as AdditionalSessionFieldsOutput, h as AdditionalUserFieldsInput, i as AdditionalUserFieldsOutput, p as AuthContext, B as BetterAuthOptions, G as GenericEndpointContext, H as HookEndpointContext, m as InferPluginTypes, l as InferSession, I as InferUser, P as PluginSchema, R as RateLimit, S as SecondaryStorage, W as Where, n as init } from './auth-BPbz92n8.js';
|
|
3
3
|
import { U as UnionToIntersection, H as HasRequiredKeys, P as Prettify, c as StripEmptyObjects, L as LiteralString, S as Session, a as User } from './index-DUqGSAH3.js';
|
|
4
4
|
export { D as DeepPartial, b as LiteralUnion, R as RequiredKeysOf, W as WithoutEmpty } from './index-DUqGSAH3.js';
|
|
5
5
|
import { BetterFetchOption, BetterFetchResponse, BetterFetch, BetterFetchPlugin } from '@better-fetch/fetch';
|
|
@@ -16,26 +16,29 @@ type PathToObject<T extends string, Fn extends (...args: any[]) => any> = T exte
|
|
|
16
16
|
} : T extends `/${infer Segment}` ? {
|
|
17
17
|
[K in CamelCase<Segment>]: Fn;
|
|
18
18
|
} : never;
|
|
19
|
-
type InferSignUpEmailCtx<ClientOpts extends ClientOptions> = {
|
|
19
|
+
type InferSignUpEmailCtx<ClientOpts extends ClientOptions, FetchOptions extends BetterFetchOption> = {
|
|
20
20
|
email: string;
|
|
21
21
|
name: string;
|
|
22
22
|
password: string;
|
|
23
23
|
image?: string;
|
|
24
24
|
callbackURL?: string;
|
|
25
|
-
fetchOptions?:
|
|
25
|
+
fetchOptions?: FetchOptions;
|
|
26
26
|
} & UnionToIntersection<InferAdditionalFromClient<ClientOpts, "user", "input">>;
|
|
27
|
-
type InferUserUpdateCtx<ClientOpts extends ClientOptions> = {
|
|
27
|
+
type InferUserUpdateCtx<ClientOpts extends ClientOptions, FetchOptions extends BetterFetchOption> = {
|
|
28
28
|
image?: string;
|
|
29
29
|
name?: string;
|
|
30
|
-
fetchOptions?:
|
|
30
|
+
fetchOptions?: FetchOptions;
|
|
31
31
|
} & Partial<UnionToIntersection<InferAdditionalFromClient<ClientOpts, "user", "input">>>;
|
|
32
|
-
type InferCtx<C extends Context<any, any
|
|
32
|
+
type InferCtx<C extends Context<any, any>, FetchOptions extends BetterFetchOption> = C["body"] extends Record<string, any> ? C["body"] & {
|
|
33
33
|
fetchOptions?: BetterFetchOption<undefined, C["query"], C["params"]>;
|
|
34
34
|
} : C["query"] extends Record<string, any> ? {
|
|
35
35
|
query: C["query"];
|
|
36
|
-
fetchOptions?:
|
|
36
|
+
fetchOptions?: FetchOptions;
|
|
37
|
+
} : C["query"] extends Record<string, any> | undefined ? {
|
|
38
|
+
query?: C["query"];
|
|
39
|
+
fetchOptions?: FetchOptions;
|
|
37
40
|
} : {
|
|
38
|
-
fetchOptions?:
|
|
41
|
+
fetchOptions?: FetchOptions;
|
|
39
42
|
};
|
|
40
43
|
type MergeRoutes<T> = UnionToIntersection<T>;
|
|
41
44
|
type InferReturn<R, O extends ClientOptions> = R extends Record<string, any> ? StripEmptyObjects<{
|
|
@@ -60,13 +63,13 @@ type InferRoute<API, COpts extends ClientOptions> = API extends {
|
|
|
60
63
|
isAction: false;
|
|
61
64
|
} | {
|
|
62
65
|
SERVER_ONLY: true;
|
|
63
|
-
} ? {} : PathToObject<T["path"], T extends (ctx: infer C) => infer R ? C extends Context<any, any> ? (...data: HasRequiredKeys<InferCtx<C>> extends true ? [
|
|
64
|
-
Prettify<T["path"] extends `/sign-up/email` ? InferSignUpEmailCtx<COpts> : InferCtx<C>>,
|
|
65
|
-
|
|
66
|
+
} ? {} : PathToObject<T["path"], T extends (ctx: infer C) => infer R ? C extends Context<any, any> ? <FetchOptions extends BetterFetchOption<C["body"], C["query"], C["params"]>>(...data: HasRequiredKeys<InferCtx<C, FetchOptions>> extends true ? [
|
|
67
|
+
Prettify<T["path"] extends `/sign-up/email` ? InferSignUpEmailCtx<COpts, FetchOptions> : InferCtx<C, FetchOptions>>,
|
|
68
|
+
FetchOptions?
|
|
66
69
|
] : [
|
|
67
|
-
Prettify<T["path"] extends `/update-user` ? InferUserUpdateCtx<COpts> : InferCtx<C>>?,
|
|
68
|
-
|
|
69
|
-
]) => Promise<BetterFetchResponse<InferReturn<Awaited<R>, COpts
|
|
70
|
+
Prettify<T["path"] extends `/update-user` ? InferUserUpdateCtx<COpts, FetchOptions> : InferCtx<C, FetchOptions>>?,
|
|
71
|
+
FetchOptions?
|
|
72
|
+
]) => Promise<BetterFetchResponse<InferReturn<Awaited<R>, COpts>, unknown, FetchOptions["throw"] extends true ? true : false>> : never : never> : never : never;
|
|
70
73
|
type InferRoutes<API extends Record<string, Endpoint>, ClientOpts extends ClientOptions> = MergeRoutes<InferRoute<API, ClientOpts>>;
|
|
71
74
|
|
|
72
75
|
type AtomListener = {
|
|
@@ -121,7 +124,7 @@ type InferClientAPI<O extends ClientOptions> = InferRoutes<O["plugins"] extends
|
|
|
121
124
|
} ? Plug extends {
|
|
122
125
|
endpoints: infer Endpoints;
|
|
123
126
|
} ? Endpoints : {} : {}> : {}) & Auth["api"] : Auth["api"], O>;
|
|
124
|
-
type InferActions<O extends ClientOptions> = O["plugins"] extends Array<infer Plugin> ? UnionToIntersection<Plugin extends BetterAuthClientPlugin ? Plugin["getActions"] extends (
|
|
127
|
+
type InferActions<O extends ClientOptions> = O["plugins"] extends Array<infer Plugin> ? UnionToIntersection<Plugin extends BetterAuthClientPlugin ? Plugin["getActions"] extends (...args: any) => infer Actions ? Actions : {} : {}> : {};
|
|
125
128
|
/**
|
|
126
129
|
* signals are just used to recall a computed value.
|
|
127
130
|
* as a convention they start with "$"
|
package/dist/vue.d.cts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
4
4
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
5
5
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.cjs';
|
|
6
6
|
import { U as UnionToIntersection$1 } from './index-DUqGSAH3.cjs';
|
|
7
|
-
import './auth-
|
|
7
|
+
import './auth-C3TdLacs.cjs';
|
|
8
8
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|
package/dist/vue.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import * as _better_fetch_fetch from '@better-fetch/fetch';
|
|
|
4
4
|
import { BetterFetchError } from '@better-fetch/fetch';
|
|
5
5
|
import { ClientOptions, InferClientAPI, InferActions, InferSessionFromClient, InferUserFromClient, BetterAuthClientPlugin, IsSignal } from './types.js';
|
|
6
6
|
import { U as UnionToIntersection$1 } from './index-DUqGSAH3.js';
|
|
7
|
-
import './auth-
|
|
7
|
+
import './auth-BPbz92n8.js';
|
|
8
8
|
import 'node_modules/better-call/dist/router-Bn7zn81P';
|
|
9
9
|
import 'kysely';
|
|
10
10
|
import 'better-call';
|