@cotal-ai/connector-hermes 0.41.3 → 0.41.4
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.41.
|
|
14809
|
+
"version": "0.41.4",
|
|
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
|
@@ -56728,7 +56728,7 @@ config(en_default());
|
|
|
56728
56728
|
|
|
56729
56729
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56730
56730
|
var DOCS_BUNDLE = {
|
|
56731
|
-
"version": "0.41.
|
|
56731
|
+
"version": "0.41.4",
|
|
56732
56732
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56733
56733
|
"pages": [
|
|
56734
56734
|
{
|
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.41.
|
|
4
|
+
"version": "0.41.4",
|
|
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.41.
|
|
31
|
-
"@cotal-ai/connector-core": "0.41.
|
|
30
|
+
"@cotal-ai/core": "0.41.4",
|
|
31
|
+
"@cotal-ai/connector-core": "0.41.4"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -56623,7 +56623,7 @@ config(en_default());
|
|
|
56623
56623
|
|
|
56624
56624
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56625
56625
|
var DOCS_BUNDLE = {
|
|
56626
|
-
"version": "0.41.
|
|
56626
|
+
"version": "0.41.4",
|
|
56627
56627
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56628
56628
|
"pages": [
|
|
56629
56629
|
{
|