create-better-t-stack 3.7.0 → 3.7.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-CPJF6Hyu.js → src-BmyCNYPk.js} +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
#!/usr/bin/env node
|
|
2
|
-
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-
|
|
2
|
+
import { a as router, i as init, n as createBtsCli, o as sponsors, r as docs, t as builder } from "./src-BmyCNYPk.js";
|
|
3
3
|
|
|
4
4
|
export { builder, createBtsCli, docs, init, router, sponsors };
|
|
@@ -1347,7 +1347,7 @@ const getLatestCLIVersion = () => {
|
|
|
1347
1347
|
*/
|
|
1348
1348
|
function isTelemetryEnabled() {
|
|
1349
1349
|
const BTS_TELEMETRY_DISABLED = process.env.BTS_TELEMETRY_DISABLED;
|
|
1350
|
-
const BTS_TELEMETRY = "
|
|
1350
|
+
const BTS_TELEMETRY = "1";
|
|
1351
1351
|
if (BTS_TELEMETRY_DISABLED !== void 0) return BTS_TELEMETRY_DISABLED !== "1";
|
|
1352
1352
|
if (BTS_TELEMETRY !== void 0) return BTS_TELEMETRY === "1";
|
|
1353
1353
|
return true;
|
package/package.json
CHANGED