@zenstackhq/orm 3.5.2 → 3.5.3

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,11 +1,20 @@
1
1
  {
2
2
  "name": "@zenstackhq/orm",
3
- "version": "3.5.2",
3
+ "displayName": "ZenStack ORM",
4
4
  "description": "ZenStack ORM",
5
+ "version": "3.5.3",
5
6
  "type": "module",
6
- "keywords": [],
7
- "author": "ZenStack Team",
7
+ "author": {
8
+ "name": "ZenStack Team",
9
+ "email": "contact@zenstack.dev"
10
+ },
11
+ "homepage": "https://zenstack.dev",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "https://github.com/zenstackhq/zenstack"
15
+ },
8
16
  "license": "MIT",
17
+ "keywords": [],
9
18
  "files": [
10
19
  "dist"
11
20
  ],
@@ -98,9 +107,9 @@
98
107
  "ulid": "^3.0.0",
99
108
  "uuid": "^11.0.5",
100
109
  "zod-validation-error": "^4.0.1",
101
- "@zenstackhq/schema": "3.5.2",
102
- "@zenstackhq/zod": "3.5.2",
103
- "@zenstackhq/common-helpers": "3.5.2"
110
+ "@zenstackhq/schema": "3.5.3",
111
+ "@zenstackhq/zod": "3.5.3",
112
+ "@zenstackhq/common-helpers": "3.5.3"
104
113
  },
105
114
  "peerDependencies": {
106
115
  "better-sqlite3": "^12.5.0",
@@ -130,10 +139,11 @@
130
139
  "@types/toposort": "^2.0.7",
131
140
  "tsx": "^4.19.2",
132
141
  "zod": "^4.1.0",
133
- "@zenstackhq/eslint-config": "3.5.2",
134
- "@zenstackhq/typescript-config": "3.5.2",
135
- "@zenstackhq/vitest-config": "3.5.2"
142
+ "@zenstackhq/eslint-config": "3.5.3",
143
+ "@zenstackhq/typescript-config": "3.5.3",
144
+ "@zenstackhq/vitest-config": "3.5.3"
136
145
  },
146
+ "funding": "https://github.com/sponsors/zenstackhq",
137
147
  "scripts": {
138
148
  "build": "tsc --noEmit && tsup-node",
139
149
  "watch": "tsup-node --watch",