From 320dede68c38a0bbd0b94d235ba8521d03d81e07 Mon Sep 17 00:00:00 2001 From: tiye Date: Sat, 30 Apr 2022 04:15:05 +0800 Subject: [PATCH] tag 0.0.8 ; disable CI script for npm --- .../workflows/{npm-publish.yaml => npm-publish.yaml.disabled} | 0 calcit.cirru | 4 ++-- compact.cirru | 4 ++-- package.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) rename .github/workflows/{npm-publish.yaml => npm-publish.yaml.disabled} (100%) diff --git a/.github/workflows/npm-publish.yaml b/.github/workflows/npm-publish.yaml.disabled similarity index 100% rename from .github/workflows/npm-publish.yaml rename to .github/workflows/npm-publish.yaml.disabled diff --git a/calcit.cirru b/calcit.cirru index 8ed26c7..4787815 100644 --- a/calcit.cirru +++ b/calcit.cirru @@ -1,6 +1,6 @@ {} - :configs $ {} (:init-fn |docs-workflow.main/main!) (:port 6001) (:reload-fn |docs-workflow.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.7) + :configs $ {} (:init-fn |docs-workflow.main/main!) (:port 6001) (:reload-fn |docs-workflow.main/reload!) (:storage-key |calcit.cirru) (:version |0.0.8) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ :entries $ {} :ir $ {} (:package |docs-workflow) @@ -886,7 +886,7 @@ |o $ {} (:at 1651261936605) (:by |rJG4IHzWf) (:text |.-parentElement) (:type :leaf) |p $ {} (:at 1651261987392) (:by |rJG4IHzWf) (:text |.-firstChild) (:type :leaf) |pT $ {} (:at 1651261999467) (:by |rJG4IHzWf) (:text |.-children) (:type :leaf) - |pj $ {} (:at 1651262113957) (:by |rJG4IHzWf) (:text |js/Array.prototype.slice.call) (:type :leaf) + |pj $ {} (:at 1651263252298) (:by |rJG4IHzWf) (:text |js/Array.from) (:type :leaf) |pr $ {} (:at 1651262129055) (:by |rJG4IHzWf) (:type :expr) :data $ {} |T $ {} (:at 1651262131759) (:by |rJG4IHzWf) (:text |.!forEach) (:type :leaf) diff --git a/compact.cirru b/compact.cirru index 89d3da5..c8223f9 100644 --- a/compact.cirru +++ b/compact.cirru @@ -1,6 +1,6 @@ {} (:package |docs-workflow) - :configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.7) + :configs $ {} (:init-fn |docs-workflow.main/main!) (:reload-fn |docs-workflow.main/reload!) (:version |0.0.8) :modules $ [] |respo.calcit/ |lilac/ |memof/ |respo-ui.calcit/ |respo-markdown.calcit/ |reel.calcit/ |respo-router.calcit/ |alerts.calcit/ :entries $ {} :files $ {} @@ -117,7 +117,7 @@ :on-click $ fn (e d1) do reset! *text-content $ [] - -> e :event .-target .-parentElement .-firstChild .-children js/Array.prototype.slice.call $ .!forEach + -> e :event .-target .-parentElement .-firstChild .-children js/Array.from $ .!forEach fn (child idx ? a) if not= "\"PRE" $ .-tagName child diff --git a/package.json b/package.json index 36eebcb..dcef64c 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "0.0.7", + "version": "0.0.8", "name": "@calcit/docs-workflow", "dependencies": { "@calcit/procs": "^0.5.41",