@automagik/omni 2.260430.8 → 2.260430.9

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
@@ -114079,7 +114079,7 @@ import { fileURLToPath } from "url";
114079
114079
  // package.json
114080
114080
  var package_default = {
114081
114081
  name: "@automagik/omni",
114082
- version: "2.260430.8",
114082
+ version: "2.260430.9",
114083
114083
  description: "LLM-optimized CLI for Omni",
114084
114084
  type: "module",
114085
114085
  bin: {
@@ -224556,7 +224556,7 @@ var init_sentry_scrub = __esm(() => {
224556
224556
  var require_package8 = __commonJS((exports, module) => {
224557
224557
  module.exports = {
224558
224558
  name: "@omni/api",
224559
- version: "2.260430.8",
224559
+ version: "2.260430.9",
224560
224560
  type: "module",
224561
224561
  exports: {
224562
224562
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260430.8",
3
+ "version": "2.260430.9",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {
@@ -50,15 +50,15 @@
50
50
  "qrcode-terminal": "^0.12.0"
51
51
  },
52
52
  "devDependencies": {
53
- "@omni/api": "2.260430.7",
54
- "@omni/channel-discord": "2.260430.7",
55
- "@omni/channel-gupshup": "2.260430.7",
56
- "@omni/channel-sdk": "2.260430.7",
57
- "@omni/channel-slack": "2.260430.7",
58
- "@omni/channel-telegram": "2.260430.7",
59
- "@omni/channel-whatsapp": "2.260430.7",
60
- "@omni/core": "2.260430.7",
61
- "@omni/sdk": "2.260430.7",
53
+ "@omni/api": "2.260430.8",
54
+ "@omni/channel-discord": "2.260430.8",
55
+ "@omni/channel-gupshup": "2.260430.8",
56
+ "@omni/channel-sdk": "2.260430.8",
57
+ "@omni/channel-slack": "2.260430.8",
58
+ "@omni/channel-telegram": "2.260430.8",
59
+ "@omni/channel-whatsapp": "2.260430.8",
60
+ "@omni/core": "2.260430.8",
61
+ "@omni/sdk": "2.260430.8",
62
62
  "@types/node": "^22.10.3",
63
63
  "@types/qrcode-terminal": "^0.12.2",
64
64
  "typescript": "^5.7.3"