zenstack 1.0.0-alpha.27 → 1.0.0-alpha.28

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.
@@ -7,7 +7,7 @@ try {
7
7
  const machineId = require('node-machine-id');
8
8
  const os = require('os');
9
9
 
10
- const mixpanel = Mixpanel.init('', {
10
+ const mixpanel = Mixpanel.init('74944eb779d7d3b4ce185be843fde9fc', {
11
11
  geolocate: true,
12
12
  });
13
13
 
package/constants.js CHANGED
@@ -2,5 +2,5 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.TELEMETRY_TRACKING_TOKEN = void 0;
4
4
  // replaced at build time
5
- exports.TELEMETRY_TRACKING_TOKEN = '';
5
+ exports.TELEMETRY_TRACKING_TOKEN = '74944eb779d7d3b4ce185be843fde9fc';
6
6
  //# sourceMappingURL=constants.js.map
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publisher": "zenstack",
4
4
  "displayName": "ZenStack Language Tools",
5
5
  "description": "A toolkit for building secure CRUD apps with Next.js + Typescript",
6
- "version": "1.0.0-alpha.27",
6
+ "version": "1.0.0-alpha.28",
7
7
  "author": {
8
8
  "name": "ZenStack Team"
9
9
  },
@@ -90,9 +90,9 @@
90
90
  "vscode-languageserver-textdocument": "^1.0.7",
91
91
  "vscode-uri": "^3.0.6",
92
92
  "zod": "^3.19.1",
93
- "@zenstackhq/language": "1.0.0-alpha.27",
94
- "@zenstackhq/sdk": "1.0.0-alpha.27",
95
- "@zenstackhq/runtime": "1.0.0-alpha.27"
93
+ "@zenstackhq/language": "1.0.0-alpha.28",
94
+ "@zenstackhq/sdk": "1.0.0-alpha.28",
95
+ "@zenstackhq/runtime": "1.0.0-alpha.28"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@types/async-exit-hook": "^2.0.0",