zenstack 1.0.0-alpha.114 → 1.0.0-alpha.116

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.
Files changed (1) hide show
  1. package/package.json +6 -7
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.114",
6
+ "version": "1.0.0-alpha.116",
7
7
  "author": {
8
8
  "name": "ZenStack Team"
9
9
  },
@@ -73,11 +73,10 @@
73
73
  "@prisma/internals": "^4.0.0",
74
74
  "async-exit-hook": "^2.0.1",
75
75
  "change-case": "^4.1.2",
76
- "chevrotain": "^9.1.0",
77
76
  "colors": "1.4.0",
78
77
  "commander": "^8.3.0",
79
78
  "get-latest-version": "^5.0.1",
80
- "langium": "1.1.0",
79
+ "langium": "1.2.0",
81
80
  "lower-case-first": "^2.0.2",
82
81
  "mixpanel": "^0.17.0",
83
82
  "node-machine-id": "^1.1.12",
@@ -96,8 +95,8 @@
96
95
  "vscode-uri": "^3.0.6",
97
96
  "zod": "3.21.1",
98
97
  "zod-validation-error": "^0.2.1",
99
- "@zenstackhq/language": "1.0.0-alpha.114",
100
- "@zenstackhq/sdk": "1.0.0-alpha.114"
98
+ "@zenstackhq/language": "1.0.0-alpha.116",
99
+ "@zenstackhq/sdk": "1.0.0-alpha.116"
101
100
  },
102
101
  "devDependencies": {
103
102
  "@types/async-exit-hook": "^2.0.0",
@@ -129,8 +128,8 @@
129
128
  "tsc-alias": "^1.7.0",
130
129
  "typescript": "^4.8.4",
131
130
  "vitest": "^0.29.7",
132
- "@zenstackhq/runtime": "1.0.0-alpha.114",
133
- "@zenstackhq/testtools": "1.0.0-alpha.114"
131
+ "@zenstackhq/runtime": "1.0.0-alpha.116",
132
+ "@zenstackhq/testtools": "1.0.0-alpha.116"
134
133
  },
135
134
  "scripts": {
136
135
  "vscode:publish": "vsce publish --no-dependencies",