@zenstackhq/cli 3.4.6 → 3.5.0-beta.2

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
@@ -3881,7 +3881,7 @@ var import_node_fs12 = __toESM(require("fs"), 1);
3881
3881
  var os2 = __toESM(require("os"), 1);
3882
3882
 
3883
3883
  // src/constants.ts
3884
- var TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3884
+ var TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3885
3885
 
3886
3886
  // src/utils/is-ci.ts
3887
3887
  var import_node_process = require("process");
package/dist/index.js CHANGED
@@ -3862,7 +3862,7 @@ import fs12 from "fs";
3862
3862
  import * as os2 from "os";
3863
3863
 
3864
3864
  // src/constants.ts
3865
- var TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3865
+ var TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3866
3866
 
3867
3867
  // src/utils/is-ci.ts
3868
3868
  import { env } from "process";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publisher": "zenstack",
4
4
  "displayName": "ZenStack CLI",
5
5
  "description": "FullStack database toolkit with built-in access control and automatic API generation.",
6
- "version": "3.4.6",
6
+ "version": "3.5.0-beta.2",
7
7
  "type": "module",
8
8
  "author": {
9
9
  "name": "ZenStack Team"
@@ -46,12 +46,12 @@
46
46
  "terminal-link": "^5.0.0",
47
47
  "ts-pattern": "^5.7.1",
48
48
  "zod": "^4.0.0",
49
- "@zenstackhq/common-helpers": "3.4.6",
50
- "@zenstackhq/schema": "3.4.6",
51
- "@zenstackhq/orm": "3.4.6",
52
- "@zenstackhq/language": "3.4.6",
53
- "@zenstackhq/sdk": "3.4.6",
54
- "@zenstackhq/server": "3.4.6"
49
+ "@zenstackhq/orm": "3.5.0-beta.2",
50
+ "@zenstackhq/language": "3.5.0-beta.2",
51
+ "@zenstackhq/schema": "3.5.0-beta.2",
52
+ "@zenstackhq/sdk": "3.5.0-beta.2",
53
+ "@zenstackhq/common-helpers": "3.5.0-beta.2",
54
+ "@zenstackhq/server": "3.5.0-beta.2"
55
55
  },
56
56
  "devDependencies": {
57
57
  "@types/better-sqlite3": "^7.6.13",
@@ -61,10 +61,10 @@
61
61
  "@types/semver": "^7.7.0",
62
62
  "@types/tmp": "^0.2.6",
63
63
  "tmp": "^0.2.4",
64
- "@zenstackhq/eslint-config": "3.4.6",
65
- "@zenstackhq/testtools": "3.4.6",
66
- "@zenstackhq/typescript-config": "3.4.6",
67
- "@zenstackhq/vitest-config": "3.4.6"
64
+ "@zenstackhq/eslint-config": "3.5.0-beta.2",
65
+ "@zenstackhq/testtools": "3.5.0-beta.2",
66
+ "@zenstackhq/vitest-config": "3.5.0-beta.2",
67
+ "@zenstackhq/typescript-config": "3.5.0-beta.2"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "better-sqlite3": "^12.5.0",