zenstack 2.3.1 → 2.3.2

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 +4 -4
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "publisher": "zenstack",
4
4
  "displayName": "ZenStack Language Tools",
5
5
  "description": "Build scalable web apps with minimum code by defining authorization and validation rules inside the data schema that closer to the database",
6
- "version": "2.3.1",
6
+ "version": "2.3.2",
7
7
  "author": {
8
8
  "name": "ZenStack Team"
9
9
  },
@@ -103,8 +103,8 @@
103
103
  "vscode-uri": "^3.0.6",
104
104
  "zod": "^3.22.4",
105
105
  "zod-validation-error": "^1.5.0",
106
- "@zenstackhq/language": "2.3.1",
107
- "@zenstackhq/sdk": "2.3.1"
106
+ "@zenstackhq/language": "2.3.2",
107
+ "@zenstackhq/sdk": "2.3.2"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "prisma": "5.0.0 - 5.16.x"
@@ -126,7 +126,7 @@
126
126
  "tmp": "^0.2.1",
127
127
  "tsc-alias": "^1.7.0",
128
128
  "vitest": "^0.29.7",
129
- "@zenstackhq/runtime": "2.3.1"
129
+ "@zenstackhq/runtime": "2.3.2"
130
130
  },
131
131
  "scripts": {
132
132
  "vscode:publish": "vsce publish --no-dependencies",