@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.cjs
CHANGED
|
@@ -3190,7 +3190,7 @@ function startServer(client, schema, options) {
|
|
|
3190
3190
|
}
|
|
3191
3191
|
//#endregion
|
|
3192
3192
|
//#region src/constants.ts
|
|
3193
|
-
const TELEMETRY_TRACKING_TOKEN = "
|
|
3193
|
+
const TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
|
|
3194
3194
|
//#endregion
|
|
3195
3195
|
//#region src/utils/is-ci.ts
|
|
3196
3196
|
const isInCi = node_process.env["CI"] !== "0" && node_process.env["CI"] !== "false" && ("CI" in node_process.env || "CONTINUOUS_INTEGRATION" in node_process.env || Object.keys(node_process.env).some((key) => key.startsWith("CI_")));
|