@cotal-ai/connector-jcode 0.33.7 → 0.33.8
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 +3 -3
package/dist/host.js
CHANGED
|
@@ -58225,7 +58225,7 @@ config(en_default());
|
|
|
58225
58225
|
|
|
58226
58226
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
58227
58227
|
var DOCS_BUNDLE = {
|
|
58228
|
-
"version": "0.33.
|
|
58228
|
+
"version": "0.33.8",
|
|
58229
58229
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
58230
58230
|
"pages": [
|
|
58231
58231
|
{
|
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.8",
|
|
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.8",
|
|
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.8",
|
|
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.
|
|
31
|
+
"@cotal-ai/connector-core": "0.33.8",
|
|
32
32
|
"@cotal-ai/smoke-kit": "0.0.0",
|
|
33
|
-
"@cotal-ai/core": "0.33.
|
|
33
|
+
"@cotal-ai/core": "0.33.8"
|
|
34
34
|
},
|
|
35
35
|
"files": [
|
|
36
36
|
"dist"
|