@zenstackhq/cli 3.7.1 → 3.8.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 CHANGED
@@ -3224,7 +3224,7 @@ function startServer(client, schema, options) {
3224
3224
  }
3225
3225
  //#endregion
3226
3226
  //#region src/constants.ts
3227
- const TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3227
+ const TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3228
3228
  //#endregion
3229
3229
  //#region src/utils/is-ci.ts
3230
3230
  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_")));
package/dist/index.mjs CHANGED
@@ -3194,7 +3194,7 @@ function startServer(client, schema, options) {
3194
3194
  }
3195
3195
  //#endregion
3196
3196
  //#region src/constants.ts
3197
- const TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3197
+ const TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3198
3198
  //#endregion
3199
3199
  //#region src/utils/is-ci.ts
3200
3200
  const isInCi = env["CI"] !== "0" && env["CI"] !== "false" && ("CI" in env || "CONTINUOUS_INTEGRATION" in env || Object.keys(env).some((key) => key.startsWith("CI_")));
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@zenstackhq/cli",
3
3
  "displayName": "ZenStack CLI",
4
4
  "description": "FullStack database toolkit with built-in access control and automatic API generation.",
5
- "version": "3.7.1",
5
+ "version": "3.8.0-beta.1",
6
6
  "type": "module",
7
7
  "author": {
8
8
  "name": "ZenStack Team",
@@ -50,12 +50,12 @@
50
50
  "terminal-link": "^5.0.0",
51
51
  "ts-pattern": "^5.7.1",
52
52
  "zod": "^4.0.0",
53
- "@zenstackhq/common-helpers": "3.7.1",
54
- "@zenstackhq/orm": "3.7.1",
55
- "@zenstackhq/schema": "3.7.1",
56
- "@zenstackhq/server": "3.7.1",
57
- "@zenstackhq/language": "3.7.1",
58
- "@zenstackhq/sdk": "3.7.1"
53
+ "@zenstackhq/language": "3.8.0-beta.1",
54
+ "@zenstackhq/common-helpers": "3.8.0-beta.1",
55
+ "@zenstackhq/schema": "3.8.0-beta.1",
56
+ "@zenstackhq/orm": "3.8.0-beta.1",
57
+ "@zenstackhq/server": "3.8.0-beta.1",
58
+ "@zenstackhq/sdk": "3.8.0-beta.1"
59
59
  },
60
60
  "devDependencies": {
61
61
  "@types/better-sqlite3": "^7.6.13",
@@ -65,11 +65,11 @@
65
65
  "@types/semver": "^7.7.0",
66
66
  "@types/tmp": "^0.2.6",
67
67
  "tmp": "^0.2.4",
68
- "@zenstackhq/testtools": "3.7.1",
69
- "@zenstackhq/tsdown-config": "3.7.1",
70
- "@zenstackhq/typescript-config": "3.7.1",
71
- "@zenstackhq/eslint-config": "3.7.1",
72
- "@zenstackhq/vitest-config": "3.7.1"
68
+ "@zenstackhq/eslint-config": "3.8.0-beta.1",
69
+ "@zenstackhq/testtools": "3.8.0-beta.1",
70
+ "@zenstackhq/typescript-config": "3.8.0-beta.1",
71
+ "@zenstackhq/tsdown-config": "3.8.0-beta.1",
72
+ "@zenstackhq/vitest-config": "3.8.0-beta.1"
73
73
  },
74
74
  "peerDependencies": {
75
75
  "better-sqlite3": "^12.5.0",