@automagik/omni 2.260729.2 → 2.260729.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
@@ -127312,7 +127312,7 @@ import { fileURLToPath } from "url";
127312
127312
  // package.json
127313
127313
  var package_default = {
127314
127314
  name: "@automagik/omni",
127315
- version: "2.260729.2",
127315
+ version: "2.260729.3",
127316
127316
  description: "LLM-optimized CLI for Omni",
127317
127317
  type: "module",
127318
127318
  bin: {
@@ -227877,7 +227877,7 @@ var init_sentry_scrub = __esm(() => {
227877
227877
  var require_package7 = __commonJS((exports, module) => {
227878
227878
  module.exports = {
227879
227879
  name: "@omni/api",
227880
- version: "2.260729.2",
227880
+ version: "2.260729.3",
227881
227881
  type: "module",
227882
227882
  exports: {
227883
227883
  ".": {
@@ -367765,14 +367765,14 @@ var init_v2 = __esm(() => {
367765
367765
  v2Routes.route("/context", contextRoutes);
367766
367766
  v2Routes.route("/turns", turnsRoutes);
367767
367767
  v2Routes.route("/trust", trustRoutes);
367768
+ v2Routes.route("/voice", voiceRoutes);
367769
+ v2Routes.route("/follow-up", followUpRoutes);
367770
+ v2Routes.route("/handoffs", handoffsRoutes);
367768
367771
  v2Routes.route("/", payloadsRoutes);
367769
367772
  v2Routes.route("/", webhooksRoutes);
367770
367773
  v2Routes.route("/automations", automationsRoutes);
367771
367774
  v2Routes.route("/", automationsRoutes);
367772
367775
  v2Routes.route("/", routesRoutes);
367773
- v2Routes.route("/voice", voiceRoutes);
367774
- v2Routes.route("/follow-up", followUpRoutes);
367775
- v2Routes.route("/handoffs", handoffsRoutes);
367776
367776
  });
367777
367777
 
367778
367778
  // ../api/src/middleware/platform-auth.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automagik/omni",
3
- "version": "2.260729.2",
3
+ "version": "2.260729.3",
4
4
  "description": "LLM-optimized CLI for Omni",
5
5
  "type": "module",
6
6
  "bin": {