auth 1.6.3 → 1.7.0-beta.1

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.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -20
  2. package/package.json +5 -5
package/dist/index.mjs CHANGED
@@ -3033,18 +3033,6 @@ const tempPluginsConfig = {
3033
3033
  schema: z.coerce.string().optional()
3034
3034
  }
3035
3035
  },
3036
- {
3037
- flag: "skip-verification-on-enable",
3038
- question: "Skip verification on enable two factor authentication?",
3039
- description: "Skip verification on enable two factor authentication.",
3040
- defaultValue: false,
3041
- skip: "prompt",
3042
- argument: {
3043
- index: 0,
3044
- isProperty: "skipVerificationOnEnable",
3045
- schema: z.coerce.boolean().optional()
3046
- }
3047
- },
3048
3036
  {
3049
3037
  flag: "totp",
3050
3038
  description: "The number of digits for the TOTP code.",
@@ -3540,14 +3528,7 @@ const tempPluginsConfig = {
3540
3528
  isNamedImport: false
3541
3529
  }]
3542
3530
  },
3543
- authClient: {
3544
- function: "genericOAuthClient",
3545
- imports: [{
3546
- path: "better-auth/client/plugins",
3547
- imports: [createImport({ name: "genericOAuthClient" })],
3548
- isNamedImport: false
3549
- }]
3550
- }
3531
+ authClient: null
3551
3532
  },
3552
3533
  anonymous: {
3553
3534
  displayName: "Anonymous",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "auth",
3
- "version": "1.6.3",
3
+ "version": "1.7.0-beta.1",
4
4
  "description": "The CLI for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -60,9 +60,9 @@
60
60
  "semver": "^7.7.4",
61
61
  "yocto-spinner": "^0.2.3",
62
62
  "zod": "^4.3.6",
63
- "@better-auth/core": "1.6.3",
64
- "@better-auth/telemetry": "1.6.3",
65
- "better-auth": "1.6.3"
63
+ "@better-auth/core": "1.7.0-beta.1",
64
+ "@better-auth/telemetry": "1.7.0-beta.1",
65
+ "better-auth": "1.7.0-beta.1"
66
66
  },
67
67
  "devDependencies": {
68
68
  "@types/better-sqlite3": "^7.6.13",
@@ -75,7 +75,7 @@
75
75
  "tsx": "^4.21.0",
76
76
  "type-fest": "^5.4.4",
77
77
  "typescript": "^5.9.3",
78
- "@better-auth/passkey": "1.6.3"
78
+ "@better-auth/passkey": "1.7.0-beta.1"
79
79
  },
80
80
  "scripts": {
81
81
  "build": "tsdown",