@zenstackhq/sdk 1.0.0-alpha.26 → 1.0.0-alpha.28

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 +5 -1
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1 +1,5 @@
1
- ZenStack plugin development SDK
1
+ # ZenStack plugin development SDK
2
+
3
+ This package provides types and utilities for developing a ZenStack plugin.
4
+
5
+ Visit [Homepage](https://zenstack.dev) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenstackhq/sdk",
3
- "version": "1.0.0-alpha.26",
3
+ "version": "1.0.0-alpha.28",
4
4
  "description": "ZenStack plugin development SDK",
5
5
  "main": "index.js",
6
6
  "publishConfig": {
@@ -12,7 +12,7 @@
12
12
  "license": "MIT",
13
13
  "dependencies": {
14
14
  "@prisma/generator-helper": "^4.7.1",
15
- "@zenstackhq/language": "1.0.0-alpha.26"
15
+ "@zenstackhq/language": "1.0.0-alpha.28"
16
16
  },
17
17
  "devDependencies": {
18
18
  "copyfiles": "^2.4.1",