zenstack 1.0.0-beta.4 → 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 (1) hide show
  1. package/package.json +5 -5
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.4",
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/language": "1.0.0-beta.4",
101
- "@zenstackhq/sdk": "1.0.0-beta.4"
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.4",
135
- "@zenstackhq/runtime": "1.0.0-beta.4"
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",