zenstack 1.0.0-beta.3 → 1.0.0-beta.5

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.
Files changed (2) hide show
  1. package/README.md +7 -1
  2. 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://go.zenstack.dev/chat) for chat and updates!
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.3",
6
+ "version": "1.0.0-beta.5",
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/sdk": "1.0.0-beta.3",
101
- "@zenstackhq/language": "1.0.0-beta.3"
100
+ "@zenstackhq/language": "1.0.0-beta.5",
101
+ "@zenstackhq/sdk": "1.0.0-beta.5"
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.3",
135
- "@zenstackhq/runtime": "1.0.0-beta.3"
134
+ "@zenstackhq/runtime": "1.0.0-beta.5",
135
+ "@zenstackhq/testtools": "1.0.0-beta.5"
136
136
  },
137
137
  "scripts": {
138
138
  "vscode:publish": "vsce publish --no-dependencies",