File tree Expand file tree Collapse file tree 5 files changed +152
-450
lines changed
Expand file tree Collapse file tree 5 files changed +152
-450
lines changed Original file line number Diff line number Diff line change 3131 - name : add cr
3232 run : |
3333 mkdir -p $GITHUB_WORKSPACE/bin
34- wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.0 /cr
34+ wget -O $GITHUB_WORKSPACE/bin/cr https://github.com/calcit-lang/calcit/releases/download/0.6.3 /cr
3535 chmod +x $GITHUB_WORKSPACE/bin/cr
3636 echo "::add-path::$GITHUB_WORKSPACE/bin"
3737
Original file line number Diff line number Diff line change 11
22{} ( :package |docs-workflow )
3- :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.13 )
3+ :configs $ {} ( :init-fn |docs-workflow.main/main! ) ( :reload-fn |docs-workflow.main/reload! ) ( :version |0.0.14 )
44 :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/
55 :entries $ {}
66 :files $ {}
120120 {} $ :class-name css-doc-page
121121 div $ {} ( :class-name css-markdown )
122122 :innerHTML $ .!render md ( :content target )
123- a $ {} ( :inner-text "\" Speech" )
123+ ; a $ {} ( :inner-text "\" Speech" )
124124 :class-name $ str-spaced css/link css-speech-button
125125 :on-click $ fn ( e d1 )
126126 do
325325 respo-alerts.core :refer $ use-modal
326326 respo.css :refer $ defstyle
327327 respo-ui.css :as css
328- "\"@memkits/azure-speech-util" :refer $ speechOne nativeSpeechOne
329328 respo.comp.global-keydown :refer $ comp-global-keydown
330329 |docs-workflow.config $ {}
331330 :defs $ {}
Original file line number Diff line number Diff line change 11{
2- "version" : " 0.0.13 " ,
2+ "version" : " 0.0.14 " ,
33 "name" : " @calcit/docs-workflow" ,
44 "dependencies" : {
5- "@calcit/procs" : " ^0.6.0" ,
6- "@memkits/azure-speech-util" : " ^0.0.5"
5+ "@calcit/procs" : " ^0.6.3"
76 },
87 "devDependencies" : {
98 "bottom-tip" : " ^0.1.3" ,
109 "cirru-color" : " ^0.2.3" ,
1110 "github-markdown-css" : " ^5.1.0" ,
1211 "highlight.js" : " ^11.6.0" ,
1312 "remarkable" : " ^2.0.1" ,
14- "vite" : " ^3.0.2 "
13+ "vite" : " ^3.0.4 "
1514 }
1615}
You can’t perform that action at this time.
0 commit comments