@better-auth/telemetry 1.7.0-rc.3 → 1.7.0-rc.4

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
@@ -105,7 +105,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
105
105
  };
106
106
  account: {
107
107
  modelName: import("@better-auth/core").LiteralString | "account" | undefined;
108
- fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "providerAccountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
108
+ fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
109
109
  encryptOAuthTokens: boolean | undefined;
110
110
  updateAccountOnSignIn: boolean | undefined;
111
111
  accountLinking: {
package/dist/node.d.mts CHANGED
@@ -105,7 +105,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
105
105
  };
106
106
  account: {
107
107
  modelName: import("@better-auth/core").LiteralString | "account" | undefined;
108
- fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "providerAccountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
108
+ fields: Partial<Record<"scope" | "issuer" | "createdAt" | "updatedAt" | "userId" | "providerId" | "accountId" | "accessToken" | "refreshToken" | "idToken" | "accessTokenExpiresAt" | "refreshTokenExpiresAt" | "password", string>> | undefined;
109
109
  encryptOAuthTokens: boolean | undefined;
110
110
  updateAccountOnSignIn: boolean | undefined;
111
111
  accountLinking: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/telemetry",
3
- "version": "1.7.0-rc.3",
3
+ "version": "1.7.0-rc.4",
4
4
  "description": "Telemetry package for Better Auth",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -44,12 +44,12 @@
44
44
  "devDependencies": {
45
45
  "tsdown": "0.22.7",
46
46
  "type-fest": "^5.7.0",
47
- "@better-auth/core": "1.7.0-rc.3"
47
+ "@better-auth/core": "1.7.0-rc.4"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@better-auth/utils": "0.4.2",
51
51
  "@better-fetch/fetch": "1.3.1",
52
- "@better-auth/core": "^1.7.0-rc.3"
52
+ "@better-auth/core": "^1.7.0-rc.4"
53
53
  },
54
54
  "scripts": {
55
55
  "build": "tsdown",