@mastra/opencode 0.0.0-fix-windows-shell-20260306004111 → 0.0.0-fix-windows-shell-20260306011650

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 +5 -5
  2. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,13 +1,13 @@
1
1
  # @mastra/opencode
2
2
 
3
- ## 0.0.0-fix-windows-shell-20260306004111
3
+ ## 0.0.0-fix-windows-shell-20260306011650
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - Updated dependencies [[`155215a`](https://github.com/mastra-ai/mastra/commit/155215aada884e6a543be0445a412ba26700cb03), [`0c09eac`](https://github.com/mastra-ai/mastra/commit/0c09eacb1926f64cfdc9ae5c6d63385cf8c9f72c)]:
8
- - @mastra/core@0.0.0-fix-windows-shell-20260306004111
9
- - @mastra/memory@0.0.0-fix-windows-shell-20260306004111
10
- - @mastra/libsql@0.0.0-fix-windows-shell-20260306004111
7
+ - Updated dependencies [[`b21fea7`](https://github.com/mastra-ai/mastra/commit/b21fea744d5c6babe605b8290f2170a824b4df0a), [`0c09eac`](https://github.com/mastra-ai/mastra/commit/0c09eacb1926f64cfdc9ae5c6d63385cf8c9f72c)]:
8
+ - @mastra/core@0.0.0-fix-windows-shell-20260306011650
9
+ - @mastra/memory@0.0.0-fix-windows-shell-20260306011650
10
+ - @mastra/libsql@0.0.0-fix-windows-shell-20260306011650
11
11
 
12
12
  ## 0.0.8
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opencode",
3
- "version": "0.0.0-fix-windows-shell-20260306004111",
3
+ "version": "0.0.0-fix-windows-shell-20260306011650",
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/memory": "0.0.0-fix-windows-shell-20260306004111",
46
- "@mastra/core": "0.0.0-fix-windows-shell-20260306004111",
47
- "@mastra/libsql": "0.0.0-fix-windows-shell-20260306004111"
45
+ "@mastra/core": "0.0.0-fix-windows-shell-20260306011650",
46
+ "@mastra/memory": "0.0.0-fix-windows-shell-20260306011650",
47
+ "@mastra/libsql": "0.0.0-fix-windows-shell-20260306011650"
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-fix-windows-shell-20260306004111",
59
- "@internal/types-builder": "0.0.0-fix-windows-shell-20260306004111"
58
+ "@internal/lint": "0.0.0-fix-windows-shell-20260306011650",
59
+ "@internal/types-builder": "0.0.0-fix-windows-shell-20260306011650"
60
60
  },
61
61
  "scripts": {
62
62
  "build:lib": "tsup --silent --config tsup.config.ts",