@cotal-ai/connector-claude-code 0.41.3 → 0.41.4
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 +4 -4
package/dist/hook.cjs
CHANGED
|
@@ -41163,7 +41163,7 @@ config(en_default());
|
|
|
41163
41163
|
|
|
41164
41164
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
41165
41165
|
var DOCS_BUNDLE = {
|
|
41166
|
-
"version": "0.41.
|
|
41166
|
+
"version": "0.41.4",
|
|
41167
41167
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
41168
41168
|
"pages": [
|
|
41169
41169
|
{
|
package/dist/index.js
CHANGED
|
@@ -14995,7 +14995,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14995
14995
|
|
|
14996
14996
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14997
14997
|
var DOCS_BUNDLE = {
|
|
14998
|
-
"version": "0.41.
|
|
14998
|
+
"version": "0.41.4",
|
|
14999
14999
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
15000
15000
|
"pages": [
|
|
15001
15001
|
{
|
package/dist/mcp.cjs
CHANGED
|
@@ -68730,7 +68730,7 @@ var import_node_child_process2 = require("node:child_process");
|
|
|
68730
68730
|
|
|
68731
68731
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
68732
68732
|
var DOCS_BUNDLE = {
|
|
68733
|
-
"version": "0.41.
|
|
68733
|
+
"version": "0.41.4",
|
|
68734
68734
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
68735
68735
|
"pages": [
|
|
68736
68736
|
{
|
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.41.
|
|
4
|
+
"version": "0.41.4",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -24,9 +24,9 @@
|
|
|
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/
|
|
29
|
-
"@cotal-ai/
|
|
27
|
+
"@cotal-ai/core": "0.41.4",
|
|
28
|
+
"@cotal-ai/connector-core": "0.41.4",
|
|
29
|
+
"@cotal-ai/smoke-kit": "0.0.0"
|
|
30
30
|
},
|
|
31
31
|
"files": [
|
|
32
32
|
"dist",
|