chore: fix types in package.json (#6560)

This commit is contained in:
Alex Yang
2025-12-06 01:22:17 -08:00
committed by github-actions[bot]
parent 59b61500b1
commit 71ca246de9
8 changed files with 8 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
],
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"dev-source": "./src/index.ts",

View File

@@ -10,6 +10,7 @@
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"dev-source": "./src/index.ts",

View File

@@ -5,6 +5,7 @@
"description": "Better Auth integration for Expo and React Native applications.",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"repository": {
"type": "git",
"url": "https://github.com/better-auth/better-auth",

View File

@@ -5,6 +5,7 @@
"description": "Passkey plugin for Better Auth",
"main": "dist/index.mjs",
"module": "dist/index.mjs",
"types": "dist/index.d.mts",
"publishConfig": {
"access": "public"
},

View File

@@ -4,6 +4,7 @@
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"license": "MIT",
"repository": {
"type": "git",

View File

@@ -4,6 +4,7 @@
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"homepage": "https://www.better-auth.com/docs/plugins/sso",
"repository": {
"type": "git",

View File

@@ -4,6 +4,7 @@
"version": "1.4.5",
"type": "module",
"main": "dist/index.mjs",
"types": "dist/index.d.mts",
"license": "MIT",
"homepage": "https://www.better-auth.com/docs/plugins/stripe",
"repository": {

View File

@@ -10,6 +10,7 @@
},
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.mts",
"exports": {
".": {
"dev-source": "./src/index.ts",