mirror of
https://github.com/zenstackhq/zenstack
synced 2026-05-24 10:08:55 +00:00
chore: bump version 3.0.0-beta.25 (#434)
Co-authored-by: ymc9 <104139426+ymc9@users.noreply.github.com>
This commit is contained in:
parent
f5c883178e
commit
9e2ea60a55
21 changed files with 21 additions and 21 deletions
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "zenstack-v3",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack",
|
||||
"packageManager": "pnpm@10.20.0",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/better-auth",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack Better Auth Adapter. This adapter is modified from better-auth's Prisma adapter.",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
"publisher": "zenstack",
|
||||
"displayName": "ZenStack CLI",
|
||||
"description": "FullStack database toolkit with built-in access control and automatic API generation.",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"type": "module",
|
||||
"author": {
|
||||
"name": "ZenStack Team"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/tanstack-query",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "TanStack Query Client for consuming ZenStack v3's CRUD service",
|
||||
"main": "index.js",
|
||||
"type": "module",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/common-helpers",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack Common Helpers",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/eslint-config",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"license": "MIT"
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/typescript-config",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"private": true,
|
||||
"license": "MIT"
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@zenstackhq/vitest-config",
|
||||
"type": "module",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"private": true,
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "create-zenstack",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "Create a new ZenStack project",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"name": "@zenstackhq/language",
|
||||
"description": "ZenStack ZModel language specification",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"license": "MIT",
|
||||
"author": "ZenStack Team",
|
||||
"files": [
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/orm",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack ORM",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/plugin-policy",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack Policy Plugin",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/schema",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack Runtime Schema",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/sdk",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack SDK",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/server",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack automatic CRUD API handlers and server adapters",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/testtools",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "ZenStack Test Tools",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@zenstackhq/zod",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "",
|
||||
"type": "module",
|
||||
"main": "index.js",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "next.js",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"generate": "zen generate --lite",
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "sample-blog",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"private": true,
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "e2e",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "regression",
|
||||
"version": "3.0.0-beta.24",
|
||||
"version": "3.0.0-beta.25",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue