From a02d8f3d9727213029dbd803db49659b9216816f Mon Sep 17 00:00:00 2001 From: tiye Date: Tue, 29 Aug 2023 10:12:30 +0800 Subject: [PATCH] add FileEntry in snapshot; tag 0.0.15 --- .github/workflows/upload.yaml | 4 ++-- calcit.cirru | 9 ++++----- compact.cirru | 8 ++++---- package.json | 4 ++-- yarn.lock | 8 ++++---- 5 files changed, 16 insertions(+), 17 deletions(-) diff --git a/.github/workflows/upload.yaml b/.github/workflows/upload.yaml index 88251c2..4cabe5f 100644 --- a/.github/workflows/upload.yaml +++ b/.github/workflows/upload.yaml @@ -19,9 +19,9 @@ jobs: - uses: supplypike/setup-bin@v3 with: - uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a2/cr' + uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.0-a3/cr' name: 'cr' - version: '0.8.0-a2' + version: '0.8.0-a3' - name: "compiles to js" run: > diff --git a/calcit.cirru b/calcit.cirru index d94a532..5ea3b55 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,10 +1,10 @@ {} (:package |touch-control) - :configs $ {} (:init-fn |touch-control.app.main/main!) (:output |src) (:port 6001) (:reload-fn |touch-control.app.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.14) + :configs $ {} (:init-fn |touch-control.app.main/main!) (:output |src) (:port 6001) (:reload-fn |touch-control.app.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.15) :modules $ [] :entries $ {} :files $ {} - |touch-control.app.config $ {} + |touch-control.app.config $ %{} :FileEntry :defs $ {} |dev? $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1544873875614) (:by |rJG4IHzWf) @@ -49,7 +49,7 @@ :data $ {} |T $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |ns) |j $ %{} :Leaf (:at 1527788237503) (:by |root) (:text |touch-control.app.config) - |touch-control.app.main $ {} + |touch-control.app.main $ %{} :FileEntry :defs $ {} |main! $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1499755354983) (:by nil) @@ -238,8 +238,7 @@ |T $ %{} :Leaf (:at 1649047021319) (:by |rJG4IHzWf) (:text "|\"bottom-tip") |b $ %{} :Leaf (:at 1649047021319) (:by |rJG4IHzWf) (:text |:default) |h $ %{} :Leaf (:at 1649047021319) (:by |rJG4IHzWf) (:text |hud!) - |touch-control.core $ {} - :configs $ {} + |touch-control.core $ %{} :FileEntry :defs $ {} |%element $ %{} :CodeEntry (:doc |) :code $ %{} :Expr (:at 1624254852484) (:by |rJG4IHzWf) diff --git a/compact.cirru b/compact.cirru index e5f6927..e6b346e 100644 --- a/compact.cirru +++ b/compact.cirru @@ -1,10 +1,10 @@ {} (:package |touch-control) - :configs $ {} (:init-fn |touch-control.app.main/main!) (:reload-fn |touch-control.app.main/reload!) (:version |0.0.14) + :configs $ {} (:init-fn |touch-control.app.main/main!) (:reload-fn |touch-control.app.main/reload!) (:version |0.0.15) :modules $ [] :entries $ {} :files $ {} - |touch-control.app.config $ {} + |touch-control.app.config $ %{} :FileEntry :defs $ {} |dev? $ %{} :CodeEntry (:doc |) :code $ quote (def dev? true) @@ -13,7 +13,7 @@ def site $ {} (:dev-ui "\"http://localhost:8100/main-fonts.css") (:release-ui "\"http://cdn.tiye.me/favored-fonts/main-fonts.css") (:cdn-url "\"http://cdn.tiye.me/calcit-workflow/") (:title "\"Calcit") (:icon "\"http://cdn.tiye.me/logo/mvc-works.png") (:storage-key "\"workflow") :ns $ %{} :CodeEntry (:doc |) :code $ quote (ns touch-control.app.config) - |touch-control.app.main $ {} + |touch-control.app.main $ %{} :FileEntry :defs $ {} |main! $ %{} :CodeEntry (:doc |) :code $ quote @@ -45,7 +45,7 @@ touch-control.core :refer $ render-control! start-control-loop! clear-control-loop! replace-control-loop! "\"./calcit.build-errors" :default build-errors "\"bottom-tip" :default hud! - |touch-control.core $ {} + |touch-control.core $ %{} :FileEntry :defs $ {} |%element $ %{} :CodeEntry (:doc |) :code $ quote (defrecord %element :props :events :children) diff --git a/package.json b/package.json index 0daae58..8804e8b 100644 --- a/package.json +++ b/package.json @@ -1,9 +1,9 @@ { "name": "@quamolit/touch-control", - "version": "0.0.14", + "version": "0.0.15", "dependencies": {}, "devDependencies": { - "@calcit/procs": "^0.8.0-a2", + "@calcit/procs": "^0.8.0-a3", "bottom-tip": "^0.1.5", "vite": "^4.4.9" } diff --git a/yarn.lock b/yarn.lock index 52b1573..db92ddf 100644 --- a/yarn.lock +++ b/yarn.lock @@ -2,10 +2,10 @@ # yarn lockfile v1 -"@calcit/procs@^0.8.0-a2": - version "0.8.0-a2" - resolved "https://registry.yarnpkg.com/@calcit/procs/-/procs-0.8.0-a2.tgz#2df06f18030dcac8bc3ea3e308baad5fa942acfa" - integrity sha512-v18GEiq54+WrvNouBDtk30Ta212W8DSPY1uo7JghVNNDMWh5Hab7Y6pVCw5HpF0REyBs/7+sibKjneJtrcr5kg== +"@calcit/procs@^0.8.0-a3": + version "0.8.0-a3" + resolved "https://registry.yarnpkg.com/@calcit/procs/-/procs-0.8.0-a3.tgz#1a34506697bf7494f6c3f9b417795199652f08ee" + integrity sha512-Lei/bEcyxtenToL6Yp6Ur4/+45t5+QluI2yfF9kyNzYCDJQT5MSL2PrXkoiwolUJccKP/U9oSGx9v2lW6WeBoA== dependencies: "@calcit/ternary-tree" "0.0.23" "@cirru/parser.ts" "^0.0.6"