@getmarrow/sdk 3.7.8 → 3.7.10

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 (3) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +7 -3
  3. package/package.json +1 -1
package/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2026 Marrow
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -5,7 +5,7 @@
5
5
  ![npm](https://img.shields.io/npm/v/@getmarrow/sdk)
6
6
  ![npm](https://img.shields.io/npm/dw/@getmarrow/sdk)
7
7
  ![npm bundle size](https://img.shields.io/bundlephobia/minzip/@getmarrow/sdk)
8
- ![GitHub](https://img.shields.io/github/license/MajinBuu0x9/marrow-sdk)
8
+ ![GitHub](https://img.shields.io/github/license/getmarrow/marrow-sdk)
9
9
  ![TypeScript](https://img.shields.io/badge/TypeScript-5.3%2B-blue)
10
10
  ![Node.js](https://img.shields.io/badge/Node.js-18%2B-green)
11
11
 
@@ -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.10",
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",