File tree Expand file tree Collapse file tree 7 files changed +202
-193
lines changed
Expand file tree Collapse file tree 7 files changed +202
-193
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919
2020 - uses : supplypike/setup-bin@v3
2121 with :
22- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /cr'
22+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.13 /cr'
2323 name : ' cr'
24- version : ' 0.7.5 '
24+ version : ' 0.7.13 '
2525
2626 - uses : supplypike/setup-bin@v3
2727 with :
28- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /caps'
28+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.13 /caps'
2929 name : ' caps'
30- version : ' 0.7.5 '
30+ version : ' 0.7.13 '
3131
3232 - run : caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
3333
Original file line number Diff line number Diff line change @@ -19,15 +19,15 @@ jobs:
1919
2020 - uses : supplypike/setup-bin@v3
2121 with :
22- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /cr'
22+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.13 /cr'
2323 name : ' cr'
24- version : ' 0.7.5 '
24+ version : ' 0.7.13 '
2525
2626 - uses : supplypike/setup-bin@v3
2727 with :
28- uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.5 /caps'
28+ uri : ' https://github.com/calcit-lang/calcit/releases/download/0.7.13 /caps'
2929 name : ' caps'
30- version : ' 0.7.5 '
30+ version : ' 0.7.13 '
3131
3232 - run : caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page
3333
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.8 )
3+ :configs $ {} ( :init-fn |app.server/main! ) ( :reload-fn |app.server/reload! ) ( :version |0.1.10 )
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! )
455455 =< nil 8
456456 list->
457457 {} $ :style
458- merge ui/flex $ {} ( :overflow :auto ) ( :padding-bottom 120 )
458+ merge ui/row-middle ui/ flex $ {} ( :overflow :auto ) ( :flex-wrap :wrap ) ( : padding-bottom 120 ) ( :align-items :flex-start ) ( :gap " \" 8px" )
459459 -> ( :processes router-data ) ( .to-list )
460460 .sort $ fn ( x y )
461461 -
688688 :white-space :pre-line
689689 |css-content-list $ quote
690690 defstyle css-content-list $ {}
691- "\"&" $ {} ( :font-family ui/font-code ) ( :white-space :pre ) ( :font-size 12 ) ( :line-height "\" 1.5em" ) ( :max-height 240 ) ( :max-width 800 ) ( : overflow :auto ) ( :border-radius "\" 4px" )
691+ "\"&" $ {} ( :font-family ui/font-code ) ( :white-space :pre ) ( :font-size 12 ) ( :line-height "\" 1.5em" ) ( :max-height 240 ) ( :overflow :auto ) ( :border-radius "\" 4px" )
692692 |css-link-kill $ quote
693693 defstyle css-link-kill $ {}
694694 "\"&" $ merge style/link
695695 {} ( :color :red ) ( :border-color :red )
696696 |css-process $ quote
697697 defstyle css-process $ {}
698698 "\"&" $ merge
699- {} ( :margin 8 ) ( : font-family ui/font-code ) ( :border-radius "\" 4px" ) ( :display :inline-block ) ( :vertical-align :top ) ( :min-width "\" calc(25% - 10px)" ) ( :transition-duration "\" 300ms" )
699+ {} ( :font-family ui/font-code ) ( :border-radius "\" 4px" ) ( :display :inline-block ) ( :vertical-align :top ) ( :min-width "\" calc(25% - 10px)" ) ( :max-width " \" calc(50vw - 15px )") ( :transition-duration "\" 300ms" )
700700 |css-process-log $ quote
701701 defstyle css-process-log $ {}
702702 "\"&" $ merge ui/row-middle
Original file line number Diff line number Diff line change 33 :dependencies $ {}
44 |calcit-lang/lilac |main
55 |calcit-lang/memof |main
6- |calcit-lang/recollect |0.0.10-a1
7- |Respo/respo.calcit |0.15.0-a2
6+ |calcit-lang/recollect |main
7+ |Respo/respo.calcit |main
88 |Respo/respo-ui.calcit |main
99 |Respo/respo-message.calcit |main
1010 |Cumulo/cumulo-util.calcit |main
Original file line number Diff line number Diff line change 11{
22 "name" : " termina" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.1.10 " ,
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.7.7 " ,
22+ "@calcit/procs" : " ^0.7.13 " ,
2323 "chalk" : " ^5.3.0" ,
2424 "dayjs" : " ^1.11.9" ,
2525 "latest-version" : " ^7.0.0" ,
3333 "devDependencies" : {
3434 "bottom-tip" : " ^0.1.5" ,
3535 "feather-icons" : " ^4.29.0" ,
36- "vite" : " ^4.4.7 "
36+ "vite" : " ^4.4.9 "
3737 }
3838}
You can’t perform that action at this time.
0 commit comments