@mastra/opencode 0.0.0-studio-deploy-20260404054238 → 0.0.0-studio-deploy-20260404184540

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 +20 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,28 @@
1
1
  # @mastra/opencode
2
2
 
3
- ## 0.0.0-studio-deploy-20260404054238
3
+ ## 0.0.0-studio-deploy-20260404184540
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`c55b527`](https://github.com/mastra-ai/mastra/commit/c55b52758a31368b2077b0dbbc3badfe4063f560), [`7eb2596`](https://github.com/mastra-ai/mastra/commit/7eb25960d607e07468c9a10c5437abd2deaf1e9a)]:
8
- - @mastra/core@0.0.0-studio-deploy-20260404054238
9
- - @mastra/memory@0.0.0-studio-deploy-20260404054238
10
- - @mastra/libsql@0.0.0-studio-deploy-20260404054238
7
+ - Updated dependencies [[`e133cc7`](https://github.com/mastra-ai/mastra/commit/e133cc73c2a73d90a39ad73f724e9cb492466b41), [`c55b527`](https://github.com/mastra-ai/mastra/commit/c55b52758a31368b2077b0dbbc3badfe4063f560), [`e133cc7`](https://github.com/mastra-ai/mastra/commit/e133cc73c2a73d90a39ad73f724e9cb492466b41), [`e133cc7`](https://github.com/mastra-ai/mastra/commit/e133cc73c2a73d90a39ad73f724e9cb492466b41), [`7eb2596`](https://github.com/mastra-ai/mastra/commit/7eb25960d607e07468c9a10c5437abd2deaf1e9a)]:
8
+ - @mastra/core@0.0.0-studio-deploy-20260404184540
9
+ - @mastra/memory@0.0.0-studio-deploy-20260404184540
10
+ - @mastra/libsql@0.0.0-studio-deploy-20260404184540
11
+
12
+ ## 0.0.22-alpha.1
13
+
14
+ ### Patch Changes
15
+
16
+ - Updated dependencies [[`f32b9e1`](https://github.com/mastra-ai/mastra/commit/f32b9e115a3c754d1c8cfa3f4256fba87b09cfb7)]:
17
+ - @mastra/core@1.23.0-alpha.1
18
+
19
+ ## 0.0.22-alpha.0
20
+
21
+ ### Patch Changes
22
+
23
+ - Updated dependencies [[`ed425d7`](https://github.com/mastra-ai/mastra/commit/ed425d78e7c66cbda8209fee910856f98c6c6b82), [`ba6f7e9`](https://github.com/mastra-ai/mastra/commit/ba6f7e9086d8281393f2acae60fda61de3bff1f9), [`7eb2596`](https://github.com/mastra-ai/mastra/commit/7eb25960d607e07468c9a10c5437abd2deaf1e9a)]:
24
+ - @mastra/core@1.23.0-alpha.0
25
+ - @mastra/memory@1.13.2-alpha.0
11
26
 
12
27
  ## 0.0.21
13
28
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opencode",
3
- "version": "0.0.0-studio-deploy-20260404054238",
3
+ "version": "0.0.0-studio-deploy-20260404184540",
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-20260404054238",
46
- "@mastra/libsql": "0.0.0-studio-deploy-20260404054238",
47
- "@mastra/memory": "0.0.0-studio-deploy-20260404054238"
45
+ "@mastra/core": "0.0.0-studio-deploy-20260404184540",
46
+ "@mastra/memory": "0.0.0-studio-deploy-20260404184540",
47
+ "@mastra/libsql": "0.0.0-studio-deploy-20260404184540"
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-20260404054238",
59
- "@internal/types-builder": "0.0.0-studio-deploy-20260404054238"
58
+ "@internal/lint": "0.0.0-studio-deploy-20260404184540",
59
+ "@internal/types-builder": "0.0.0-studio-deploy-20260404184540"
60
60
  },
61
61
  "scripts": {
62
62
  "build:lib": "tsup --silent --config tsup.config.ts",