@cotal-ai/connector-opencode 0.14.1 → 0.14.2
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/dist/index.js +1 -1
- package/dist/plugin.bundle.js +1 -1
- package/package.json +3 -3
package/dist/index.js
CHANGED
|
@@ -136,7 +136,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
136
136
|
|
|
137
137
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
138
138
|
var DOCS_BUNDLE = {
|
|
139
|
-
"version": "0.14.
|
|
139
|
+
"version": "0.14.2",
|
|
140
140
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
141
141
|
"pages": [
|
|
142
142
|
{
|
package/dist/plugin.bundle.js
CHANGED
|
@@ -43556,7 +43556,7 @@ config(en_default());
|
|
|
43556
43556
|
|
|
43557
43557
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43558
43558
|
var DOCS_BUNDLE = {
|
|
43559
|
-
"version": "0.14.
|
|
43559
|
+
"version": "0.14.2",
|
|
43560
43560
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43561
43561
|
"pages": [
|
|
43562
43562
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-opencode",
|
|
3
3
|
"description": "Cotal connector for OpenCode: a native in-process plugin that joins a session to the mesh.",
|
|
4
|
-
"version": "0.14.
|
|
4
|
+
"version": "0.14.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@opencode-ai/plugin": "^1.16.2",
|
|
25
25
|
"esbuild": "^0.28.0",
|
|
26
26
|
"tsx": "^4.22.4",
|
|
27
|
-
"@cotal-ai/
|
|
28
|
-
"@cotal-ai/core": "0.14.
|
|
27
|
+
"@cotal-ai/core": "0.14.2",
|
|
28
|
+
"@cotal-ai/connector-core": "0.14.2"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist"
|