@mastra/opencode 0.0.0-studio-deploy-20260331230654 → 0.0.0-studio-deploy-20260402234400

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/CHANGELOG.md +21 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,29 @@
1
1
  # @mastra/opencode
2
2
 
3
- ## 0.0.0-studio-deploy-20260331230654
3
+ ## 0.0.0-studio-deploy-20260402234400
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`c55b527`](https://github.com/mastra-ai/mastra/commit/c55b52758a31368b2077b0dbbc3badfe4063f560), [`2bcec65`](https://github.com/mastra-ai/mastra/commit/2bcec652d62b07eab15e9eb9822f70184526eede), [`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50)]:
8
- - @mastra/core@0.0.0-studio-deploy-20260331230654
9
- - @mastra/memory@0.0.0-studio-deploy-20260331230654
10
- - @mastra/libsql@0.0.0-studio-deploy-20260331230654
7
+ - Updated dependencies [[`c55b527`](https://github.com/mastra-ai/mastra/commit/c55b52758a31368b2077b0dbbc3badfe4063f560)]:
8
+ - @mastra/core@0.0.0-studio-deploy-20260402234400
9
+ - @mastra/memory@0.0.0-studio-deploy-20260402234400
10
+ - @mastra/libsql@0.0.0-studio-deploy-20260402234400
11
+
12
+ ## 0.0.19
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`cee146b`](https://github.com/mastra-ai/mastra/commit/cee146b5d858212e1df2b2730fc36d3ceda0e08d), [`aa0aeff`](https://github.com/mastra-ai/mastra/commit/aa0aeffa11efbef5e219fbd97bf43d263cfe3afe), [`2bcec65`](https://github.com/mastra-ai/mastra/commit/2bcec652d62b07eab15e9eb9822f70184526eede), [`ad9bded`](https://github.com/mastra-ai/mastra/commit/ad9bdedf86a824801f49928a8d40f6e31ff5450f), [`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`208c0bb`](https://github.com/mastra-ai/mastra/commit/208c0bbacbf5a1da6318f2a0e0c544390e542ddc), [`f566ee7`](https://github.com/mastra-ai/mastra/commit/f566ee7d53a3da33a01103e2a5ac2070ddefe6b0)]:
17
+ - @mastra/core@1.20.0
18
+ - @mastra/memory@1.12.1
19
+
20
+ ## 0.0.19-alpha.0
21
+
22
+ ### Patch Changes
23
+
24
+ - Updated dependencies [[`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`cee146b`](https://github.com/mastra-ai/mastra/commit/cee146b5d858212e1df2b2730fc36d3ceda0e08d), [`aa0aeff`](https://github.com/mastra-ai/mastra/commit/aa0aeffa11efbef5e219fbd97bf43d263cfe3afe), [`2bcec65`](https://github.com/mastra-ai/mastra/commit/2bcec652d62b07eab15e9eb9822f70184526eede), [`ad9bded`](https://github.com/mastra-ai/mastra/commit/ad9bdedf86a824801f49928a8d40f6e31ff5450f), [`cbeec24`](https://github.com/mastra-ai/mastra/commit/cbeec24b3c97a1a296e7e461e66cc7f7d215dc50), [`208c0bb`](https://github.com/mastra-ai/mastra/commit/208c0bbacbf5a1da6318f2a0e0c544390e542ddc), [`f566ee7`](https://github.com/mastra-ai/mastra/commit/f566ee7d53a3da33a01103e2a5ac2070ddefe6b0)]:
25
+ - @mastra/core@1.20.0-alpha.0
26
+ - @mastra/memory@1.12.1-alpha.0
11
27
 
12
28
  ## 0.0.18
13
29
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opencode",
3
- "version": "0.0.0-studio-deploy-20260331230654",
3
+ "version": "0.0.0-studio-deploy-20260402234400",
4
4
  "description": "OpenCode plugin for Mastra Observational Memory",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -42,9 +42,9 @@
42
42
  "node": ">=22.13.0"
43
43
  },
44
44
  "dependencies": {
45
- "@mastra/core": "0.0.0-studio-deploy-20260331230654",
46
- "@mastra/memory": "0.0.0-studio-deploy-20260331230654",
47
- "@mastra/libsql": "0.0.0-studio-deploy-20260331230654"
45
+ "@mastra/core": "0.0.0-studio-deploy-20260402234400",
46
+ "@mastra/libsql": "0.0.0-studio-deploy-20260402234400",
47
+ "@mastra/memory": "0.0.0-studio-deploy-20260402234400"
48
48
  },
49
49
  "peerDependencies": {
50
50
  "@opencode-ai/plugin": "*"
@@ -55,8 +55,8 @@
55
55
  "tsup": "^8.5.1",
56
56
  "typescript": "^5.9.3",
57
57
  "vitest": "4.0.18",
58
- "@internal/lint": "0.0.0-studio-deploy-20260331230654",
59
- "@internal/types-builder": "0.0.0-studio-deploy-20260331230654"
58
+ "@internal/lint": "0.0.0-studio-deploy-20260402234400",
59
+ "@internal/types-builder": "0.0.0-studio-deploy-20260402234400"
60
60
  },
61
61
  "scripts": {
62
62
  "build:lib": "tsup --silent --config tsup.config.ts",