@mastra/opencode 0.0.0-temporal-20260427085340 → 0.0.0-temporal-20260427103754

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-temporal-20260427085340
3
+ ## 0.0.0-temporal-20260427103754
4
4
 
5
5
  ### Patch Changes
6
6
 
7
7
  - Updated dependencies [[`b510d36`](https://github.com/mastra-ai/mastra/commit/b510d368f73dab6be2e2c2bc99035aaef1fb7d7a), [`7a7b313`](https://github.com/mastra-ai/mastra/commit/7a7b3138fb3bcf0b0c740eaea07971e43d330ef3), [`a6dac0a`](https://github.com/mastra-ai/mastra/commit/a6dac0a40c7181161b1add4e8534f962bcbc9aa7), [`9cef83b`](https://github.com/mastra-ai/mastra/commit/9cef83b8a642b8098747772921e3523b492bafbc), [`d30e215`](https://github.com/mastra-ai/mastra/commit/d30e2156c746bc9fd791745cec1cc24377b66789), [`73f2809`](https://github.com/mastra-ai/mastra/commit/73f2809721db24e98cdf122539652a455211b450), [`8126d86`](https://github.com/mastra-ai/mastra/commit/8126d8638411eacfafdc29036ac998e8757ea66f), [`73b45fa`](https://github.com/mastra-ai/mastra/commit/73b45facdef4fbcb8af710c50f0646f18619dbaa), [`ae97520`](https://github.com/mastra-ai/mastra/commit/ae975206fdb0f6ef03c4d5bf94f7dc7c3f706c02), [`7a7b313`](https://github.com/mastra-ai/mastra/commit/7a7b3138fb3bcf0b0c740eaea07971e43d330ef3)]:
8
- - @mastra/core@0.0.0-temporal-20260427085340
9
- - @mastra/memory@0.0.0-temporal-20260427085340
10
- - @mastra/libsql@0.0.0-temporal-20260427085340
8
+ - @mastra/core@0.0.0-temporal-20260427103754
9
+ - @mastra/memory@0.0.0-temporal-20260427103754
10
+ - @mastra/libsql@0.0.0-temporal-20260427103754
11
11
 
12
12
  ## 0.0.29-alpha.1
13
13
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mastra/opencode",
3
- "version": "0.0.0-temporal-20260427085340",
3
+ "version": "0.0.0-temporal-20260427103754",
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-temporal-20260427085340",
46
- "@mastra/memory": "0.0.0-temporal-20260427085340",
47
- "@mastra/libsql": "0.0.0-temporal-20260427085340"
45
+ "@mastra/core": "0.0.0-temporal-20260427103754",
46
+ "@mastra/memory": "0.0.0-temporal-20260427103754",
47
+ "@mastra/libsql": "0.0.0-temporal-20260427103754"
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.1.5",
58
- "@internal/lint": "0.0.0-temporal-20260427085340",
59
- "@internal/types-builder": "0.0.0-temporal-20260427085340"
58
+ "@internal/lint": "0.0.0-temporal-20260427103754",
59
+ "@internal/types-builder": "0.0.0-temporal-20260427103754"
60
60
  },
61
61
  "scripts": {
62
62
  "build:lib": "tsup --silent --config tsup.config.ts",