create-better-t-stack 2.35.0 → 2.35.1
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-CqC0HMY7.js → src-3Y_nBZWe.js} +3 -3
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1348,7 +1348,7 @@ const getLatestCLIVersion = () => {
|
|
|
1348
1348
|
*/
|
|
1349
1349
|
function isTelemetryEnabled() {
|
|
1350
1350
|
const BTS_TELEMETRY_DISABLED = process.env.BTS_TELEMETRY_DISABLED;
|
|
1351
|
-
const BTS_TELEMETRY = "
|
|
1351
|
+
const BTS_TELEMETRY = "1";
|
|
1352
1352
|
if (BTS_TELEMETRY_DISABLED !== void 0) return BTS_TELEMETRY_DISABLED !== "1";
|
|
1353
1353
|
if (BTS_TELEMETRY !== void 0) return BTS_TELEMETRY === "1";
|
|
1354
1354
|
return true;
|
|
@@ -1356,8 +1356,8 @@ function isTelemetryEnabled() {
|
|
|
1356
1356
|
|
|
1357
1357
|
//#endregion
|
|
1358
1358
|
//#region src/utils/analytics.ts
|
|
1359
|
-
const POSTHOG_API_KEY = "
|
|
1360
|
-
const POSTHOG_HOST = "
|
|
1359
|
+
const POSTHOG_API_KEY = "phc_8ZUxEwwfKMajJLvxz1daGd931dYbQrwKNficBmsdIrs";
|
|
1360
|
+
const POSTHOG_HOST = "https://us.i.posthog.com";
|
|
1361
1361
|
function generateSessionId() {
|
|
1362
1362
|
const rand = Math.random().toString(36).slice(2);
|
|
1363
1363
|
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.35.
|
|
3
|
+
"version": "2.35.1",
|
|
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",
|