@cotal-ai/connector-hermes 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/index.js +1 -1
- package/dist/launch.js +1 -1
- package/package.json +3 -3
- package/plugin/cotal/_sidecar/standalone.cjs +1 -1
package/dist/index.js
CHANGED
|
@@ -14806,7 +14806,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14806
14806
|
|
|
14807
14807
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14808
14808
|
var DOCS_BUNDLE = {
|
|
14809
|
-
"version": "0.33.
|
|
14809
|
+
"version": "0.33.8",
|
|
14810
14810
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14811
14811
|
"pages": [
|
|
14812
14812
|
{
|
package/dist/launch.js
CHANGED
|
@@ -56065,7 +56065,7 @@ config(en_default());
|
|
|
56065
56065
|
|
|
56066
56066
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56067
56067
|
var DOCS_BUNDLE = {
|
|
56068
|
-
"version": "0.33.
|
|
56068
|
+
"version": "0.33.8",
|
|
56069
56069
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56070
56070
|
"pages": [
|
|
56071
56071
|
{
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cotal-ai/connector-hermes",
|
|
3
3
|
"description": "Cotal connector for the Hermes (Nous Research) agent.",
|
|
4
|
-
"version": "0.33.
|
|
4
|
+
"version": "0.33.8",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
"esbuild": "^0.28.0",
|
|
28
28
|
"tsx": "^4.22.4",
|
|
29
29
|
"zod": "^4.4.3",
|
|
30
|
-
"@cotal-ai/core": "0.33.
|
|
31
|
-
"@cotal-ai/connector-core": "0.33.
|
|
30
|
+
"@cotal-ai/core": "0.33.8",
|
|
31
|
+
"@cotal-ai/connector-core": "0.33.8"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -55960,7 +55960,7 @@ config(en_default());
|
|
|
55960
55960
|
|
|
55961
55961
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
55962
55962
|
var DOCS_BUNDLE = {
|
|
55963
|
-
"version": "0.33.
|
|
55963
|
+
"version": "0.33.8",
|
|
55964
55964
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
55965
55965
|
"pages": [
|
|
55966
55966
|
{
|