Skip to content

Commit

Permalink
chore: update to latest ZenStack
Browse files Browse the repository at this point in the history
  • Loading branch information
ymc9 committed Nov 6, 2024
1 parent 3012b62 commit faaf914
Show file tree
Hide file tree
Showing 4 changed files with 88 additions and 115 deletions.
4 changes: 2 additions & 2 deletions lib/hooks/__model_meta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,9 @@ const metadata = {
name: "ownerId",
type: "String",
attributes: [{ "name": "@default", "args": [] }],
defaultValueProvider: $default$List$ownerId,
isForeignKey: true,
relationField: 'owner',
defaultValueProvider: $default$List$ownerId,
}, title: {
name: "title",
type: "String",
Expand Down Expand Up @@ -267,9 +267,9 @@ const metadata = {
name: "ownerId",
type: "String",
attributes: [{ "name": "@default", "args": [] }],
defaultValueProvider: $default$Todo$ownerId,
isForeignKey: true,
relationField: 'owner',
defaultValueProvider: $default$Todo$ownerId,
}, list: {
name: "list",
type: "List",
Expand Down
164 changes: 82 additions & 82 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,17 +25,17 @@
"tailwindcss": "^3.3.3",
"vue": "^3.4.21",
"vue-router": "^4.3.0",
"zenstack": "^2.7.5"
"zenstack": "^2.8.0"
},
"dependencies": {
"@heroicons/vue": "^2.0.18",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.19.1",
"@sidebase/nuxt-auth": "^0.7.2",
"@tanstack/vue-query": "^5.32.0",
"@zenstackhq/runtime": "^2.7.5",
"@zenstackhq/server": "^2.7.5",
"@zenstackhq/tanstack-query": "^2.7.5",
"@zenstackhq/runtime": "^2.8.0",
"@zenstackhq/server": "^2.8.0",
"@zenstackhq/tanstack-query": "^2.8.0",
"bcryptjs": "^2.4.3",
"moment": "^2.29.4",
"nanoid": "^5.0.1",
Expand Down
Loading

0 comments on commit faaf914

Please sign in to comment.