@cotal-ai/connector-claude-code 0.14.5 → 0.14.6
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
|
@@ -24413,7 +24413,7 @@ function hasIdentity(env = process.env) {
|
|
|
24413
24413
|
|
|
24414
24414
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
24415
24415
|
var DOCS_BUNDLE = {
|
|
24416
|
-
"version": "0.14.
|
|
24416
|
+
"version": "0.14.6",
|
|
24417
24417
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
24418
24418
|
"pages": [
|
|
24419
24419
|
{
|
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.14.
|
|
154
|
+
"version": "0.14.6",
|
|
155
155
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
156
156
|
"pages": [
|
|
157
157
|
{
|
package/dist/mcp.cjs
CHANGED
|
@@ -59964,7 +59964,7 @@ var import_node_child_process2 = require("node:child_process");
|
|
|
59964
59964
|
|
|
59965
59965
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
59966
59966
|
var DOCS_BUNDLE = {
|
|
59967
|
-
"version": "0.14.
|
|
59967
|
+
"version": "0.14.6",
|
|
59968
59968
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
59969
59969
|
"pages": [
|
|
59970
59970
|
{
|
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.14.
|
|
4
|
+
"version": "0.14.6",
|
|
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/core": "0.14.
|
|
28
|
-
"@cotal-ai/
|
|
27
|
+
"@cotal-ai/connector-core": "0.14.6",
|
|
28
|
+
"@cotal-ai/core": "0.14.6"
|
|
29
29
|
},
|
|
30
30
|
"files": [
|
|
31
31
|
"dist",
|