zenstack 1.0.0-alpha.110 → 1.0.0-alpha.111

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.110",
6
+ "version": "1.0.0-alpha.111",
7
7
  "author": {
8
8
  "name": "ZenStack Team"
9
9
  },
@@ -94,8 +94,8 @@
94
94
  "vscode-uri": "^3.0.6",
95
95
  "zod": "3.21.1",
96
96
  "zod-validation-error": "^0.2.1",
97
- "@zenstackhq/language": "1.0.0-alpha.110",
98
- "@zenstackhq/sdk": "1.0.0-alpha.110"
97
+ "@zenstackhq/language": "1.0.0-alpha.111",
98
+ "@zenstackhq/sdk": "1.0.0-alpha.111"
99
99
  },
100
100
  "devDependencies": {
101
101
  "@types/async-exit-hook": "^2.0.0",
@@ -125,8 +125,8 @@
125
125
  "tsc-alias": "^1.7.0",
126
126
  "typescript": "^4.8.4",
127
127
  "vitest": "^0.29.7",
128
- "@zenstackhq/testtools": "1.0.0-alpha.110",
129
- "@zenstackhq/runtime": "1.0.0-alpha.110"
128
+ "@zenstackhq/runtime": "1.0.0-alpha.111",
129
+ "@zenstackhq/testtools": "1.0.0-alpha.111"
130
130
  },
131
131
  "scripts": {
132
132
  "vscode:publish": "vsce publish --no-dependencies",