opencode-multi-account-core 0.2.36 → 0.2.37
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.
- package/README.md +4 -4
- package/package.json +3 -3
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
|
-
##
|
|
52
|
+
## Related
|
|
53
53
|
|
|
54
|
-
- [
|
|
55
|
-
- [
|
|
56
|
-
- [
|
|
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.
|
|
3
|
+
"version": "0.2.37",
|
|
4
4
|
"description": "Shared core for OpenCode Plugin Mode",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -35,8 +35,8 @@
|
|
|
35
35
|
"valibot": "^1.2.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@opencode-ai/plugin": "^1.
|
|
39
|
-
"@types/node": "^25.
|
|
38
|
+
"@opencode-ai/plugin": "^1.15.10",
|
|
39
|
+
"@types/node": "^25.9.1",
|
|
40
40
|
"typescript": "^6.0.3"
|
|
41
41
|
},
|
|
42
42
|
"publishConfig": {
|