@hasna/mementos 0.14.44 → 0.14.45

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.
@@ -0,0 +1,7 @@
1
+ import { type ProjectPanel } from "@hasna/contracts";
2
+ export interface MementosProjectPanelOptions {
3
+ limit?: number;
4
+ }
5
+ export declare function createMementosProjectPanel(projectRef: string, options?: MementosProjectPanelOptions): ProjectPanel;
6
+ export declare function formatMementosProjectPanel(panel: ProjectPanel): string;
7
+ //# sourceMappingURL=project-panel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"project-panel.d.ts","sourceRoot":"","sources":["../../src/lib/project-panel.ts"],"names":[],"mappings":"AAAA,OAAO,EAGL,KAAK,YAAY,EAElB,MAAM,kBAAkB,CAAC;AAK1B,MAAM,WAAW,2BAA2B;IAC1C,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAwGD,wBAAgB,0BAA0B,CAAC,UAAU,EAAE,MAAM,EAAE,OAAO,GAAE,2BAAgC,GAAG,YAAY,CAkGtH;AAED,wBAAgB,0BAA0B,CAAC,KAAK,EAAE,YAAY,GAAG,MAAM,CAgBtE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hasna/mementos",
3
- "version": "0.14.44",
3
+ "version": "0.14.45",
4
4
  "description": "Universal memory system for AI agents - CLI + MCP server + library API",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -75,6 +75,7 @@
75
75
  "@ai-sdk/anthropic": "^3.0.82",
76
76
  "@ai-sdk/openai": "^3.0.69",
77
77
  "@ai-sdk/openai-compatible": "^2.0.48",
78
+ "@hasna/contracts": "^0.2.2",
78
79
  "@hasna/events": "^0.1.6",
79
80
  "@modelcontextprotocol/sdk": "^1.12.1",
80
81
  "ai": "^6.0.199",