@cotal-ai/connector-hermes 0.33.0 → 0.33.1
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.33.
|
|
14809
|
+
"version": "0.33.1",
|
|
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
|
@@ -56015,7 +56015,7 @@ config(en_default());
|
|
|
56015
56015
|
|
|
56016
56016
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
56017
56017
|
var DOCS_BUNDLE = {
|
|
56018
|
-
"version": "0.33.
|
|
56018
|
+
"version": "0.33.1",
|
|
56019
56019
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
56020
56020
|
"pages": [
|
|
56021
56021
|
{
|
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.33.
|
|
4
|
+
"version": "0.33.1",
|
|
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.33.
|
|
31
|
-
"@cotal-ai/
|
|
30
|
+
"@cotal-ai/connector-core": "0.33.1",
|
|
31
|
+
"@cotal-ai/core": "0.33.1"
|
|
32
32
|
},
|
|
33
33
|
"files": [
|
|
34
34
|
"bin",
|
|
@@ -55910,7 +55910,7 @@ config(en_default());
|
|
|
55910
55910
|
|
|
55911
55911
|
// ../connector-core/dist/docs-bundle.generated.js
|
|
55912
55912
|
var DOCS_BUNDLE = {
|
|
55913
|
-
"version": "0.33.
|
|
55913
|
+
"version": "0.33.1",
|
|
55914
55914
|
"generatedFrom": "docs/*.md + SPEC.md + spec/cotal-lang.md + spec/cotal.schema.json",
|
|
55915
55915
|
"pages": [
|
|
55916
55916
|
{
|