@zenstackhq/cli 3.5.0-beta.5 → 3.5.0

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
@@ -3890,7 +3890,7 @@ var import_node_fs12 = __toESM(require("fs"), 1);
3890
3890
  var os2 = __toESM(require("os"), 1);
3891
3891
 
3892
3892
  // src/constants.ts
3893
- var TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3893
+ var TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3894
3894
 
3895
3895
  // src/utils/is-ci.ts
3896
3896
  var import_node_process = require("process");
package/dist/index.js CHANGED
@@ -3871,7 +3871,7 @@ import fs12 from "fs";
3871
3871
  import * as os2 from "os";
3872
3872
 
3873
3873
  // src/constants.ts
3874
- var TELEMETRY_TRACKING_TOKEN = "<TELEMETRY_TRACKING_TOKEN>";
3874
+ var TELEMETRY_TRACKING_TOKEN = "74944eb779d7d3b4ce185be843fde9fc";
3875
3875
 
3876
3876
  // src/utils/is-ci.ts
3877
3877
  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.5.0-beta.5",
6
+ "version": "3.5.0",
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/orm": "3.5.0-beta.5",
50
- "@zenstackhq/common-helpers": "3.5.0-beta.5",
51
- "@zenstackhq/language": "3.5.0-beta.5",
52
- "@zenstackhq/server": "3.5.0-beta.5",
53
- "@zenstackhq/schema": "3.5.0-beta.5",
54
- "@zenstackhq/sdk": "3.5.0-beta.5"
49
+ "@zenstackhq/common-helpers": "3.5.0",
50
+ "@zenstackhq/orm": "3.5.0",
51
+ "@zenstackhq/language": "3.5.0",
52
+ "@zenstackhq/sdk": "3.5.0",
53
+ "@zenstackhq/schema": "3.5.0",
54
+ "@zenstackhq/server": "3.5.0"
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.5.0-beta.5",
65
- "@zenstackhq/vitest-config": "3.5.0-beta.5",
66
- "@zenstackhq/testtools": "3.5.0-beta.5",
67
- "@zenstackhq/typescript-config": "3.5.0-beta.5"
64
+ "@zenstackhq/eslint-config": "3.5.0",
65
+ "@zenstackhq/testtools": "3.5.0",
66
+ "@zenstackhq/typescript-config": "3.5.0",
67
+ "@zenstackhq/vitest-config": "3.5.0"
68
68
  },
69
69
  "peerDependencies": {
70
70
  "better-sqlite3": "^12.5.0",