@cotal-ai/connector-claude-code 0.11.4 → 0.11.5
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/hook.cjs +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp.cjs +1 -1
- package/package.json +3 -3
package/dist/hook.cjs
CHANGED
|
@@ -23782,7 +23782,7 @@ function hasIdentity(env = process.env) {
|
|
|
23782
23782
|
|
|
23783
23783
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
23784
23784
|
var DOCS_BUNDLE = {
|
|
23785
|
-
"version": "0.11.
|
|
23785
|
+
"version": "0.11.5",
|
|
23786
23786
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
23787
23787
|
"pages": [
|
|
23788
23788
|
{
|
package/dist/index.js
CHANGED
|
@@ -151,7 +151,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
151
151
|
|
|
152
152
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
153
153
|
var DOCS_BUNDLE = {
|
|
154
|
-
"version": "0.11.
|
|
154
|
+
"version": "0.11.5",
|
|
155
155
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
156
156
|
"pages": [
|
|
157
157
|
{
|
package/dist/mcp.cjs
CHANGED
|
@@ -58944,7 +58944,7 @@ var import_node_child_process2 = require("node:child_process");
|
|
|
58944
58944
|
|
|
58945
58945
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
58946
58946
|
var DOCS_BUNDLE = {
|
|
58947
|
-
"version": "0.11.
|
|
58947
|
+
"version": "0.11.5",
|
|
58948
58948
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
58949
58949
|
"pages": [
|
|
58950
58950
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-claude-code",
|
|
3
3
|
"description": "Cotal connector for Claude Code: an installed plugin that joins a session to the mesh.",
|
|
4
|
-
"version": "0.11.
|
|
4
|
+
"version": "0.11.5",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"@modelcontextprotocol/sdk": "^1.29.0",
|
|
25
25
|
"esbuild": "^0.28.0",
|
|
26
26
|
"tsx": "^4.22.4",
|
|
27
|
-
"@cotal-ai/
|
|
28
|
-
"@cotal-ai/core": "0.11.
|
|
27
|
+
"@cotal-ai/core": "0.11.5",
|
|
28
|
+
"@cotal-ai/connector-core": "0.11.5"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|