@automagik/omni 2.260804.1 → 2.260804.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 CHANGED
@@ -128149,7 +128149,7 @@ import { fileURLToPath } from "url";
128149
128149
  // package.json
128150
128150
  var package_default = {
128151
128151
  name: "@automagik/omni",
128152
- version: "2.260804.1",
128152
+ version: "2.260804.2",
128153
128153
  description: "LLM-optimized CLI for Omni",
128154
128154
  type: "module",
128155
128155
  bin: {
@@ -242831,7 +242831,7 @@ var init_sentry_scrub = __esm(() => {
242831
242831
  var require_package7 = __commonJS((exports, module) => {
242832
242832
  module.exports = {
242833
242833
  name: "@omni/api",
242834
- version: "2.260804.1",
242834
+ version: "2.260804.2",
242835
242835
  type: "module",
242836
242836
  exports: {
242837
242837
  ".": {
@@ -366800,6 +366800,9 @@ var init_instances3 = __esm(() => {
366800
366800
  restartOptions.twilioWebhookUrl = instance4.twilioWebhookUrl;
366801
366801
  restartOptions.twilioValidateSignature = instance4.twilioValidateSignature;
366802
366802
  }
366803
+ if (instance4.channel === "hermes") {
366804
+ applyHermesConnectionOptions(restartOptions, instance4);
366805
+ }
366803
366806
  if (instance4.channel === "whatsapp-baileys" && instance4.markOnlineOnConnect != null) {
366804
366807
  restartOptions.whatsapp = {
366805
366808
  ...restartOptions.whatsapp,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260804.1",
3
+ "version": "2.260804.2",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {