@automagik/omni 2.260730.3 → 2.260730.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 +2 -2
- package/dist/server/index.js +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -127654,7 +127654,7 @@ import { fileURLToPath } from "url";
|
|
|
127654
127654
|
// package.json
|
|
127655
127655
|
var package_default = {
|
|
127656
127656
|
name: "@automagik/omni",
|
|
127657
|
-
version: "2.260730.
|
|
127657
|
+
version: "2.260730.4",
|
|
127658
127658
|
description: "LLM-optimized CLI for Omni",
|
|
127659
127659
|
type: "module",
|
|
127660
127660
|
bin: {
|
|
@@ -127692,7 +127692,6 @@ var package_default = {
|
|
|
127692
127692
|
},
|
|
127693
127693
|
dependencies: {
|
|
127694
127694
|
"@anthropic-ai/claude-agent-sdk": "^0.2.62",
|
|
127695
|
-
"@omni/channel-hermes": "workspace:*",
|
|
127696
127695
|
"@sentry/bun": "^10.43.0",
|
|
127697
127696
|
"@snazzah/davey": "^0.1.11",
|
|
127698
127697
|
chalk: "^5.4.0",
|
|
@@ -127712,6 +127711,7 @@ var package_default = {
|
|
|
127712
127711
|
"@omni/channel-a2a": "workspace:*",
|
|
127713
127712
|
"@omni/channel-discord": "workspace:*",
|
|
127714
127713
|
"@omni/channel-gupshup": "workspace:*",
|
|
127714
|
+
"@omni/channel-hermes": "workspace:*",
|
|
127715
127715
|
"@omni/channel-sdk": "workspace:*",
|
|
127716
127716
|
"@omni/channel-slack": "workspace:*",
|
|
127717
127717
|
"@omni/channel-telegram": "workspace:*",
|
package/dist/server/index.js
CHANGED
|
@@ -241329,7 +241329,7 @@ var init_sentry_scrub = __esm(() => {
|
|
|
241329
241329
|
var require_package7 = __commonJS((exports, module) => {
|
|
241330
241330
|
module.exports = {
|
|
241331
241331
|
name: "@omni/api",
|
|
241332
|
-
version: "2.260730.
|
|
241332
|
+
version: "2.260730.4",
|
|
241333
241333
|
type: "module",
|
|
241334
241334
|
exports: {
|
|
241335
241335
|
".": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@automagik/omni",
|
|
3
|
-
"version": "2.260730.
|
|
3
|
+
"version": "2.260730.4",
|
|
4
4
|
"description": "LLM-optimized CLI for Omni",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -38,7 +38,6 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@anthropic-ai/claude-agent-sdk": "^0.2.62",
|
|
41
|
-
"@omni/channel-hermes": "workspace:*",
|
|
42
41
|
"@sentry/bun": "^10.43.0",
|
|
43
42
|
"@snazzah/davey": "^0.1.11",
|
|
44
43
|
"chalk": "^5.4.0",
|
|
@@ -58,6 +57,7 @@
|
|
|
58
57
|
"@omni/channel-a2a": "workspace:*",
|
|
59
58
|
"@omni/channel-discord": "workspace:*",
|
|
60
59
|
"@omni/channel-gupshup": "workspace:*",
|
|
60
|
+
"@omni/channel-hermes": "workspace:*",
|
|
61
61
|
"@omni/channel-sdk": "workspace:*",
|
|
62
62
|
"@omni/channel-slack": "workspace:*",
|
|
63
63
|
"@omni/channel-telegram": "workspace:*",
|