agentcache 0.2.4 → 0.3.1

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.
@@ -11,7 +11,7 @@ import {
11
11
  import {
12
12
  SqliteKnowledgeRepository
13
13
  } from "./chunk-MMSMDJ4O.js";
14
- import "./chunk-MLKGABMK.js";
14
+ import "./chunk-KFQGP6VL.js";
15
15
 
16
16
  // src/setup.ts
17
17
  import { mkdirSync } from "fs";
@@ -1,7 +1,7 @@
1
1
  import {
2
2
  SqliteKnowledgeRepository
3
3
  } from "./chunk-MMSMDJ4O.js";
4
- import "./chunk-MLKGABMK.js";
4
+ import "./chunk-KFQGP6VL.js";
5
5
  export {
6
6
  SqliteKnowledgeRepository
7
7
  };
@@ -1,6 +1,6 @@
1
1
  import {
2
2
  findLatestTranscript
3
- } from "./chunk-OSFK44XC.js";
3
+ } from "./chunk-TE6DBLJ5.js";
4
4
  import {
5
5
  findProjectRoot,
6
6
  getDbPath,
@@ -10,7 +10,7 @@ import {
10
10
  import {
11
11
  SqliteKnowledgeRepository
12
12
  } from "./chunk-MMSMDJ4O.js";
13
- import "./chunk-MLKGABMK.js";
13
+ import "./chunk-KFQGP6VL.js";
14
14
 
15
15
  // src/hooks/stop.ts
16
16
  import { randomUUID } from "crypto";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentcache",
3
- "version": "0.2.4",
3
+ "version": "0.3.1",
4
4
  "description": "Knowledge cache for AI agents — learns how you work, remembers across sessions, works everywhere",
5
5
  "type": "module",
6
6
  "license": "MIT",
@@ -1,9 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __export = (target, all) => {
3
- for (var name in all)
4
- __defProp(target, name, { get: all[name], enumerable: true });
5
- };
6
-
7
- export {
8
- __export
9
- };