zenstack 2.3.1 → 2.3.3
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/README.md +14 -6
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -230,18 +230,26 @@ Please also consider [sponsoring our work](https://github.com/sponsors/zenstackh
|
|
|
230
230
|
|
|
231
231
|
## Sponsors
|
|
232
232
|
|
|
233
|
-
Thank you for your support!
|
|
233
|
+
Thank you for your generous support!
|
|
234
|
+
|
|
235
|
+
### Current Sponsors
|
|
234
236
|
|
|
235
237
|
<table>
|
|
236
238
|
<tr>
|
|
237
|
-
<td align="center"><a href="https://
|
|
238
|
-
<td align="center"><a href="https://
|
|
239
|
-
<td align="center"><a href="https://
|
|
239
|
+
<td align="center"><a href="https://www.marblism.com/"><img src="https://avatars.githubusercontent.com/u/143199531?s=200&v=4" width="100" style="border-radius:50%" alt="Marblism"/><br />Marblism</a></td>
|
|
240
|
+
<td align="center"><a href="https://www.mermaidchart.com/"><img src="https://avatars.githubusercontent.com/u/117662492?s=200&v=4" width="100" style="border-radius:50%" alt="Mermaid Chart"/><br />Mermaid Chart</a></td>
|
|
241
|
+
<td align="center"><a href="https://coderabbit.ai/"><img src="https://avatars.githubusercontent.com/u/132028505?v=4" width="100" style="border-radius:50%" alt="CodeRabbit"/><br />CodeRabbit</a></td>
|
|
240
242
|
<td align="center"><a href="https://github.com/j0hannr"><img src="https://avatars.githubusercontent.com/u/52762073?v=4" width="100" style="border-radius:50%" alt="Johann Rohn"/><br />Johann Rohn</a></td>
|
|
241
|
-
|
|
242
243
|
<td align="center"><a href="https://github.com/baenie"><img src="https://avatars.githubusercontent.com/u/58309104?v=4" width="100" style="border-radius:50%" alt="Benjamin Zecirovic"/><br />Benjamin Zecirovic</a></td>
|
|
243
|
-
|
|
244
|
+
</tr>
|
|
245
|
+
</table>
|
|
244
246
|
|
|
247
|
+
### Previous Sponsors
|
|
248
|
+
|
|
249
|
+
<table>
|
|
250
|
+
<tr>
|
|
251
|
+
<td align="center"><a href="https://github.com/umussetu"><img src="https://avatars.githubusercontent.com/u/152648499?v=4" width="100" style="border-radius:50%" alt="Ulric"/><br />Ulric</a></td>
|
|
252
|
+
<td align="center"><a href="https://github.com/iamfj"><img src="https://avatars.githubusercontent.com/u/24557998?v=4" width="100" style="border-radius:50%" alt="Fabian Jocks"/><br />Fabian Jocks</a></td>
|
|
245
253
|
</tr>
|
|
246
254
|
</table>
|
|
247
255
|
|
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.3.
|
|
6
|
+
"version": "2.3.3",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team"
|
|
9
9
|
},
|
|
@@ -103,14 +103,14 @@
|
|
|
103
103
|
"vscode-uri": "^3.0.6",
|
|
104
104
|
"zod": "^3.22.4",
|
|
105
105
|
"zod-validation-error": "^1.5.0",
|
|
106
|
-
"@zenstackhq/language": "2.3.
|
|
107
|
-
"@zenstackhq/sdk": "2.3.
|
|
106
|
+
"@zenstackhq/language": "2.3.3",
|
|
107
|
+
"@zenstackhq/sdk": "2.3.3"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
|
-
"prisma": "5.0.0 - 5.
|
|
110
|
+
"prisma": "5.0.0 - 5.17.x"
|
|
111
111
|
},
|
|
112
112
|
"devDependencies": {
|
|
113
|
-
"@prisma/client": "5.
|
|
113
|
+
"@prisma/client": "5.17.x",
|
|
114
114
|
"@types/async-exit-hook": "^2.0.0",
|
|
115
115
|
"@types/pluralize": "^0.0.29",
|
|
116
116
|
"@types/semver": "^7.3.13",
|
|
@@ -121,12 +121,11 @@
|
|
|
121
121
|
"@vscode/vsce": "^2.19.0",
|
|
122
122
|
"dotenv": "^16.0.3",
|
|
123
123
|
"esbuild": "^0.15.12",
|
|
124
|
-
"prisma": "5.16.x",
|
|
125
124
|
"renamer": "^4.0.0",
|
|
126
125
|
"tmp": "^0.2.1",
|
|
127
126
|
"tsc-alias": "^1.7.0",
|
|
128
127
|
"vitest": "^0.29.7",
|
|
129
|
-
"@zenstackhq/runtime": "2.3.
|
|
128
|
+
"@zenstackhq/runtime": "2.3.3"
|
|
130
129
|
},
|
|
131
130
|
"scripts": {
|
|
132
131
|
"vscode:publish": "vsce publish --no-dependencies",
|