opencode-mastra-om 0.1.0 → 0.1.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.
Files changed (2) hide show
  1. package/dist/index.js +2 -1
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -400,6 +400,7 @@ ${OBSERVATION_CONTINUATION_HINT}`);
400
400
  }
401
401
  };
402
402
  };
403
+ var src_default = MastraPlugin;
403
404
  export {
404
- MastraPlugin
405
+ src_default as default
405
406
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "opencode-mastra-om",
4
- "version": "0.1.0",
4
+ "version": "0.1.1",
5
5
  "type": "module",
6
6
  "license": "MIT",
7
7
  "description": "Enhanced Mastra Observational Memory plugin for OpenCode — persistent cross-session memory with observation, reflection, and manual trigger tools",
@@ -15,7 +15,7 @@
15
15
  "author": "Rick Ross",
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/activated-intelligence/opencode-mastra-om"
18
+ "url": "https://github.com/rickross/opencode-mastra-om"
19
19
  },
20
20
  "main": "dist/index.js",
21
21
  "exports": {