zenstack 2.2.3 → 2.2.4
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/package.json +4 -4
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publisher": "zenstack",
|
|
4
4
|
"displayName": "ZenStack Language Tools",
|
|
5
5
|
"description": "Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database",
|
|
6
|
-
"version": "2.2.
|
|
6
|
+
"version": "2.2.4",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team"
|
|
9
9
|
},
|
|
@@ -104,8 +104,8 @@
|
|
|
104
104
|
"vscode-uri": "^3.0.6",
|
|
105
105
|
"zod": "^3.22.4",
|
|
106
106
|
"zod-validation-error": "^1.5.0",
|
|
107
|
-
"@zenstackhq/language": "2.2.
|
|
108
|
-
"@zenstackhq/sdk": "2.2.
|
|
107
|
+
"@zenstackhq/language": "2.2.4",
|
|
108
|
+
"@zenstackhq/sdk": "2.2.4"
|
|
109
109
|
},
|
|
110
110
|
"peerDependencies": {
|
|
111
111
|
"prisma": "5.0.0 - 5.15.x"
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"tmp": "^0.2.1",
|
|
128
128
|
"tsc-alias": "^1.7.0",
|
|
129
129
|
"vitest": "^0.29.7",
|
|
130
|
-
"@zenstackhq/runtime": "2.2.
|
|
130
|
+
"@zenstackhq/runtime": "2.2.4"
|
|
131
131
|
},
|
|
132
132
|
"scripts": {
|
|
133
133
|
"vscode:publish": "vsce publish --no-dependencies",
|