Skip to content

Commit

Permalink
Merge pull request #48 from Termina/enlarge-view
Browse files Browse the repository at this point in the history
add an enlarge view
  • Loading branch information
NoEgAm authored Apr 1, 2024
2 parents f39fb4a + c4ef51c commit fe8bcc4
Show file tree
Hide file tree
Showing 7 changed files with 1,397 additions and 1,179 deletions.
14 changes: 3 additions & 11 deletions .github/workflows/npm-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
registry-url: https://registry.npmjs.org/
cache: yarn

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/cr'
name: 'cr'
version: '0.8.33'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/caps'
name: 'caps'
version: '0.8.33'
version: "0.8.45"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
14 changes: 3 additions & 11 deletions .github/workflows/upload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,14 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 20
cache: 'yarn'

- uses: supplypike/setup-bin@v3
- uses: calcit-lang/setup-[email protected]
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/cr'
name: 'cr'
version: '0.8.11'

- uses: supplypike/setup-bin@v3
with:
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/caps'
name: 'caps'
version: '0.8.11'
version: "0.8.45"

- run: caps --ci && yarn && yarn compile-server && yarn compile-page && yarn release-page

Expand Down
1,503 changes: 914 additions & 589 deletions calcit.cirru

Large diffs are not rendered by default.

255 changes: 150 additions & 105 deletions compact.cirru

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.cirru
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|calcit-lang/lilac |main
|calcit-lang/memof |main
|calcit-lang/recollect |main
|Respo/respo.calcit |main
|Respo/respo.calcit |0.16.9
|Respo/respo-ui.calcit |main
|Respo/respo-message.calcit |main
|Cumulo/cumulo-util.calcit |main
Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "termina",
"version": "0.1.15",
"version": "0.1.17",
"description": "Start process from a Webpage",
"bin": {
"termina": "./server.mjs"
Expand All @@ -19,19 +19,19 @@
"author": "jiyinyiyong",
"license": "MIT",
"dependencies": {
"@calcit/procs": "^0.8.28",
"@calcit/procs": "^0.8.45",
"chalk": "^5.3.0",
"dayjs": "^1.11.10",
"latest-version": "^8.0.0",
"latest-version": "^9.0.0",
"md5": "^2.3.0",
"nanoid": "^5.0.5",
"nanoid": "^5.0.6",
"randomcolor": "^0.6.2",
"url-parse": "^1.5.10",
"ws": "^8.16.0"
},
"devDependencies": {
"bottom-tip": "^0.1.5",
"feather-icons": "^4.29.1",
"vite": "^5.0.12"
"vite": "^5.2.6"
}
}
778 changes: 321 additions & 457 deletions yarn.lock

Large diffs are not rendered by default.

0 comments on commit fe8bcc4

Please sign in to comment.