@cotal-ai/connector-hermes 0.41.1 → 0.41.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
|
@@ -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.2",
|
|
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
|
@@ -56634,7 +56634,7 @@ config(en_default());
|
|
|
56634
56634
|
|
|
56635
56635
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56636
56636
|
var DOCS_BUNDLE = {
|
|
56637
|
-
"version": "0.41.
|
|
56637
|
+
"version": "0.41.2",
|
|
56638
56638
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56639
56639
|
"pages": [
|
|
56640
56640
|
{
|
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.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.41.
|
|
31
|
-
"@cotal-ai/connector-core": "0.41.
|
|
30
|
+
"@cotal-ai/core": "0.41.2",
|
|
31
|
+
"@cotal-ai/connector-core": "0.41.2"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -56529,7 +56529,7 @@ config(en_default());
|
|
|
56529
56529
|
|
|
56530
56530
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56531
56531
|
var DOCS_BUNDLE = {
|
|
56532
|
-
"version": "0.41.
|
|
56532
|
+
"version": "0.41.2",
|
|
56533
56533
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56534
56534
|
"pages": [
|
|
56535
56535
|
{
|