zenstack 1.0.1 → 1.0.2
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": "A toolkit for building secure CRUD apps with Next.js + Typescript",
|
|
6
|
-
"version": "1.0.
|
|
6
|
+
"version": "1.0.2",
|
|
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/
|
|
98
|
-
"@zenstackhq/
|
|
97
|
+
"@zenstackhq/sdk": "1.0.2",
|
|
98
|
+
"@zenstackhq/language": "1.0.2"
|
|
99
99
|
},
|
|
100
100
|
"devDependencies": {
|
|
101
101
|
"@prisma/client": "^4.8.0",
|
|
@@ -127,7 +127,7 @@
|
|
|
127
127
|
"tsc-alias": "^1.7.0",
|
|
128
128
|
"typescript": "^4.8.4",
|
|
129
129
|
"vitest": "^0.29.7",
|
|
130
|
-
"@zenstackhq/runtime": "1.0.
|
|
130
|
+
"@zenstackhq/runtime": "1.0.2"
|
|
131
131
|
},
|
|
132
132
|
"scripts": {
|
|
133
133
|
"vscode:publish": "vsce publish --no-dependencies",
|