opencode-multi-account-core 0.2.36 → 0.2.39

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/README.md +4 -4
  2. package/package.json +4 -4
package/README.md CHANGED
@@ -49,8 +49,8 @@ Root no-live plugin gate:
49
49
  pnpm run test:contract:native
50
50
  ```
51
51
 
52
- ## Docs
52
+ ## Related
53
53
 
54
- - [OpenCode Plugin Mode](../../docs/opencode-plugin-mode.md)
55
- - [OpenCode Plugin Usage](../../docs/opencode-plugin-usage.md)
56
- - [OpenCode Plugin Core Redesign Notes](../../docs/opencode-plugin-core-redesign.md)
54
+ - [Root README](../../README.md)
55
+ - [`opencode-codex-multi-account`](../codex-multi-account)
56
+ - [`opencode-anthropic-multi-account`](../anthropic-multi-account)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "opencode-multi-account-core",
3
- "version": "0.2.36",
3
+ "version": "0.2.39",
4
4
  "description": "Shared core for OpenCode Plugin Mode",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -32,11 +32,11 @@
32
32
  "directory": "packages/multi-account-core"
33
33
  },
34
34
  "dependencies": {
35
- "valibot": "^1.2.0"
35
+ "valibot": "^1.4.1"
36
36
  },
37
37
  "devDependencies": {
38
- "@opencode-ai/plugin": "^1.14.48",
39
- "@types/node": "^25.2.2",
38
+ "@opencode-ai/plugin": "^1.15.10",
39
+ "@types/node": "^25.9.1",
40
40
  "typescript": "^6.0.3"
41
41
  },
42
42
  "publishConfig": {