@automagik/omni 2.260504.1 → 2.260504.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
@@ -114211,7 +114211,7 @@ import { fileURLToPath } from "url";
114211
114211
  // package.json
114212
114212
  var package_default = {
114213
114213
  name: "@automagik/omni",
114214
- version: "2.260504.1",
114214
+ version: "2.260504.2",
114215
114215
  description: "LLM-optimized CLI for Omni",
114216
114216
  type: "module",
114217
114217
  bin: {
@@ -224688,7 +224688,7 @@ var init_sentry_scrub = __esm(() => {
224688
224688
  var require_package8 = __commonJS((exports, module) => {
224689
224689
  module.exports = {
224690
224690
  name: "@omni/api",
224691
- version: "2.260504.1",
224691
+ version: "2.260504.2",
224692
224692
  type: "module",
224693
224693
  exports: {
224694
224694
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260504.1",
3
+ "version": "2.260504.2",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {
@@ -51,15 +51,15 @@
51
51
  "qrcode-terminal": "^0.12.0"
52
52
  },
53
53
  "devDependencies": {
54
- "@omni/api": "2.260503.2",
55
- "@omni/channel-discord": "2.260503.2",
56
- "@omni/channel-gupshup": "2.260503.2",
57
- "@omni/channel-sdk": "2.260503.2",
58
- "@omni/channel-slack": "2.260503.2",
59
- "@omni/channel-telegram": "2.260503.2",
60
- "@omni/channel-whatsapp": "2.260503.2",
61
- "@omni/core": "2.260503.2",
62
- "@omni/sdk": "2.260503.2",
54
+ "@omni/api": "2.260504.1",
55
+ "@omni/channel-discord": "2.260504.1",
56
+ "@omni/channel-gupshup": "2.260504.1",
57
+ "@omni/channel-sdk": "2.260504.1",
58
+ "@omni/channel-slack": "2.260504.1",
59
+ "@omni/channel-telegram": "2.260504.1",
60
+ "@omni/channel-whatsapp": "2.260504.1",
61
+ "@omni/core": "2.260504.1",
62
+ "@omni/sdk": "2.260504.1",
63
63
  "@types/node": "^22.10.3",
64
64
  "@types/qrcode-terminal": "^0.12.2",
65
65
  "typescript": "^5.7.3"