Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 15 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
{
"name": "zenstack-v3",
"version": "3.5.2",
"displayName": "ZenStack",
"description": "ZenStack",
"packageManager": "pnpm@10.23.0",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"packageManager": "pnpm@10.23.0",
"scripts": {
"build": "turbo run build",
"watch": "turbo run watch build",
Expand All @@ -25,8 +36,6 @@
"unpublish-preview": "pnpm --filter \"./packages/**\" -r --shell-mode exec -- npm unpublish -f --registry https://preview.registry.zenstack.dev/ \"\\$PNPM_PACKAGE_NAME\""
},
"keywords": [],
"author": "",
"license": "MIT",
"devDependencies": {
"@eslint/js": "^9.29.0",
"@types/node": "catalog:",
Expand Down Expand Up @@ -56,5 +65,6 @@
"lodash-es@>=4.0.0 <=4.17.22": ">=4.17.23",
"lodash@>=4.0.0 <=4.17.22": ">=4.17.23"
}
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/auth-adapters/better-auth/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@zenstackhq/better-auth",
"version": "3.5.2",
"displayName": "ZenStack Better Auth Adapter",
"description": "ZenStack Better Auth Adapter. This adapter is modified from better-auth's Prisma adapter.",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node",
"watch": "tsup-node --watch",
Expand All @@ -14,8 +25,6 @@
"better-auth",
"auth"
],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand Down Expand Up @@ -55,5 +64,6 @@
"@zenstackhq/typescript-config": "workspace:*",
"@zenstackhq/vitest-config": "workspace:*",
"tmp": "catalog:"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
11 changes: 8 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
{
"name": "@zenstackhq/cli",
"publisher": "zenstack",
"displayName": "ZenStack CLI",
"description": "FullStack database toolkit with built-in access control and automatic API generation.",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team"
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"keywords": [
"orm",
Expand Down Expand Up @@ -91,5 +95,6 @@
},
"engines": {
"node": ">=20"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/clients/client-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@zenstackhq/client-helpers",
"version": "3.5.2",
"displayName": "ZenStack Client Helpers",
"description": "Helpers for implementing clients that consume ZenStack's CRUD service",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node && pnpm test:typecheck",
"watch": "tsup-node --watch",
Expand All @@ -11,8 +22,6 @@
"test:typecheck": "tsc --noEmit --project tsconfig.test.json",
"pack": "pnpm pack"
},
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand All @@ -39,5 +48,6 @@
"@zenstackhq/sdk": "workspace:*",
"@zenstackhq/typescript-config": "workspace:*",
"@zenstackhq/vitest-config": "workspace:*"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/clients/tanstack-query/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@zenstackhq/tanstack-query",
"version": "3.5.2",
"displayName": "ZenStack TanStack Query Integration",
"description": "TanStack Query Client for consuming ZenStack v3's CRUD service",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "pnpm build:general && pnpm build:svelte && pnpm test:generate && pnpm test:typecheck",
"build:general": "tsc -p tsconfig.general.json",
Expand All @@ -23,8 +34,6 @@
"orm",
"fullstack"
],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand Down Expand Up @@ -87,5 +96,6 @@
"@tanstack/svelte-query": {
"optional": true
}
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/common-helpers/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
{
"name": "@zenstackhq/common-helpers",
"version": "3.5.2",
"displayName": "ZenStack Common Helpers",
"description": "ZenStack Common Helpers",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node",
"watch": "tsup-node --watch",
Expand All @@ -11,8 +22,6 @@
"pack": "pnpm pack"
},
"keywords": [],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand All @@ -32,5 +41,6 @@
"@zenstackhq/typescript-config": "workspace:*",
"@zenstackhq/eslint-config": "workspace:*",
"@zenstackhq/vitest-config": "workspace:*"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/create-zenstack/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
{
"name": "create-zenstack",
"version": "3.5.2",
"displayName": "Create ZenStack",
"description": "Create a new ZenStack project",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node",
"lint": "eslint src --ext ts",
"pack": "pnpm pack"
},
"keywords": [],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand All @@ -37,5 +46,6 @@
"devDependencies": {
"@zenstackhq/eslint-config": "workspace:*",
"@zenstackhq/typescript-config": "workspace:*"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
16 changes: 13 additions & 3 deletions packages/language/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,23 @@
{
"name": "@zenstackhq/language",
"displayName": "ZenStack Language Tooling",
"description": "ZenStack ZModel language specification",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"author": "ZenStack Team",
"files": [
"dist",
"res"
],
"type": "module",
"scripts": {
"build": "pnpm langium:generate && tsc --noEmit && tsup-node",
"watch": "tsup-node --watch",
Expand Down Expand Up @@ -80,5 +89,6 @@
"glob": "^11.1.0",
"langium-cli": "catalog:",
"tmp": "catalog:"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/orm/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
{
"name": "@zenstackhq/orm",
"version": "3.5.2",
"displayName": "ZenStack ORM",
"description": "ZenStack ORM",
"version": "3.5.2",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node",
"watch": "tsup-node --watch",
"lint": "eslint src --ext ts",
"pack": "pnpm pack"
},
"keywords": [],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist"
],
Expand Down Expand Up @@ -139,5 +148,6 @@
"@zenstackhq/vitest-config": "workspace:*",
"tsx": "^4.19.2",
"zod": "^4.1.0"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
18 changes: 14 additions & 4 deletions packages/plugins/policy/package.json
Original file line number Diff line number Diff line change
@@ -1,17 +1,26 @@
{
"name": "@zenstackhq/plugin-policy",
"displayName": "ZenStack Access Policy Plugin",
"description": "ZenStack plugin that enforces access control policies defined in the schema",
"version": "3.5.2",
"description": "ZenStack Policy Plugin",
"type": "module",
"author": {
"name": "ZenStack Team",
"email": "contact@zenstack.dev"
},
"homepage": "https://zenstack.dev",
"repository": {
"type": "git",
"url": "https://github.com/zenstackhq/zenstack"
},
"license": "MIT",
"scripts": {
"build": "tsc --noEmit && tsup-node",
"watch": "tsup-node --watch",
"lint": "eslint src --ext ts",
"pack": "pnpm pack"
},
"keywords": [],
"author": "ZenStack Team",
"license": "MIT",
"files": [
"dist",
"plugin.zmodel"
Expand Down Expand Up @@ -50,5 +59,6 @@
"@zenstackhq/eslint-config": "workspace:*",
"@zenstackhq/typescript-config": "workspace:*",
"@zenstackhq/vitest-config": "workspace:*"
}
},
"funding": "https://github.com/sponsors/zenstackhq"
}
Loading
Loading