create-better-t-stack 3.1.4-canary.78f76984 → 3.1.5

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-Do-jrPff.js";
2
+ import { createBtsCli } from "./src-DfqHfdEO.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-Do-jrPff.js";
2
+ import { builder, createBtsCli, docs, init, router, sponsors } from "./src-DfqHfdEO.js";
3
3
 
4
4
  export { builder, createBtsCli, docs, init, router, sponsors };
@@ -1388,7 +1388,7 @@ const getLatestCLIVersion = () => {
1388
1388
  */
1389
1389
  function isTelemetryEnabled() {
1390
1390
  const BTS_TELEMETRY_DISABLED = process.env.BTS_TELEMETRY_DISABLED;
1391
- const BTS_TELEMETRY = "0";
1391
+ const BTS_TELEMETRY = "1";
1392
1392
  if (BTS_TELEMETRY_DISABLED !== void 0) return BTS_TELEMETRY_DISABLED !== "1";
1393
1393
  if (BTS_TELEMETRY !== void 0) return BTS_TELEMETRY === "1";
1394
1394
  return true;
@@ -1396,8 +1396,8 @@ function isTelemetryEnabled() {
1396
1396
 
1397
1397
  //#endregion
1398
1398
  //#region src/utils/analytics.ts
1399
- const POSTHOG_API_KEY = "random";
1400
- const POSTHOG_HOST = "random";
1399
+ const POSTHOG_API_KEY = "phc_8ZUxEwwfKMajJLvxz1daGd931dYbQrwKNficBmsdIrs";
1400
+ const POSTHOG_HOST = "https://us.i.posthog.com";
1401
1401
  function generateSessionId() {
1402
1402
  const rand = Math.random().toString(36).slice(2);
1403
1403
  return `cli_${Date.now().toString(36)}${rand}`;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-better-t-stack",
3
- "version": "3.1.4-canary.78f76984",
3
+ "version": "3.1.5",
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",