@automagik/omni 2.260424.2 → 2.260424.3

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
@@ -113929,7 +113929,7 @@ import { fileURLToPath } from "url";
113929
113929
  // package.json
113930
113930
  var package_default = {
113931
113931
  name: "@automagik/omni",
113932
- version: "2.260424.2",
113932
+ version: "2.260424.3",
113933
113933
  description: "LLM-optimized CLI for Omni",
113934
113934
  type: "module",
113935
113935
  bin: {
@@ -224554,7 +224554,7 @@ var init_sentry_scrub = __esm(() => {
224554
224554
  var require_package8 = __commonJS((exports, module) => {
224555
224555
  module.exports = {
224556
224556
  name: "@omni/api",
224557
- version: "2.260424.2",
224557
+ version: "2.260424.3",
224558
224558
  type: "module",
224559
224559
  exports: {
224560
224560
  ".": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260424.2",
3
+ "version": "2.260424.3",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {
@@ -39,15 +39,15 @@
39
39
  "qrcode-terminal": "^0.12.0"
40
40
  },
41
41
  "devDependencies": {
42
- "@omni/api": "2.260424.1",
43
- "@omni/channel-discord": "2.260424.1",
44
- "@omni/channel-gupshup": "2.260424.1",
45
- "@omni/channel-sdk": "2.260424.1",
46
- "@omni/channel-slack": "2.260424.1",
47
- "@omni/channel-telegram": "2.260424.1",
48
- "@omni/channel-whatsapp": "2.260424.1",
49
- "@omni/core": "2.260424.1",
50
- "@omni/sdk": "2.260424.1",
42
+ "@omni/api": "2.260424.2",
43
+ "@omni/channel-discord": "2.260424.2",
44
+ "@omni/channel-gupshup": "2.260424.2",
45
+ "@omni/channel-sdk": "2.260424.2",
46
+ "@omni/channel-slack": "2.260424.2",
47
+ "@omni/channel-telegram": "2.260424.2",
48
+ "@omni/channel-whatsapp": "2.260424.2",
49
+ "@omni/core": "2.260424.2",
50
+ "@omni/sdk": "2.260424.2",
51
51
  "@types/node": "^22.10.3",
52
52
  "@types/qrcode-terminal": "^0.12.2",
53
53
  "typescript": "^5.7.3"