@cotal-ai/connector-hermes 0.28.2 → 0.29.0
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
|
@@ -14809,7 +14809,7 @@ import { isConcreteChannel as isConcreteChannel3, channelInAllow as channelInAll
|
|
|
14809
14809
|
|
|
14810
14810
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
14811
14811
|
var DOCS_BUNDLE = {
|
|
14812
|
-
"version": "0.
|
|
14812
|
+
"version": "0.29.0",
|
|
14813
14813
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
14814
14814
|
"pages": [
|
|
14815
14815
|
{
|
package/dist/launch.js
CHANGED
|
@@ -55873,7 +55873,7 @@ config(en_default());
|
|
|
55873
55873
|
|
|
55874
55874
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
55875
55875
|
var DOCS_BUNDLE = {
|
|
55876
|
-
"version": "0.
|
|
55876
|
+
"version": "0.29.0",
|
|
55877
55877
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
55878
55878
|
"pages": [
|
|
55879
55879
|
{
|
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.
|
|
4
|
+
"version": "0.29.0",
|
|
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.
|
|
31
|
-
"@cotal-ai/connector-core": "0.
|
|
30
|
+
"@cotal-ai/core": "0.29.0",
|
|
31
|
+
"@cotal-ai/connector-core": "0.29.0"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -55768,7 +55768,7 @@ config(en_default());
|
|
|
55768
55768
|
|
|
55769
55769
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
55770
55770
|
var DOCS_BUNDLE = {
|
|
55771
|
-
"version": "0.
|
|
55771
|
+
"version": "0.29.0",
|
|
55772
55772
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
55773
55773
|
"pages": [
|
|
55774
55774
|
{
|