Skip to content

Commit 0648944

Browse files
authored
Update major versions in deps (#109)
* Update major versions in deps * Add changeset * Fix type error
1 parent 8d797fd commit 0648944

File tree

4 files changed

+39
-34
lines changed

4 files changed

+39
-34
lines changed

.changeset/upset-hairs-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@izumisy/mcp-duckdb-memory-server": patch
3+
---
4+
5+
Update @duckdb/node-api, @modelcontextprotocol/sdk, and pnpm version"

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
"author": "IzumiSy",
3636
"license": "MIT",
3737
"dependencies": {
38-
"@duckdb/node-api": "1.2.0-alpha.15",
39-
"@modelcontextprotocol/sdk": "^1.6.0",
38+
"@duckdb/node-api": "1.4.1-r.4",
39+
"@modelcontextprotocol/sdk": "^1.20.1",
4040
"fuse.js": "^7.1.0",
4141
"zod": "^4.1.5"
4242
},
@@ -50,7 +50,7 @@
5050
"typescript": "^5",
5151
"vitest": "^3.2.4"
5252
},
53-
"packageManager": "pnpm@10.8.1",
53+
"packageManager": "pnpm@10.18.3",
5454
"engines": {
5555
"node": "22.x"
5656
}

pnpm-lock.yaml

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

src/manager.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export class DuckDBKnowledgeGraphManager
5353
return await conn.runAndReadAll(sql, params);
5454
},
5555
[Symbol.dispose]: () => {
56-
conn.close();
56+
conn.closeSync();
5757
},
5858
};
5959
}

0 commit comments

Comments
 (0)