create-better-t-stack 2.47.5 → 2.47.6

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 CHANGED
@@ -1,5 +1,5 @@
1
1
  #!/usr/bin/env node
2
- import { createBtsCli } from "./src-B2EF7t6S.js";
2
+ import { createBtsCli } from "./src-D7YJOo26.js";
3
3
 
4
4
  //#region src/cli.ts
5
5
  createBtsCli().run();
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
1
  #!/usr/bin/env node
2
- import { builder, createBtsCli, docs, init, router, sponsors } from "./src-B2EF7t6S.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-D7YJOo26.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -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 = "0";
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 = "random";
1398
- const POSTHOG_HOST = "random";
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.5",
3
+ "version": "2.47.6",
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
+ }