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

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 +4 -4
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @mastra/opencode
2
2
 
3
- ## 0.0.0-studio-deploy-20260402234400
3
+ ## 0.0.0-studio-deploy-20260403180827
4
4
 
5
5
  ### Patch Changes
6
6
 
7
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
8
+ - @mastra/core@0.0.0-studio-deploy-20260403180827
9
+ - @mastra/memory@0.0.0-studio-deploy-20260403180827
10
+ - @mastra/libsql@0.0.0-studio-deploy-20260403180827
11
11
 
12
12
  ## 0.0.19
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opencode",
3
- "version": "0.0.0-studio-deploy-20260402234400",
3
+ "version": "0.0.0-studio-deploy-20260403180827",
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-20260402234400",
46
- "@mastra/libsql": "0.0.0-studio-deploy-20260402234400",
47
- "@mastra/memory": "0.0.0-studio-deploy-20260402234400"
45
+ "@mastra/core": "0.0.0-studio-deploy-20260403180827",
46
+ "@mastra/libsql": "0.0.0-studio-deploy-20260403180827",
47
+ "@mastra/memory": "0.0.0-studio-deploy-20260403180827"
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-20260402234400",
59
- "@internal/types-builder": "0.0.0-studio-deploy-20260402234400"
58
+ "@internal/lint": "0.0.0-studio-deploy-20260403180827",
59
+ "@internal/types-builder": "0.0.0-studio-deploy-20260403180827"
60
60
  },
61
61
  "scripts": {
62
62
  "build:lib": "tsup --silent --config tsup.config.ts",