Skip to content

Commit 6a77077

Browse files
authored
merge dev to main (v3.5.3) (#2541)
2 parents 554f82f + 28ae08d commit 6a77077

File tree

30 files changed

+565
-96
lines changed

30 files changed

+565
-96
lines changed

package.json

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
11
{
22
"name": "zenstack-v3",
3-
"version": "3.5.2",
3+
"displayName": "ZenStack",
44
"description": "ZenStack",
5-
"packageManager": "pnpm@10.23.0",
5+
"version": "3.5.3",
66
"type": "module",
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+
},
16+
"license": "MIT",
17+
"packageManager": "pnpm@10.23.0",
718
"scripts": {
819
"build": "turbo run build",
920
"watch": "turbo run watch build",
@@ -25,8 +36,6 @@
2536
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
2637
},
2738
"keywords": [],
28-
"author": "",
29-
"license": "MIT",
3039
"devDependencies": {
3140
"@eslint/js": "^9.29.0",
3241
"@types/node": "catalog:",
@@ -56,5 +65,6 @@
5665
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
5766
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
5867
}
59-
}
68+
},
69+
"funding": "https://github.com/sponsors/zenstackhq"
6070
}

packages/auth-adapters/better-auth/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@zenstackhq/better-auth",
3-
"version": "3.5.2",
3+
"displayName": "ZenStack Better Auth Adapter",
44
"description": "ZenStack Better Auth Adapter. This adapter is modified from better-auth's Prisma adapter.",
5+
"version": "3.5.3",
56
"type": "module",
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+
},
16+
"license": "MIT",
617
"scripts": {
718
"build": "tsc --noEmit && tsup-node",
819
"watch": "tsup-node --watch",
@@ -14,8 +25,6 @@
1425
"better-auth",
1526
"auth"
1627
],
17-
"author": "ZenStack Team",
18-
"license": "MIT",
1928
"files": [
2029
"dist"
2130
],
@@ -55,5 +64,6 @@
5564
"@zenstackhq/typescript-config": "workspace:*",
5665
"@zenstackhq/vitest-config": "workspace:*",
5766
"tmp": "catalog:"
58-
}
67+
},
68+
"funding": "https://github.com/sponsors/zenstackhq"
5969
}

packages/cli/package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
{
22
"name": "@zenstackhq/cli",
3-
"publisher": "zenstack",
43
"displayName": "ZenStack CLI",
54
"description": "FullStack database toolkit with built-in access control and automatic API generation.",
6-
"version": "3.5.2",
5+
"version": "3.5.3",
76
"type": "module",
87
"author": {
9-
"name": "ZenStack Team"
8+
"name": "ZenStack Team",
9+
"email": "contact@zenstack.dev"
1010
},
1111
"homepage": "https://zenstack.dev",
12+
"repository": {
13+
"type": "git",
14+
"url": "https://github.com/zenstackhq/zenstack"
15+
},
1216
"license": "MIT",
1317
"keywords": [
1418
"orm",
@@ -91,5 +95,6 @@
9195
},
9296
"engines": {
9397
"node": ">=20"
94-
}
98+
},
99+
"funding": "https://github.com/sponsors/zenstackhq"
95100
}

packages/clients/client-helpers/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@zenstackhq/client-helpers",
3-
"version": "3.5.2",
3+
"displayName": "ZenStack Client Helpers",
44
"description": "Helpers for implementing clients that consume ZenStack's CRUD service",
5+
"version": "3.5.3",
56
"type": "module",
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+
},
16+
"license": "MIT",
617
"scripts": {
718
"build": "tsc --noEmit && tsup-node && pnpm test:typecheck",
819
"watch": "tsup-node --watch",
@@ -11,8 +22,6 @@
1122
"test:typecheck": "tsc --noEmit --project tsconfig.test.json",
1223
"pack": "pnpm pack"
1324
},
14-
"author": "ZenStack Team",
15-
"license": "MIT",
1625
"files": [
1726
"dist"
1827
],
@@ -39,5 +48,6 @@
3948
"@zenstackhq/sdk": "workspace:*",
4049
"@zenstackhq/typescript-config": "workspace:*",
4150
"@zenstackhq/vitest-config": "workspace:*"
42-
}
51+
},
52+
"funding": "https://github.com/sponsors/zenstackhq"
4353
}

packages/clients/tanstack-query/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@zenstackhq/tanstack-query",
3-
"version": "3.5.2",
3+
"displayName": "ZenStack TanStack Query Integration",
44
"description": "TanStack Query Client for consuming ZenStack v3's CRUD service",
5+
"version": "3.5.3",
56
"type": "module",
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+
},
16+
"license": "MIT",
617
"scripts": {
718
"build": "pnpm build:general && pnpm build:svelte && pnpm test:generate && pnpm test:typecheck",
819
"build:general": "tsc -p tsconfig.general.json",
@@ -23,8 +34,6 @@
2334
"orm",
2435
"fullstack"
2536
],
26-
"author": "ZenStack Team",
27-
"license": "MIT",
2837
"files": [
2938
"dist"
3039
],
@@ -87,5 +96,6 @@
8796
"@tanstack/svelte-query": {
8897
"optional": true
8998
}
90-
}
99+
},
100+
"funding": "https://github.com/sponsors/zenstackhq"
91101
}

packages/common-helpers/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,19 @@
11
{
22
"name": "@zenstackhq/common-helpers",
3-
"version": "3.5.2",
3+
"displayName": "ZenStack Common Helpers",
44
"description": "ZenStack Common Helpers",
5+
"version": "3.5.3",
56
"type": "module",
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+
},
16+
"license": "MIT",
617
"scripts": {
718
"build": "tsc --noEmit && tsup-node",
819
"watch": "tsup-node --watch",
@@ -11,8 +22,6 @@
1122
"pack": "pnpm pack"
1223
},
1324
"keywords": [],
14-
"author": "ZenStack Team",
15-
"license": "MIT",
1625
"files": [
1726
"dist"
1827
],
@@ -32,5 +41,6 @@
3241
"@zenstackhq/typescript-config": "workspace:*",
3342
"@zenstackhq/eslint-config": "workspace:*",
3443
"@zenstackhq/vitest-config": "workspace:*"
35-
}
44+
},
45+
"funding": "https://github.com/sponsors/zenstackhq"
3646
}

packages/config/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/eslint-config",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"type": "module",
55
"private": true,
66
"license": "MIT"
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@zenstackhq/typescript-config",
3-
"version": "3.5.2",
3+
"version": "3.5.3",
44
"private": true,
55
"license": "MIT"
66
}

packages/config/vitest-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@zenstackhq/vitest-config",
33
"type": "module",
4-
"version": "3.5.2",
4+
"version": "3.5.3",
55
"private": true,
66
"license": "MIT",
77
"exports": {

packages/create-zenstack/package.json

Lines changed: 14 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,25 @@
11
{
22
"name": "create-zenstack",
3-
"version": "3.5.2",
3+
"displayName": "Create ZenStack",
44
"description": "Create a new ZenStack project",
5+
"version": "3.5.3",
56
"type": "module",
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+
},
16+
"license": "MIT",
617
"scripts": {
718
"build": "tsc --noEmit && tsup-node",
819
"lint": "eslint src --ext ts",
920
"pack": "pnpm pack"
1021
},
1122
"keywords": [],
12-
"author": "ZenStack Team",
13-
"license": "MIT",
1423
"files": [
1524
"dist"
1625
],
@@ -37,5 +46,6 @@
3746
"devDependencies": {
3847
"@zenstackhq/eslint-config": "workspace:*",
3948
"@zenstackhq/typescript-config": "workspace:*"
40-
}
49+
},
50+
"funding": "https://github.com/sponsors/zenstackhq"
4151
}

0 commit comments

Comments
 (0)