@better-auth/telemetry 1.4.6 → 1.4.7-beta.2
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/.turbo/turbo-build.log
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
|
|
2
|
-
> @better-auth/telemetry@1.4.
|
|
2
|
+
> @better-auth/telemetry@1.4.7-beta.2 build /home/runner/work/better-auth/better-auth/packages/telemetry
|
|
3
3
|
> tsdown
|
|
4
4
|
|
|
5
|
-
[34mℹ[39m tsdown [2mv0.17.
|
|
5
|
+
[34mℹ[39m tsdown [2mv0.17.2[22m powered by rolldown [2mv1.0.0-beta.53[22m
|
|
6
6
|
[34mℹ[39m config file: [4m/home/runner/work/better-auth/better-auth/packages/telemetry/tsdown.config.ts[24m
|
|
7
7
|
[34mℹ[39m entry: [34msrc/index.ts[39m
|
|
8
8
|
[34mℹ[39m tsconfig: [34mtsconfig.json[39m
|
|
9
9
|
[34mℹ[39m Build start
|
|
10
|
-
[34mℹ[39m [2mdist/[22m[1mindex.mjs[22m [2m17.97 kB[22m [2m│ gzip: 4.
|
|
10
|
+
[34mℹ[39m [2mdist/[22m[1mindex.mjs[22m [2m17.97 kB[22m [2m│ gzip: 4.77 kB[22m
|
|
11
11
|
[34mℹ[39m [2mdist/[22m[32m[1mindex.d.mts[22m[39m [2m 7.19 kB[22m [2m│ gzip: 1.84 kB[22m
|
|
12
12
|
[34mℹ[39m 2 files, total: 25.16 kB
|
|
13
|
-
[32m✔[39m Build complete in [
|
|
13
|
+
[32m✔[39m Build complete in [32m2511ms[39m
|
package/dist/index.mjs
CHANGED
|
@@ -338,7 +338,7 @@ async function detectSystemInfo() {
|
|
|
338
338
|
isDocker: await isDocker(),
|
|
339
339
|
isTTY: typeof process !== "undefined" && process.stdout ? process.stdout.isTTY : null
|
|
340
340
|
};
|
|
341
|
-
} catch
|
|
341
|
+
} catch {
|
|
342
342
|
return {
|
|
343
343
|
systemPlatform: null,
|
|
344
344
|
systemRelease: null,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@better-auth/telemetry",
|
|
3
|
-
"version": "1.4.
|
|
3
|
+
"version": "1.4.7-beta.2",
|
|
4
4
|
"description": "Telemetry package for Better Auth",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"repository": {
|
|
@@ -26,21 +26,22 @@
|
|
|
26
26
|
}
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
|
-
"tsdown": "^0.17.
|
|
29
|
+
"tsdown": "^0.17.2",
|
|
30
30
|
"type-fest": "^5.2.0",
|
|
31
|
-
"@better-auth/core": "1.4.
|
|
31
|
+
"@better-auth/core": "1.4.7-beta.2"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
34
|
"@better-auth/utils": "0.3.0",
|
|
35
35
|
"@better-fetch/fetch": "1.1.18"
|
|
36
36
|
},
|
|
37
37
|
"peerDependencies": {
|
|
38
|
-
"@better-auth/core": "1.4.
|
|
38
|
+
"@better-auth/core": "1.4.7-beta.2"
|
|
39
39
|
},
|
|
40
40
|
"scripts": {
|
|
41
41
|
"build": "tsdown",
|
|
42
42
|
"dev": "tsdown --watch",
|
|
43
43
|
"lint:package": "publint run --strict",
|
|
44
|
+
"lint:types": "attw --profile esm-only --pack .",
|
|
44
45
|
"typecheck": "tsc --project tsconfig.json"
|
|
45
46
|
}
|
|
46
47
|
}
|