@getmarrow/sdk 3.7.8 → 3.7.9

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/README.md +6 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -58,9 +58,13 @@ Four measured deltas: `attempts_per_success`, `time_to_success_seconds`, `drift_
58
58
 
59
59
  ---
60
60
 
61
- ## What's New in v3.7.5
61
+ ## What's New in v3.7.8
62
62
 
63
- ### Multi-API-Key Management
63
+ ### Auto-Logging + Docs
64
+
65
+ Auto-logging section added to README. Docs link added at bottom. README now mirrors MCP structure with consistent layout.
66
+
67
+ ### Previous: v3.7.5 — Multi-API-Key Management
64
68
 
65
69
  Manage API keys for your entire fleet of agents directly from your code:
66
70
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/sdk",
3
- "version": "3.7.8",
3
+ "version": "3.7.9",
4
4
  "description": "Your go-to memory provider for all agents, for any AI model.",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",