create-better-t-stack 2.47.5 → 2.47.7
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/cli.js +1 -1
- package/dist/index.js +1 -1
- package/dist/{src-B2EF7t6S.js → src-D7YJOo26.js} +3 -3
- package/package.json +2 -2
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1386,7 +1386,7 @@ const getLatestCLIVersion = () => {
|
|
|
1386
1386
|
*/
|
|
1387
1387
|
function isTelemetryEnabled() {
|
|
1388
1388
|
const BTS_TELEMETRY_DISABLED = process.env.BTS_TELEMETRY_DISABLED;
|
|
1389
|
-
const BTS_TELEMETRY = "
|
|
1389
|
+
const BTS_TELEMETRY = "1";
|
|
1390
1390
|
if (BTS_TELEMETRY_DISABLED !== void 0) return BTS_TELEMETRY_DISABLED !== "1";
|
|
1391
1391
|
if (BTS_TELEMETRY !== void 0) return BTS_TELEMETRY === "1";
|
|
1392
1392
|
return true;
|
|
@@ -1394,8 +1394,8 @@ function isTelemetryEnabled() {
|
|
|
1394
1394
|
|
|
1395
1395
|
//#endregion
|
|
1396
1396
|
//#region src/utils/analytics.ts
|
|
1397
|
-
const POSTHOG_API_KEY = "
|
|
1398
|
-
const POSTHOG_HOST = "
|
|
1397
|
+
const POSTHOG_API_KEY = "phc_8ZUxEwwfKMajJLvxz1daGd931dYbQrwKNficBmsdIrs";
|
|
1398
|
+
const POSTHOG_HOST = "https://us.i.posthog.com";
|
|
1399
1399
|
function generateSessionId() {
|
|
1400
1400
|
const rand = Math.random().toString(36).slice(2);
|
|
1401
1401
|
const now = Date.now().toString(36);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "create-better-t-stack",
|
|
3
|
-
"version": "2.47.
|
|
3
|
+
"version": "2.47.7",
|
|
4
4
|
"description": "A modern CLI tool for scaffolding end-to-end type-safe TypeScript projects with best practices and customizable configurations",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
|
@@ -87,4 +87,4 @@
|
|
|
87
87
|
"typescript": "^5.9.2",
|
|
88
88
|
"vitest": "^3.2.4"
|
|
89
89
|
}
|
|
90
|
-
}
|
|
90
|
+
}
|