comisai 1.0.41 → 1.0.42
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/node_modules/@comis/agent/package.json +1 -1
- package/node_modules/@comis/channels/package.json +1 -1
- package/node_modules/@comis/cli/package.json +1 -1
- package/node_modules/@comis/core/package.json +1 -1
- package/node_modules/@comis/daemon/package.json +1 -1
- package/node_modules/@comis/gateway/package.json +1 -1
- package/node_modules/@comis/infra/package.json +1 -1
- package/node_modules/@comis/memory/package.json +1 -1
- package/node_modules/@comis/orchestrator/package.json +1 -1
- package/node_modules/@comis/scheduler/package.json +1 -1
- package/node_modules/@comis/shared/package.json +1 -1
- package/node_modules/@comis/skills/package.json +1 -1
- package/node_modules/@comis/web/package.json +1 -1
- package/package.json +14 -14
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@comis/orchestrator",
|
|
3
3
|
"private": true,
|
|
4
|
-
"version": "1.0.
|
|
4
|
+
"version": "1.0.42",
|
|
5
5
|
"author": "Moshe Anconina",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"description": "Inbound orchestration: channel-manager lifecycle, inbound pipeline, execute-and-deliver coordination, command queue, message routing",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "comisai",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.42",
|
|
4
4
|
"author": "Moshe Anconina",
|
|
5
5
|
"license": "Apache-2.0",
|
|
6
6
|
"description": "Security-first AI agent platform — connects AI agents to Discord, Telegram, Slack, WhatsApp, and more",
|
|
@@ -120,19 +120,19 @@
|
|
|
120
120
|
"file-uri-to-path"
|
|
121
121
|
],
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@comis/shared": "1.0.
|
|
124
|
-
"@comis/core": "1.0.
|
|
125
|
-
"@comis/infra": "1.0.
|
|
126
|
-
"@comis/memory": "1.0.
|
|
127
|
-
"@comis/gateway": "1.0.
|
|
128
|
-
"@comis/skills": "1.0.
|
|
129
|
-
"@comis/scheduler": "1.0.
|
|
130
|
-
"@comis/agent": "1.0.
|
|
131
|
-
"@comis/channels": "1.0.
|
|
132
|
-
"@comis/cli": "1.0.
|
|
133
|
-
"@comis/daemon": "1.0.
|
|
134
|
-
"@comis/orchestrator": "1.0.
|
|
135
|
-
"@comis/web": "1.0.
|
|
123
|
+
"@comis/shared": "1.0.42",
|
|
124
|
+
"@comis/core": "1.0.42",
|
|
125
|
+
"@comis/infra": "1.0.42",
|
|
126
|
+
"@comis/memory": "1.0.42",
|
|
127
|
+
"@comis/gateway": "1.0.42",
|
|
128
|
+
"@comis/skills": "1.0.42",
|
|
129
|
+
"@comis/scheduler": "1.0.42",
|
|
130
|
+
"@comis/agent": "1.0.42",
|
|
131
|
+
"@comis/channels": "1.0.42",
|
|
132
|
+
"@comis/cli": "1.0.42",
|
|
133
|
+
"@comis/daemon": "1.0.42",
|
|
134
|
+
"@comis/orchestrator": "1.0.42",
|
|
135
|
+
"@comis/web": "1.0.42",
|
|
136
136
|
"@agentclientprotocol/sdk": "0.21.0",
|
|
137
137
|
"@clack/core": "1.2.0",
|
|
138
138
|
"@clack/prompts": "1.2.0",
|