File tree Expand file tree Collapse file tree 4 files changed +159
-146
lines changed
Expand file tree Collapse file tree 4 files changed +159
-146
lines changed Original file line number Diff line number Diff line change 11
22{} ( :package |app )
3- :configs $ {} ( :init-fn |app.server/main! ) ( :reload-fn |app.server/reload! ) ( :version |0.1.18 )
3+ :configs $ {} ( :init-fn |app.server/main! ) ( :reload-fn |app.server/reload! ) ( :version |0.1.19 )
44 :modules $ [] |lilac/ |recollect/ |memof/ |ws-edn.calcit/ |cumulo-util.calcit/ |cumulo-reel.calcit/ |fuzzy-filter/
55 :entries $ {}
66 :page $ {} ( :init-fn |app.client/main! ) ( :reload-fn |app.client/reload! )
13471347 dispatch!
13481348 :: :process/error $ [] pid ( str event )
13491349 , sid
1350- dispatch! ( :: :process/finish pid ) sid
1350+ ; dispatch! ( :: :process/finish pid ) sid
1351+ js/console.error "\" [TERMINA] process error" event
13511352 .!on proc "\" uncaughtExceptionMonitor" $ fn ( err origin )
13521353 dispatch!
13531354 :: :process/error $ [] pid ( str err &newline origin )
Original file line number Diff line number Diff line change 11{
22 "name" : " termina" ,
3- "version" : " 0.1.18 " ,
3+ "version" : " 0.1.19 " ,
44 "description" : " Start process from a Webpage" ,
55 "bin" : {
66 "termina" : " ./server.mjs"
1919 "author" : " jiyinyiyong" ,
2020 "license" : " MIT" ,
2121 "dependencies" : {
22- "@calcit/procs" : " ^0.8.49 " ,
22+ "@calcit/procs" : " ^0.8.50 " ,
2323 "chalk" : " ^5.3.0" ,
2424 "dayjs" : " ^1.11.10" ,
2525 "latest-version" : " ^9.0.0" ,
2626 "md5" : " ^2.3.0" ,
27- "nanoid" : " ^5.0.6 " ,
27+ "nanoid" : " ^5.0.7 " ,
2828 "randomcolor" : " ^0.6.2" ,
2929 "url-parse" : " ^1.5.10" ,
3030 "ws" : " ^8.16.0"
3131 },
3232 "devDependencies" : {
3333 "bottom-tip" : " ^0.1.5" ,
3434 "feather-icons" : " ^4.29.1" ,
35- "vite" : " ^5.2.8 "
35+ "vite" : " ^5.2.10 "
3636 }
3737}
You can’t perform that action at this time.
0 commit comments