@bunkercache/opencode-memoir 0.2.1 → 0.2.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.
Files changed (1) hide show
  1. package/package.json +7 -2
package/package.json CHANGED
@@ -1,14 +1,19 @@
1
1
  {
2
2
  "name": "@bunkercache/opencode-memoir",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "A smart memory management plugin for OpenCode that supports nested aggregation of memory, summaries, and file changes that compact in layers with upstream references for lookups.",
5
5
  "author": {
6
6
  "name": "Chris Tunbridge",
7
7
  "email": "Destreyf@users.noreply.github.com"
8
8
  },
9
9
  "type": "module",
10
+ "main": "./dist/index.js",
11
+ "module": "./dist/index.js",
10
12
  "exports": {
11
- ".": "./dist/index.js"
13
+ ".": {
14
+ "import": "./dist/index.js",
15
+ "default": "./dist/index.js"
16
+ }
12
17
  },
13
18
  "repository": {
14
19
  "type": "git",