@andespindola/brainlink 0.1.0-beta.3 → 0.1.0-beta.4

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 (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -9,7 +9,7 @@
9
9
 
10
10
  ## 0.1.0-beta.0
11
11
 
12
- - Promoted the package from alpha to beta.
12
+ - Promoted the package to the beta prerelease channel.
13
13
  - Added built-in MCP stdio server distribution through `brainlink-mcp`.
14
14
  - Added agent namespaces, auto-indexing on writes and file ingestion flows.
15
15
  - Added S3-compatible bucket vault support and weighted graph relationships.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@andespindola/brainlink",
3
- "version": "0.1.0-beta.3",
3
+ "version": "0.1.0-beta.4",
4
4
  "description": "Local-first knowledge memory for agents with Markdown, backlinks, indexing and context retrieval.",
5
5
  "type": "module",
6
6
  "license": "MIT",