@zenstackhq/cli 3.6.4 → 3.7.0-beta.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/index.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +12 -12
package/dist/index.mjs
CHANGED
|
@@ -3160,7 +3160,7 @@ function startServer(client, schema, options) {
|
|
|
3160
3160
|
}
|
|
3161
3161
|
//#endregion
|
|
3162
3162
|
//#region src/constants.ts
|
|
3163
|
-
const TELEMETRY_TRACKING_TOKEN = "
|
|
3163
|
+
const TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
|
|
3164
3164
|
//#endregion
|
|
3165
3165
|
//#region src/utils/is-ci.ts
|
|
3166
3166
|
const isInCi = env["CI"] !== "0" && env["CI"] !== "false" && ("CI" in env || "CONTINUOUS_INTEGRATION" in env || Object.keys(env).some((key) => key.startsWith("CI_")));
|