open-mem 0.14.0 → 0.14.2

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.
@@ -1 +1 @@
1
- {"version":3,"file":"platform-worker.d.ts","sourceRoot":"","sources":["../src/platform-worker.ts"],"names":[],"mappings":"AAGA,OAAO,EAIN,KAAK,YAAY,EACjB,MAAM,qBAAqB,CAAC;AA+M7B,wBAAsB,iBAAiB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CAkI7E"}
1
+ {"version":3,"file":"platform-worker.d.ts","sourceRoot":"","sources":["../src/platform-worker.ts"],"names":[],"mappings":"AAGA,OAAO,EAIN,KAAK,YAAY,EACjB,MAAM,qBAAqB,CAAC;AAiS7B,wBAAsB,iBAAiB,CAAC,QAAQ,EAAE,YAAY,GAAG,OAAO,CAAC,IAAI,CAAC,CA8J7E"}
@@ -1 +1 @@
1
- {"version":3,"file":"queue-runtime.d.ts","sourceRoot":"","sources":["../../src/runtime/queue-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC5B,KAAK,IAAI,IAAI,CAAC;IACd,IAAI,IAAI,IAAI,CAAC;IACb,YAAY,IAAI,IAAI,CAAC;IACrB,cAAc,CAAC,SAAS,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;CAC5C;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,cAAc,GAAG,YAAY,CAgBtE"}
1
+ {"version":3,"file":"queue-runtime.d.ts","sourceRoot":"","sources":["../../src/runtime/queue-runtime.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,oBAAoB,CAAC;AAEzD,MAAM,WAAW,YAAY;IAC5B,KAAK,IAAI,IAAI,CAAC;IACd,IAAI,IAAI,IAAI,CAAC;IACb,YAAY,IAAI,IAAI,CAAC;IACrB,cAAc,CAAC,SAAS,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC;CAC5C;AAED,wBAAgB,kBAAkB,CAAC,KAAK,EAAE,cAAc,GAAG,YAAY,CAiBtE"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "open-mem",
3
- "version": "0.14.0",
3
+ "version": "0.14.2",
4
4
  "description": "Persistent memory plugin for OpenCode — captures, compresses, and recalls context across coding sessions",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -54,7 +54,7 @@
54
54
  "bench:search": "bun run scripts/benchmark-search.ts",
55
55
  "bench:platform": "bun run scripts/benchmark-platform-normalization.ts",
56
56
  "docs:dev": "cd docs && npx vitepress dev",
57
- "docs:build": "cd docs && npx vitepress build",
57
+ "docs:build": "cd docs && if [ -f bun.lock ]; then bun install --frozen-lockfile; else bun install; fi && bun run build",
58
58
  "lint": "bun x biome check src/",
59
59
  "clean": "rm -rf dist",
60
60
  "prepare": "test -d src && bun run build || true",