@getmarrow/sdk 3.7.3 → 3.7.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/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -45,7 +45,7 @@ await marrow.commit({ success: true, outcome: 'deployed successfully' });
45
45
  | `run()` | Zero-ceremony: orient → think → commit |
46
46
  | `auto()` | Fire-and-forget background logging |
47
47
 
48
- ### 🆕 v3.7.1 — Multi-API-Key Management
48
+ ### 🆕 v3.7.3 — Multi-API-Key Management
49
49
 
50
50
  ```typescript
51
51
  const key = await marrow.createApiKey({ name: 'Prod Agent', key_type: 'live' });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@getmarrow/sdk",
3
- "version": "3.7.3",
3
+ "version": "3.7.4",
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",