opencode-mastra-om 0.1.2 → 0.1.3
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.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -180053,7 +180053,6 @@ ${OBSERVATION_CONTINUATION_HINT}`);
|
|
|
180053
180053
|
}
|
|
180054
180054
|
};
|
|
180055
180055
|
};
|
|
180056
|
-
var src_default = MastraPlugin;
|
|
180057
180056
|
export {
|
|
180058
|
-
|
|
180057
|
+
MastraPlugin
|
|
180059
180058
|
};
|
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.
|
|
4
|
+
"version": "0.1.3",
|
|
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",
|