diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index d77c4f0..65a9907 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -19,7 +19,7 @@ jobs: - uses: calcit-lang/setup-cr@0.0.3 with: - version: "0.8.44" + version: "0.8.46" - run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page diff --git a/calcit.cirru b/calcit.cirru index 149a0e5..a17ce43 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,6 +1,6 @@ {} (:package |app) - :configs $ {} (:init-fn |app.server/main!) (:port 6001) (:reload-fn |app.server/reload!) (:version |0.9.0-a2) + :configs $ {} (:init-fn |app.server/main!) (:port 6001) (:reload-fn |app.server/reload!) (:version |0.9.0-a1) :modules $ [] |lilac/ |memof/ |recollect/ |cumulo-util.calcit/ |ws-edn.calcit/ |bisection-key/ |respo-markdown.calcit/ :entries $ {} :client $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!) @@ -28467,10 +28467,7 @@ |o $ %{} :Leaf (:at 1712318575943) (:by |S1lNv50FW) (:text |this-ns) |q $ %{} :Leaf (:at 1712318575943) (:by |S1lNv50FW) (:text |this-def) |s $ %{} :Leaf (:at 1712318695380) (:by |S1lNv50FW) (:text |collect!) - |Z $ %{} :Expr (:at 1712318605506) (:by |S1lNv50FW) - :data $ {} - |T $ %{} :Leaf (:at 1712318612058) (:by |S1lNv50FW) (:text |w-js-log) - |b $ %{} :Leaf (:at 1712318618625) (:by |S1lNv50FW) (:text |@*usages) + |Z $ %{} :Leaf (:at 1712318618625) (:by |S1lNv50FW) (:text |@*usages) |parse-bookmarks-collect! $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1712318698381) (:by |S1lNv50FW) :data $ {} diff --git a/compact.cirru b/compact.cirru index 531c8b2..d58a7f0 100644 --- a/compact.cirru +++ b/compact.cirru @@ -1,6 +1,6 @@ {} (:package |app) - :configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.0-a2) + :configs $ {} (:init-fn |app.server/main!) (:reload-fn |app.server/reload!) (:version |0.9.0-a1) :modules $ [] |lilac/ |memof/ |recollect/ |cumulo-util.calcit/ |ws-edn.calcit/ |bisection-key/ |respo-markdown.calcit/ :entries $ {} :client $ {} (:init-fn |app.client/main!) (:reload-fn |app.client/reload!) @@ -4198,7 +4198,7 @@ parse-bookmarks-collect! tree->cirru $ &record:get v :code , local-defs import-rules this-ns this-def collect! - w-js-log @*usages + , @*usages |parse-bookmarks-collect! $ %{} :CodeEntry (:doc |) :code $ quote defn parse-bookmarks-collect! (tree local-defs import-rules this-ns this-def collect!) diff --git a/package.json b/package.json index 34ca7a3..a6160df 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@calcit/editor", - "version": "0.9.0-a2", + "version": "0.9.0-a3", "description": "Tree Editor for Calcit Language", "bin": { "ct": "server.mjs"