@zenstackhq/orm 3.5.3 → 3.5.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.
- package/dist/index.cjs +228 -141
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +21 -6
- package/dist/index.d.ts +21 -6
- package/dist/index.js +107 -20
- package/dist/index.js.map +1 -1
- package/package.json +7 -7
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.5.
|
|
5
|
+
"version": "3.5.5",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"author": {
|
|
8
8
|
"name": "ZenStack Team",
|
|
@@ -107,9 +107,9 @@
|
|
|
107
107
|
"ulid": "^3.0.0",
|
|
108
108
|
"uuid": "^11.0.5",
|
|
109
109
|
"zod-validation-error": "^4.0.1",
|
|
110
|
-
"@zenstackhq/
|
|
111
|
-
"@zenstackhq/zod": "3.5.
|
|
112
|
-
"@zenstackhq/
|
|
110
|
+
"@zenstackhq/common-helpers": "3.5.5",
|
|
111
|
+
"@zenstackhq/zod": "3.5.5",
|
|
112
|
+
"@zenstackhq/schema": "3.5.5"
|
|
113
113
|
},
|
|
114
114
|
"peerDependencies": {
|
|
115
115
|
"better-sqlite3": "^12.5.0",
|
|
@@ -139,9 +139,9 @@
|
|
|
139
139
|
"@types/toposort": "^2.0.7",
|
|
140
140
|
"tsx": "^4.19.2",
|
|
141
141
|
"zod": "^4.1.0",
|
|
142
|
-
"@zenstackhq/eslint-config": "3.5.
|
|
143
|
-
"@zenstackhq/typescript-config": "3.5.
|
|
144
|
-
"@zenstackhq/vitest-config": "3.5.
|
|
142
|
+
"@zenstackhq/eslint-config": "3.5.5",
|
|
143
|
+
"@zenstackhq/typescript-config": "3.5.5",
|
|
144
|
+
"@zenstackhq/vitest-config": "3.5.5"
|
|
145
145
|
},
|
|
146
146
|
"funding": "https://github.com/sponsors/zenstackhq",
|
|
147
147
|
"scripts": {
|