zenstack 1.0.0-alpha.80 → 1.0.0-alpha.81

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 +3 -1
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -1,6 +1,8 @@
1
1
  <div align="center">
2
+ <a href="https://zenstack.dev">
2
3
  <img src="https://user-images.githubusercontent.com/104139426/214809937-4ed30485-a683-4fea-b737-928c48e86fd7.png" style="max-width: 512px; width: 100%; height: auto; margin-bottom: 1rem;"
3
4
  >
5
+ </a>
4
6
  <div></div>
5
7
  <a href="https://www.npmjs.com/package/zenstack">
6
8
  <img src="https://img.shields.io/npm/v/zenstack">
@@ -99,7 +101,7 @@ The following diagram gives a high-level overview of how it works.
99
101
  - [Documentation](https://zenstack.dev/docs)
100
102
  - [Community chat](https://go.zenstack.dev/chat)
101
103
  - [Twitter](https://twitter.com/zenstackhq)
102
- - [Blog](https://dev.to/zenstack)
104
+ - [Blog](https://zenstack.dev/blog)
103
105
 
104
106
  ## Features
105
107
 
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-alpha.80",
6
+ "version": "1.0.0-alpha.81",
7
7
  "author": {
8
8
  "name": "ZenStack Team"
9
9
  },
@@ -90,9 +90,9 @@
90
90
  "vscode-languageserver-textdocument": "^1.0.7",
91
91
  "vscode-uri": "^3.0.6",
92
92
  "zod": "^3.19.1",
93
- "@zenstackhq/sdk": "1.0.0-alpha.80",
94
- "@zenstackhq/language": "1.0.0-alpha.80",
95
- "@zenstackhq/runtime": "1.0.0-alpha.80"
93
+ "@zenstackhq/language": "1.0.0-alpha.81",
94
+ "@zenstackhq/runtime": "1.0.0-alpha.81",
95
+ "@zenstackhq/sdk": "1.0.0-alpha.81"
96
96
  },
97
97
  "devDependencies": {
98
98
  "@types/async-exit-hook": "^2.0.0",
@@ -121,7 +121,7 @@
121
121
  "tsc-alias": "^1.7.0",
122
122
  "typescript": "^4.8.4",
123
123
  "vsce": "^2.13.0",
124
- "@zenstackhq/testtools": "1.0.0-alpha.80"
124
+ "@zenstackhq/testtools": "1.0.0-alpha.81"
125
125
  },
126
126
  "scripts": {
127
127
  "vscode:publish": "vsce publish --no-dependencies",