zenstack 2.22.2 → 2.22.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 +4 -5
- package/package.json +6 -7
package/README.md
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
</a>
|
|
8
8
|
<h1>ZenStack</h1>
|
|
9
9
|
<a href="https://www.npmjs.com/package/zenstack">
|
|
10
|
-
<img src="https://img.shields.io/npm/v/zenstack">
|
|
10
|
+
<img src="https://img.shields.io/npm/v/zenstack/release-v2">
|
|
11
11
|
</a>
|
|
12
12
|
<a href="https://www.npmjs.com/package/zenstack">
|
|
13
13
|
<img src="https://img.shields.io/npm/dm/@zenstackhq/runtime">
|
|
@@ -24,10 +24,9 @@
|
|
|
24
24
|
</a>
|
|
25
25
|
</div>
|
|
26
26
|
|
|
27
|
+
## V3 is released!
|
|
27
28
|
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
[ZenStack v3](https://zenstack.dev/v3) is in Beta now! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3).
|
|
29
|
+
[ZenStack v3](https://zenstack.dev) is released! It replaced Prisma ORM with its own implementation built on top of [Kysely](https://kysely.dev) - lighter, faster, and more flexible. The code resides in a [separate repo](https://github.com/zenstackhq/zenstack-v3).
|
|
31
30
|
|
|
32
31
|
## What it is
|
|
33
32
|
|
|
@@ -37,7 +36,7 @@ Our goal is to let you save time writing boilerplate code and focus on building
|
|
|
37
36
|
|
|
38
37
|
## How it works
|
|
39
38
|
|
|
40
|
-
> Read full documentation at 👉🏻 [zenstack.dev](https://zenstack.dev). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions.
|
|
39
|
+
> Read full documentation at 👉🏻 [https://zenstack.dev/docs/2.x/](https://zenstack.dev/docs/2.x/). Join [Discord](https://discord.gg/Ykhr738dUe) for feedback and questions.
|
|
41
40
|
|
|
42
41
|
ZenStack incrementally extends Prisma's power with the following four layers:
|
|
43
42
|
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"publisher": "zenstack",
|
|
4
4
|
"displayName": "ZenStack V2 Language Tools",
|
|
5
5
|
"description": "FullStack enhancement for Prisma ORM: seamless integration from database to UI",
|
|
6
|
-
"version": "2.22.
|
|
6
|
+
"version": "2.22.3",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team"
|
|
9
9
|
},
|
|
@@ -162,15 +162,15 @@
|
|
|
162
162
|
"terminal-link": "^2.0.0",
|
|
163
163
|
"ts-morph": "^26.0.0",
|
|
164
164
|
"ts-pattern": "^4.3.0",
|
|
165
|
-
"uuid": "^
|
|
165
|
+
"uuid": "^11.1.1",
|
|
166
166
|
"vscode-jsonrpc": "^8.0.2",
|
|
167
167
|
"vscode-languageclient": "^8.0.2",
|
|
168
168
|
"vscode-languageserver": "^8.0.2",
|
|
169
169
|
"vscode-languageserver-textdocument": "^1.0.7",
|
|
170
170
|
"vscode-uri": "^3.0.6",
|
|
171
171
|
"zod-validation-error": "^4.0.0",
|
|
172
|
-
"@zenstackhq/sdk": "2.22.
|
|
173
|
-
"@zenstackhq/language": "2.22.
|
|
172
|
+
"@zenstackhq/sdk": "2.22.3",
|
|
173
|
+
"@zenstackhq/language": "2.22.3"
|
|
174
174
|
},
|
|
175
175
|
"peerDependencies": {
|
|
176
176
|
"prisma": "5.0.0 - 7.x",
|
|
@@ -185,16 +185,15 @@
|
|
|
185
185
|
"@types/semver": "^7.3.13",
|
|
186
186
|
"@types/strip-color": "^0.1.0",
|
|
187
187
|
"@types/tmp": "^0.2.3",
|
|
188
|
-
"@types/uuid": "^8.3.4",
|
|
189
188
|
"@types/vscode": "^1.99.3",
|
|
190
189
|
"@vscode/vsce": "^3.5.0",
|
|
191
190
|
"dotenv": "^16.0.3",
|
|
192
191
|
"esbuild": "^0.24.0",
|
|
193
192
|
"renamer": "^4.0.0",
|
|
194
|
-
"tmp": "^0.2.
|
|
193
|
+
"tmp": "^0.2.7",
|
|
195
194
|
"tsc-alias": "^1.7.0",
|
|
196
195
|
"vitest": "^0.29.7",
|
|
197
|
-
"@zenstackhq/runtime": "2.22.
|
|
196
|
+
"@zenstackhq/runtime": "2.22.3"
|
|
198
197
|
},
|
|
199
198
|
"scripts": {
|
|
200
199
|
"vscode:publish": "vsce publish --no-dependencies",
|