mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-29 18:36:34 -05:00
chore: add one-time token plugin to build configuration and package.json
This commit is contained in:
@@ -109,5 +109,6 @@ export default defineBuildConfig({
|
||||
"./src/plugins/two-factor/index.ts",
|
||||
"./src/plugins/username/index.ts",
|
||||
"./src/plugins/haveibeenpwned/index.ts",
|
||||
"./src/plugins/one-time-token/index.ts",
|
||||
],
|
||||
});
|
||||
|
||||
@@ -454,6 +454,16 @@
|
||||
"default": "./dist/plugins/organization/access/index.cjs"
|
||||
}
|
||||
},
|
||||
"./plugins/one-time-token": {
|
||||
"import": {
|
||||
"types": "./dist/plugins/one-time-token/index.d.ts",
|
||||
"default": "./dist/plugins/one-time-token/index.mjs"
|
||||
},
|
||||
"require": {
|
||||
"types": "./dist/plugins/one-time-token/index.d.cts",
|
||||
"default": "./dist/plugins/one-time-token/index.cjs"
|
||||
}
|
||||
},
|
||||
"./plugins/passkey": {
|
||||
"import": {
|
||||
"types": "./dist/plugins/passkey/index.d.ts",
|
||||
@@ -596,6 +606,9 @@
|
||||
"plugins/oauth-proxy": [
|
||||
"./dist/plugins/oauth-proxy/index.d.ts"
|
||||
],
|
||||
"plugins/one-time-token": [
|
||||
"./dist/plugins/one-time-token/index.d.ts"
|
||||
],
|
||||
"plugins/sso": [
|
||||
"./dist/plugins/sso/index.d.ts"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user