Skip to content

Commit b15604b

Browse files
Merge pull request #51 from OpenConduit/fix/update-core-1.2.0
fix: update @openconduit/core to ^1.2.0
2 parents c16c707 + 9a1e8dc commit b15604b

3 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: CI
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev]
66
pull_request:
7-
branches: [main]
7+
branches: [main, dev]
88

99
jobs:
1010
lint:

package-lock.json

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

packages/desktop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
"@anthropic-ai/sdk": "^0.96.0",
5858
"@google/genai": "^2.3.0",
5959
"@modelcontextprotocol/sdk": "^1.29.0",
60-
"@openconduit/core": "^1.0.0",
60+
"@openconduit/core": "^1.2.0",
6161
"@types/pdf-parse": "^1.1.5",
6262
"electron-squirrel-startup": "^1.0.1",
6363
"electron-store": "^11.0.2",

0 commit comments

Comments
 (0)