@cotal-ai/connector-hermes 0.14.1 → 0.14.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/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.2",
|
|
115
115
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
116
116
|
"pages": [
|
|
117
117
|
{
|
package/dist/launch.js
CHANGED
|
@@ -43568,7 +43568,7 @@ config(en_default());
|
|
|
43568
43568
|
|
|
43569
43569
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43570
43570
|
var DOCS_BUNDLE = {
|
|
43571
|
-
"version": "0.14.
|
|
43571
|
+
"version": "0.14.2",
|
|
43572
43572
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43573
43573
|
"pages": [
|
|
43574
43574
|
{
|
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.2",
|
|
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.2",
|
|
31
|
+
"@cotal-ai/connector-core": "0.14.2"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -43548,7 +43548,7 @@ config(en_default());
|
|
|
43548
43548
|
|
|
43549
43549
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
43550
43550
|
var DOCS_BUNDLE = {
|
|
43551
|
-
"version": "0.14.
|
|
43551
|
+
"version": "0.14.2",
|
|
43552
43552
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal.schema.json",
|
|
43553
43553
|
"pages": [
|
|
43554
43554
|
{
|