@zenstackhq/language 1.0.0-alpha.25 → 1.0.0-alpha.27

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 +1 -1
package/README.md CHANGED
@@ -1 +1,5 @@
1
- ZenStack ZModel language compiler
1
+ # ZenStack ZModel language compiler
2
+
3
+ This package provides the AST of ZModel - ZenStack's modeling language.
4
+
5
+ Visit [Homepage](https://zenstack.dev) for more details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenstackhq/language",
3
- "version": "1.0.0-alpha.25",
3
+ "version": "1.0.0-alpha.27",
4
4
  "displayName": "ZenStack modeling language compiler",
5
5
  "description": "ZenStack modeling language compiler",
6
6
  "homepage": "https://zenstack.dev",