@zenstackhq/orm 3.4.0-beta.4 → 3.4.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zenstackhq/orm",
3
- "version": "3.4.0-beta.4",
3
+ "version": "3.4.0",
4
4
  "description": "ZenStack ORM",
5
5
  "type": "module",
6
6
  "keywords": [],
@@ -98,8 +98,9 @@
98
98
  "ulid": "^3.0.0",
99
99
  "uuid": "^11.0.5",
100
100
  "zod-validation-error": "^4.0.1",
101
- "@zenstackhq/common-helpers": "3.4.0-beta.4",
102
- "@zenstackhq/schema": "3.4.0-beta.4"
101
+ "@zenstackhq/common-helpers": "3.4.0",
102
+ "@zenstackhq/schema": "3.4.0",
103
+ "@zenstackhq/zod": "3.4.0"
103
104
  },
104
105
  "peerDependencies": {
105
106
  "better-sqlite3": "^12.5.0",
@@ -129,9 +130,9 @@
129
130
  "@types/toposort": "^2.0.7",
130
131
  "tsx": "^4.19.2",
131
132
  "zod": "^4.1.0",
132
- "@zenstackhq/eslint-config": "3.4.0-beta.4",
133
- "@zenstackhq/vitest-config": "3.4.0-beta.4",
134
- "@zenstackhq/typescript-config": "3.4.0-beta.4"
133
+ "@zenstackhq/eslint-config": "3.4.0",
134
+ "@zenstackhq/vitest-config": "3.4.0",
135
+ "@zenstackhq/typescript-config": "3.4.0"
135
136
  },
136
137
  "scripts": {
137
138
  "build": "tsc --noEmit && tsup-node",