Skip to content

Commit 9be663d

Browse files
authored
Merge pull request #4 from Termina/interactions
moving to interactions API
2 parents de1ebdb + a4a075f commit 9be663d

6 files changed

Lines changed: 956 additions & 662 deletions

File tree

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11

2-
calcit.cirru -diff linguist-generated
32
yarn.lock -diff linguist-generated

.github/workflows/upload.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v4
1616
with:
17-
node-version: 22
17+
node-version: 24
1818
cache: yarn
1919

2020
- run: yarn && yarn tsc

index.html

Lines changed: 0 additions & 19 deletions
This file was deleted.

package.json

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
{
22
"name": "macrophylla",
33
"dependencies": {
4-
"@google/genai": "^1.10.0",
5-
"chalk": "^5.4.1",
6-
"string-width": "^7.2.0"
4+
"@google/genai": "^1.38.0",
5+
"chalk": "^5.6.2",
6+
"string-width": "^8.1.0"
77
},
88
"scripts": {
99
"release-page": "vite build --base=./",
@@ -14,9 +14,10 @@
1414
"mcpl": "./bin.mjs"
1515
},
1616
"devDependencies": {
17-
"@types/node": "^24.0.15",
18-
"typescript": "^5.8.3",
19-
"url-parse": "^1.5.10"
17+
"@types/node": "^25.0.10",
18+
"typescript": "^5.9.3",
19+
"url-parse": "^1.5.10",
20+
"vite": "^7.3.1"
2021
},
2122
"version": "0.0.1",
2223
"packageManager": "yarn@1.22.19+sha1.4ba7fc5c6e704fce2066ecbfb0b0d8976fe62447"

0 commit comments

Comments
 (0)