@cotal-ai/connector-hermes 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/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
|
@@ -111,7 +111,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
111
111
|
|
|
112
112
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
113
113
|
var DOCS_BUNDLE = {
|
|
114
|
-
"version": "0.14.
|
|
114
|
+
"version": "0.14.6",
|
|
115
115
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
116
116
|
"pages": [
|
|
117
117
|
{
|
package/dist/launch.js
CHANGED
|
@@ -43570,7 +43570,7 @@ config(en_default());
|
|
|
43570
43570
|
|
|
43571
43571
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43572
43572
|
var DOCS_BUNDLE = {
|
|
43573
|
-
"version": "0.14.
|
|
43573
|
+
"version": "0.14.6",
|
|
43574
43574
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43575
43575
|
"pages": [
|
|
43576
43576
|
{
|
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.14.
|
|
4
|
+
"version": "0.14.6",
|
|
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.14.
|
|
31
|
-
"@cotal-ai/connector-core": "0.14.
|
|
30
|
+
"@cotal-ai/core": "0.14.6",
|
|
31
|
+
"@cotal-ai/connector-core": "0.14.6"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -43550,7 +43550,7 @@ config(en_default());
|
|
|
43550
43550
|
|
|
43551
43551
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43552
43552
|
var DOCS_BUNDLE = {
|
|
43553
|
-
"version": "0.14.
|
|
43553
|
+
"version": "0.14.6",
|
|
43554
43554
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43555
43555
|
"pages": [
|
|
43556
43556
|
{
|