zenstack 1.0.0-beta.3 → 1.0.0-beta.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/README.md +7 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -29,6 +29,8 @@ Our goal is to let you save time writing boilerplate code and focus on building
|
|
|
29
29
|
|
|
30
30
|
## How it works
|
|
31
31
|
|
|
32
|
+
> Read full documentation at 👉🏻 [zenstack.dev](https://zenstack.dev).
|
|
33
|
+
|
|
32
34
|
ZenStack incrementally extends Prisma's power with the following four layers:
|
|
33
35
|
|
|
34
36
|
### 1. ZModel - an extended Prisma schema language
|
|
@@ -181,7 +183,11 @@ Check out the [Collaborative Todo App](https://zenstack-todo.vercel.app/) for a
|
|
|
181
183
|
|
|
182
184
|
## Community
|
|
183
185
|
|
|
184
|
-
Join our [discord server](https://
|
|
186
|
+
Join our [discord server](https://discord.gg/Ykhr738dUe) for chat and updates!
|
|
187
|
+
|
|
188
|
+
## Contributing
|
|
189
|
+
|
|
190
|
+
If you like ZenStack, join us to make it a better tool! Please use the [Contributing Guide](CONTRIBUTING.md) for details on how to get started, and don't hesitate to join [Discord](https://discord.gg/Ykhr738dUe) to share your thoughts.
|
|
185
191
|
|
|
186
192
|
## License
|
|
187
193
|
|
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-beta.
|
|
6
|
+
"version": "1.0.0-beta.4",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team"
|
|
9
9
|
},
|
|
@@ -97,8 +97,8 @@
|
|
|
97
97
|
"vscode-uri": "^3.0.6",
|
|
98
98
|
"zod": "3.21.1",
|
|
99
99
|
"zod-validation-error": "^0.2.1",
|
|
100
|
-
"@zenstackhq/
|
|
101
|
-
"@zenstackhq/
|
|
100
|
+
"@zenstackhq/language": "1.0.0-beta.4",
|
|
101
|
+
"@zenstackhq/sdk": "1.0.0-beta.4"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@types/async-exit-hook": "^2.0.0",
|
|
@@ -131,8 +131,8 @@
|
|
|
131
131
|
"tsc-alias": "^1.7.0",
|
|
132
132
|
"typescript": "^4.8.4",
|
|
133
133
|
"vitest": "^0.29.7",
|
|
134
|
-
"@zenstackhq/testtools": "1.0.0-beta.
|
|
135
|
-
"@zenstackhq/runtime": "1.0.0-beta.
|
|
134
|
+
"@zenstackhq/testtools": "1.0.0-beta.4",
|
|
135
|
+
"@zenstackhq/runtime": "1.0.0-beta.4"
|
|
136
136
|
},
|
|
137
137
|
"scripts": {
|
|
138
138
|
"vscode:publish": "vsce publish --no-dependencies",
|