@cotal-ai/connector-jcode 0.41.1 → 0.41.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/host.js +1 -1
- package/dist/index.js +1 -1
- package/dist/mcp.js +1 -1
- package/package.json +4 -4
package/dist/host.js
CHANGED
|
@@ -59159,7 +59159,7 @@ config(en_default());
|
|
|
59159
59159
|
|
|
59160
59160
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
59161
59161
|
var DOCS_BUNDLE = {
|
|
59162
|
-
"version": "0.41.
|
|
59162
|
+
"version": "0.41.2",
|
|
59163
59163
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
59164
59164
|
"pages": [
|
|
59165
59165
|
{
|
package/dist/index.js
CHANGED
|
@@ -14840,7 +14840,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14840
14840
|
|
|
14841
14841
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14842
14842
|
var DOCS_BUNDLE = {
|
|
14843
|
-
"version": "0.41.
|
|
14843
|
+
"version": "0.41.2",
|
|
14844
14844
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14845
14845
|
"pages": [
|
|
14846
14846
|
{
|
package/dist/mcp.js
CHANGED
|
@@ -57487,7 +57487,7 @@ import { execFileSync } from "node:child_process";
|
|
|
57487
57487
|
|
|
57488
57488
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
57489
57489
|
var DOCS_BUNDLE = {
|
|
57490
|
-
"version": "0.41.
|
|
57490
|
+
"version": "0.41.2",
|
|
57491
57491
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
57492
57492
|
"pages": [
|
|
57493
57493
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-jcode",
|
|
3
3
|
"description": "Cotal connector for Jcode: a host-mode mesh peer driven through Jcode's Harness API bridge.",
|
|
4
|
-
"version": "0.41.
|
|
4
|
+
"version": "0.41.2",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -29,9 +29,9 @@
|
|
|
29
29
|
"esbuild": "^0.28.0",
|
|
30
30
|
"tsx": "^4.22.4",
|
|
31
31
|
"zod": "^4.4.3",
|
|
32
|
-
"@cotal-ai/
|
|
33
|
-
"@cotal-ai/
|
|
34
|
-
"@cotal-ai/
|
|
32
|
+
"@cotal-ai/core": "0.41.2",
|
|
33
|
+
"@cotal-ai/connector-core": "0.41.2",
|
|
34
|
+
"@cotal-ai/smoke-kit": "0.0.0"
|
|
35
35
|
},
|
|
36
36
|
"files": [
|
|
37
37
|
"dist"
|