wolbarg 0.5.5 → 0.5.7

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.
package/package.json CHANGED
@@ -1,12 +1,15 @@
1
1
  {
2
2
  "name": "wolbarg",
3
- "version": "0.5.5",
3
+ "version": "0.5.7",
4
4
  "description": "Wolbarg — modular, provider-agnostic semantic memory SDK for AI agents. SQLite + PostgreSQL, optional graph memory (SQLite / Neo4j), hybrid search, ingest, and rerankers.",
5
5
  "license": "MIT",
6
6
  "author": {
7
7
  "name": "Atharv Munde",
8
8
  "url": "https://github.com/Atharvmunde11"
9
9
  },
10
+ "bin": {
11
+ "wolbarg": "./dist/cli.js"
12
+ },
10
13
  "keywords": [
11
14
  "wolbarg",
12
15
  "Wolbarg",
@@ -110,7 +113,7 @@
110
113
  "bugs": {
111
114
  "url": "https://github.com/wolbarg/wolbarg/issues"
112
115
  },
113
- "homepage": "https://github.com/wolbarg/wolbarg#readme",
116
+ "homepage": "https://wolbarg.com",
114
117
  "funding": {
115
118
  "type": "github",
116
119
  "url": "https://github.com/wolbarg/wolbarg"