Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,15 +22,13 @@ jobs:
corepack prepare [email protected] --activate
yarn --version

- uses: calcit-lang/[email protected]
with:
version: "0.12.14"
- uses: calcit-lang/[email protected]

- run: caps --ci && yarn install --immutable && cr --entry server ir

- run: yarn compile-page && yarn release-page

- run: mkdir -p dist-server && cp compact.cirru dist-server && cp package.json dist-server/
- run: mkdir -p dist-server && cp calcit.cirru dist-server && cp package.json dist-server/
name: Copy server scripts


Expand Down
File renamed without changes.
14 changes: 7 additions & 7 deletions deps.cirru
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

{} $ :dependencies
{} (|Cumulo/cumulo-reel.calcit |main)
{} (:calcit-version |0.12.35)
:dependencies $ {} (|Cumulo/cumulo-reel.calcit |0.0.14)
|Cumulo/cumulo-util.calcit |main
|Respo/alerts.calcit |0.10.9
|Respo/alerts.calcit |0.10.10
|Respo/respo-feather.calcit |main
|Respo/respo-message.calcit |0.0.9
|Respo/respo-ui.calcit |0.6.4
|Respo/respo.calcit |0.16.32
|calcit-lang/calcit-wss |0.2.8
|calcit-lang/calcit.std |0.2.10
|Respo/respo.calcit |0.16.45
|calcit-lang/calcit-wss |0.2.9
|calcit-lang/calcit.std |0.2.11
|calcit-lang/lilac |0.5.1
|calcit-lang/memof |0.0.23
|calcit-lang/recollect |0.0.17
|calcit-lang/recollect |0.0.20
|mvc-works/ws-edn.calcit |0.0.12
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.12.14",
"@calcit/procs": "^0.12.35",
"dayjs": "^1.11.10",
"shortid": "^2.2.16"
},
Expand Down
30 changes: 15 additions & 15 deletions yarn.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading