@zenstackhq/orm 3.7.0-beta.1 → 3.7.1

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
@@ -2,7 +2,7 @@
2
2
  "name": "@zenstackhq/orm",
3
3
  "displayName": "ZenStack ORM",
4
4
  "description": "ZenStack ORM",
5
- "version": "3.7.0-beta.1",
5
+ "version": "3.7.1",
6
6
  "type": "module",
7
7
  "author": {
8
8
  "name": "ZenStack Team",
@@ -109,7 +109,7 @@
109
109
  "cuid": "^3.0.0",
110
110
  "decimal.js": "^10.4.3",
111
111
  "json-stable-stringify": "^1.3.0",
112
- "kysely": "~0.28.16",
112
+ "kysely": "~0.29.0",
113
113
  "nanoid": "^5.0.9",
114
114
  "postgres-array": "^3.0.4",
115
115
  "toposort": "^2.0.2",
@@ -117,9 +117,9 @@
117
117
  "ulid": "^3.0.0",
118
118
  "uuid": "^11.0.5",
119
119
  "zod-validation-error": "^4.0.1",
120
- "@zenstackhq/common-helpers": "3.7.0-beta.1",
121
- "@zenstackhq/schema": "3.7.0-beta.1",
122
- "@zenstackhq/zod": "3.7.0-beta.1"
120
+ "@zenstackhq/common-helpers": "3.7.1",
121
+ "@zenstackhq/zod": "3.7.1",
122
+ "@zenstackhq/schema": "3.7.1"
123
123
  },
124
124
  "peerDependencies": {
125
125
  "better-sqlite3": "^12.5.0",
@@ -149,16 +149,17 @@
149
149
  "@types/toposort": "^2.0.7",
150
150
  "tsx": "^4.19.2",
151
151
  "zod": "^4.1.0",
152
- "@zenstackhq/typescript-config": "3.7.0-beta.1",
153
- "@zenstackhq/tsdown-config": "3.7.0-beta.1",
154
- "@zenstackhq/eslint-config": "3.7.0-beta.1",
155
- "@zenstackhq/vitest-config": "3.7.0-beta.1"
152
+ "@zenstackhq/tsdown-config": "3.7.1",
153
+ "@zenstackhq/typescript-config": "3.7.1",
154
+ "@zenstackhq/eslint-config": "3.7.1",
155
+ "@zenstackhq/vitest-config": "3.7.1"
156
156
  },
157
157
  "funding": "https://github.com/sponsors/zenstackhq",
158
158
  "scripts": {
159
159
  "build": "tsc --noEmit && tsdown",
160
160
  "watch": "tsdown --watch",
161
161
  "lint": "eslint src --ext ts",
162
- "pack": "pnpm pack"
162
+ "pack": "pnpm pack",
163
+ "test:generate": "tsx ../../scripts/test-generate.ts . --generate-models"
163
164
  }
164
165
  }