claude-mem 12.3.7 → 12.3.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.
@@ -0,0 +1,7 @@
1
+ /**
2
+ * Claude-Mem - TypeScript Declarations
3
+ *
4
+ * Re-exports SDK utilities for convenience.
5
+ */
6
+
7
+ export * from './sdk/index.js';
package/dist/index.js ADDED
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Claude-Mem - Main Package Entry Point
3
+ *
4
+ * This re-exports the SDK utilities for convenience.
5
+ * For full SDK access, use: import { ... } from 'claude-mem/sdk'
6
+ */
7
+
8
+ export * from './sdk/index.js';