@easbot/codebase 0.2.20 → 0.2.21

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 +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@easbot/codebase",
3
- "version": "0.2.20",
3
+ "version": "0.2.21",
4
4
  "description": "Code Knowledge Graph SDK for EASBot - Property Graph model for code indexing and querying with Tree-sitter parsing, FTS hybrid search, and incremental updates",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs",
@@ -69,9 +69,9 @@
69
69
  "web-tree-sitter": "^0.26.8",
70
70
  "xdg-basedir": "^5.1.0",
71
71
  "zod": "^4.4.3",
72
- "@easbot/local-model-sdk": "0.2.20",
73
- "@easbot/utils": "0.2.20",
74
- "@easbot/types": "0.2.20"
72
+ "@easbot/local-model-sdk": "0.2.21",
73
+ "@easbot/types": "0.2.21",
74
+ "@easbot/utils": "0.2.21"
75
75
  },
76
76
  "devDependencies": {
77
77
  "@biomejs/biome": "^2.4.14",