File tree Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Expand file tree Collapse file tree 5 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 22
22
"build:graphql" : " turbo build --filter graphql" ,
23
23
"build:live-preview" : " turbo build --filter live-preview" ,
24
24
"build:live-preview-react" : " turbo build --filter live-preview-react" ,
25
+ "build:live-preview-vue" : " turbo build --filter live-preview-vue" ,
25
26
"build:next" : " turbo build --filter next" ,
26
27
"build:payload" : " turbo build --filter payload" ,
27
28
"build:plugin-cloud" : " turbo build --filter plugin-cloud" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @payloadcms/live-preview-react" ,
3
3
"version" : " 3.0.0-beta.68" ,
4
- "description" : " The official live preview React SDK for Payload" ,
4
+ "description" : " The official React SDK for Payload Live Preview " ,
5
5
"homepage" : " https://payloadcms.com" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @payloadcms/live-preview-vue" ,
3
- "version" : " 0.1.0 " ,
4
- "description" : " The official live preview Vue SDK for Payload" ,
3
+ "version" : " 3.0.0-beta.68 " ,
4
+ "description" : " The official Vue SDK for Payload Live Preview " ,
5
5
"homepage" : " https://payloadcms.com" ,
6
6
"repository" : {
7
7
"type" : " git" ,
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ export const packagePublishList = [
13
13
'db-postgres' ,
14
14
'live-preview' ,
15
15
'live-preview-react' ,
16
+ 'live-preview-vue' ,
16
17
'richtext-slate' ,
17
18
'richtext-lexical' ,
18
19
Original file line number Diff line number Diff line change 45
45
"@payloadcms/live-preview-react" : [
46
46
" ./packages/live-preview-react/src/index.ts"
47
47
],
48
+ "@payloadcms/live-preview-vue" : [
49
+ " ./packages/live-preview-vue/src/index.ts"
50
+ ],
48
51
"@payloadcms/ui" : [
49
52
" ./packages/ui/src/exports/client/index.ts"
50
53
],
91
94
{
92
95
"path" : " ./packages/live-preview-react"
93
96
},
97
+ {
98
+ "path" : " ./packages/live-preview-vue"
99
+ },
94
100
{
95
101
"path" : " ./packages/next"
96
102
},
You can’t perform that action at this time.
0 commit comments