Skip to content

Commit fe8bcc4

Browse files
authored
Merge pull request #48 from Termina/enlarge-view
add an enlarge view
2 parents f39fb4a + c4ef51c commit fe8bcc4

File tree

7 files changed

+1397
-1179
lines changed

7 files changed

+1397
-1179
lines changed

.github/workflows/npm-publish.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,15 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313

14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
with:
1616
node-version: 20
1717
registry-url: https://registry.npmjs.org/
1818
cache: yarn
1919

20-
- uses: supplypike/setup-bin@v3
20+
- uses: calcit-lang/setup-[email protected]
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/cr'
23-
name: 'cr'
24-
version: '0.8.33'
25-
26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.33/caps'
29-
name: 'caps'
30-
version: '0.8.33'
22+
version: "0.8.45"
3123

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

.github/workflows/upload.yaml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,22 +12,14 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414

15-
- uses: actions/setup-node@v3
15+
- uses: actions/setup-node@v4
1616
with:
1717
node-version: 20
1818
cache: 'yarn'
1919

20-
- uses: supplypike/setup-bin@v3
20+
- uses: calcit-lang/setup-[email protected]
2121
with:
22-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/cr'
23-
name: 'cr'
24-
version: '0.8.11'
25-
26-
- uses: supplypike/setup-bin@v3
27-
with:
28-
uri: 'https://github.com/calcit-lang/calcit/releases/download/0.8.11/caps'
29-
name: 'caps'
30-
version: '0.8.11'
22+
version: "0.8.45"
3123

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

calcit.cirru

Lines changed: 914 additions & 589 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

compact.cirru

Lines changed: 150 additions & 105 deletions
Large diffs are not rendered by default.

package.cirru

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
|calcit-lang/lilac |main
55
|calcit-lang/memof |main
66
|calcit-lang/recollect |main
7-
|Respo/respo.calcit |main
7+
|Respo/respo.calcit |0.16.9
88
|Respo/respo-ui.calcit |main
99
|Respo/respo-message.calcit |main
1010
|Cumulo/cumulo-util.calcit |main

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "termina",
3-
"version": "0.1.15",
3+
"version": "0.1.17",
44
"description": "Start process from a Webpage",
55
"bin": {
66
"termina": "./server.mjs"
@@ -19,19 +19,19 @@
1919
"author": "jiyinyiyong",
2020
"license": "MIT",
2121
"dependencies": {
22-
"@calcit/procs": "^0.8.28",
22+
"@calcit/procs": "^0.8.45",
2323
"chalk": "^5.3.0",
2424
"dayjs": "^1.11.10",
25-
"latest-version": "^8.0.0",
25+
"latest-version": "^9.0.0",
2626
"md5": "^2.3.0",
27-
"nanoid": "^5.0.5",
27+
"nanoid": "^5.0.6",
2828
"randomcolor": "^0.6.2",
2929
"url-parse": "^1.5.10",
3030
"ws": "^8.16.0"
3131
},
3232
"devDependencies": {
3333
"bottom-tip": "^0.1.5",
3434
"feather-icons": "^4.29.1",
35-
"vite": "^5.0.12"
35+
"vite": "^5.2.6"
3636
}
3737
}

yarn.lock

Lines changed: 321 additions & 457 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)