@better-auth/telemetry 1.4.2 → 1.4.3

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.
@@ -1,5 +1,5 @@
1
1
 
2
- > @better-auth/telemetry@1.4.2 build /home/runner/work/better-auth/better-auth/packages/telemetry
2
+ > @better-auth/telemetry@1.4.3 build /home/runner/work/better-auth/better-auth/packages/telemetry
3
3
  > tsdown
4
4
 
5
5
  ℹ tsdown v0.16.5 powered by rolldown v1.0.0-beta.50
@@ -8,6 +8,6 @@
8
8
  ℹ tsconfig: tsconfig.json
9
9
  ℹ Build start
10
10
  ℹ dist/index.mjs 17.97 kB │ gzip: 4.78 kB
11
- ℹ dist/index.d.mts  7.18 kB │ gzip: 1.83 kB
12
- ℹ 2 files, total: 25.15 kB
13
- ✔ Build complete in 2509ms
11
+ ℹ dist/index.d.mts  7.19 kB │ gzip: 1.83 kB
12
+ ℹ 2 files, total: 25.16 kB
13
+ ✔ Build complete in 2574ms
package/dist/index.d.mts CHANGED
@@ -114,7 +114,7 @@ declare function getTelemetryAuthConfig(options: BetterAuthOptions, context?: Te
114
114
  updateAccountOnSignIn: boolean | undefined;
115
115
  accountLinking: {
116
116
  enabled: boolean | undefined;
117
- trustedProviders: _better_auth_core0.LiteralUnion<"github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "huggingface" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linear" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "email-password", string>[] | undefined;
117
+ trustedProviders: _better_auth_core0.LiteralUnion<"github" | "apple" | "atlassian" | "cognito" | "discord" | "facebook" | "figma" | "microsoft" | "google" | "huggingface" | "slack" | "spotify" | "twitch" | "twitter" | "dropbox" | "kick" | "linear" | "linkedin" | "gitlab" | "tiktok" | "reddit" | "roblox" | "salesforce" | "vk" | "zoom" | "notion" | "kakao" | "naver" | "line" | "paybin" | "paypal" | "polar" | "vercel" | "email-password", string>[] | undefined;
118
118
  updateUserInfoOnLink: boolean | undefined;
119
119
  allowUnlinkingAll: boolean | undefined;
120
120
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@better-auth/telemetry",
3
- "version": "1.4.2",
3
+ "version": "1.4.3",
4
4
  "description": "Telemetry package for Better Auth",
5
5
  "type": "module",
6
6
  "main": "./dist/index.mjs",
@@ -22,14 +22,14 @@
22
22
  "devDependencies": {
23
23
  "tsdown": "^0.16.0",
24
24
  "type-fest": "^5.2.0",
25
- "@better-auth/core": "1.4.2"
25
+ "@better-auth/core": "1.4.3"
26
26
  },
27
27
  "dependencies": {
28
28
  "@better-auth/utils": "0.3.0",
29
29
  "@better-fetch/fetch": "1.1.18"
30
30
  },
31
31
  "peerDependencies": {
32
- "@better-auth/core": "1.4.2"
32
+ "@better-auth/core": "1.4.3"
33
33
  },
34
34
  "scripts": {
35
35
  "build": "tsdown",