kotadb 2.0.1-next.20260202234625 → 2.0.1-next.20260202234639

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +3 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kotadb",
3
- "version": "2.0.1-next.20260202234625",
3
+ "version": "2.0.1-next.20260202234639",
4
4
  "description": "Local-only code intelligence tool for CLI agents. SQLite-backed repository indexing and code search via MCP.",
5
5
  "type": "module",
6
6
  "module": "src/index.ts",
@@ -51,7 +51,7 @@
51
51
  "prepublishOnly": "bun run typecheck && bun run lint"
52
52
  },
53
53
  "dependencies": {
54
- "@asteasolutions/zod-to-openapi": "^8.2.0",
54
+ "@asteasolutions/zod-to-openapi": "^8.4.0",
55
55
  "@modelcontextprotocol/sdk": "^1.25.0",
56
56
  "@sentry/node": "^10.25.0",
57
57
  "@typescript-eslint/parser": "^8.0.0",
@@ -69,7 +69,7 @@
69
69
  "@types/express": "^4.17.21",
70
70
  "@types/node": "^25.2.0",
71
71
  "@types/supertest": "^6.0.3",
72
- "bun-types": "^1.1.10",
72
+ "bun-types": "^1.3.8",
73
73
  "husky": "^9.1.7",
74
74
  "lint-staged": "^16.2.4",
75
75
  "supertest": "^7.1.4",