@danielhritcu/zenstack-orm 3.5.20 → 3.5.22
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/dist/index.cjs +141 -70
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -1
- package/dist/index.d.ts +6 -1
- package/dist/index.js +73 -2
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@danielhritcu/zenstack-orm",
|
|
3
3
|
"displayName": "ZenStack ORM",
|
|
4
4
|
"description": "ZenStack ORM",
|
|
5
|
-
"version": "3.5.
|
|
5
|
+
"version": "3.5.22",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team",
|
|
@@ -110,9 +110,9 @@
|
|
|
110
110
|
"ulid": "^3.0.0",
|
|
111
111
|
"uuid": "^11.0.5",
|
|
112
112
|
"zod-validation-error": "^4.0.1",
|
|
113
|
-
"@zenstackhq/zod": "^3.5.4",
|
|
114
113
|
"@zenstackhq/common-helpers": "^3.5.4",
|
|
115
|
-
"@zenstackhq/schema": "^3.5.4"
|
|
114
|
+
"@zenstackhq/schema": "^3.5.4",
|
|
115
|
+
"@zenstackhq/zod": "^3.5.4"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"better-sqlite3": "^12.5.0",
|
|
@@ -142,8 +142,8 @@
|
|
|
142
142
|
"@types/toposort": "^2.0.7",
|
|
143
143
|
"tsx": "^4.19.2",
|
|
144
144
|
"zod": "^4.1.0",
|
|
145
|
-
"@zenstackhq/typescript-config": "3.5.4",
|
|
146
145
|
"@zenstackhq/vitest-config": "3.5.4",
|
|
146
|
+
"@zenstackhq/typescript-config": "3.5.4",
|
|
147
147
|
"@zenstackhq/eslint-config": "3.5.4"
|
|
148
148
|
},
|
|
149
149
|
"funding": "https://github.com/sponsors/zenstackhq",
|