File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 2626 },
2727 "homepage" : " https://github.com/CoCreate-app/CoCreate-docs#readme" ,
2828 "dependencies" : {
29- "@cocreate/crud-client" : " ^1.4.14 " ,
30- "@cocreate/hosting" : " ^1.2.35 " ,
31- "@cocreate/socket-client" : " ^1.3.5 " ,
29+ "@cocreate/crud-client" : " ^1.4.15 " ,
30+ "@cocreate/hosting" : " ^1.2.36 " ,
31+ "@cocreate/socket-client" : " ^1.3.6 " ,
3232 "extract-comments" : " ^1.1.0" ,
3333 "glob" : " ^7.1.6" ,
3434 "parse-html-comments" : " ^1.3.1"
Original file line number Diff line number Diff line change @@ -47,18 +47,15 @@ async function runStore (info, type) {
4747 response = await CoCreateCrud . createDocument ( {
4848 ...commonParam ,
4949 ...info ,
50- event
5150 } )
5251 } else {
5352 response = await CoCreateCrud . updateDocument ( {
5453 ...commonParam ,
5554 ...info ,
5655 upsert : true ,
57- event
5856 } )
5957 }
6058 if ( response ) {
61- // let response = await CoCreateCrud.listenAsync(event)
6259 console . log ( 'type ------------------------- ' , type )
6360 console . log ( response )
6461 return response ;
You can’t perform that action at this time.
0 commit comments