@cotal-ai/connector-jcode 0.33.0 → 0.33.1
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
|
@@ -58175,7 +58175,7 @@ config(en_default());
|
|
|
58175
58175
|
|
|
58176
58176
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
58177
58177
|
var DOCS_BUNDLE = {
|
|
58178
|
-
"version": "0.33.
|
|
58178
|
+
"version": "0.33.1",
|
|
58179
58179
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
58180
58180
|
"pages": [
|
|
58181
58181
|
{
|
package/dist/index.js
CHANGED
|
@@ -14820,7 +14820,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14820
14820
|
|
|
14821
14821
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14822
14822
|
var DOCS_BUNDLE = {
|
|
14823
|
-
"version": "0.33.
|
|
14823
|
+
"version": "0.33.1",
|
|
14824
14824
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14825
14825
|
"pages": [
|
|
14826
14826
|
{
|
package/dist/mcp.js
CHANGED
|
@@ -57464,7 +57464,7 @@ import { execFileSync } from "node:child_process";
|
|
|
57464
57464
|
|
|
57465
57465
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
57466
57466
|
var DOCS_BUNDLE = {
|
|
57467
|
-
"version": "0.33.
|
|
57467
|
+
"version": "0.33.1",
|
|
57468
57468
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
57469
57469
|
"pages": [
|
|
57470
57470
|
{
|
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.33.
|
|
4
|
+
"version": "0.33.1",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"esbuild": "^0.28.0",
|
|
29
29
|
"tsx": "^4.22.4",
|
|
30
30
|
"zod": "^4.4.3",
|
|
31
|
-
"@cotal-ai/connector-core": "0.33.
|
|
32
|
-
"@cotal-ai/
|
|
33
|
-
"@cotal-ai/
|
|
31
|
+
"@cotal-ai/connector-core": "0.33.1",
|
|
32
|
+
"@cotal-ai/core": "0.33.1",
|
|
33
|
+
"@cotal-ai/smoke-kit": "0.0.0"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|