sona-ai-voice 0.1.5 → 0.1.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sona-ai-voice",
3
- "version": "0.1.5",
3
+ "version": "0.1.6",
4
4
  "description": "Voice-to-voice AI CLI companion powered by OpenAI Realtime API",
5
5
  "author": "zerish",
6
6
  "license": "MIT",
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  /**
3
- * @blue/realtime - OpenAI Realtime API integration
3
+ * ./index.js - OpenAI Realtime API integration
4
4
  */
5
5
  var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
6
6
  if (k2 === undefined) k2 = k;
@@ -10,7 +10,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
10
10
  exports.RealtimeSession = void 0;
11
11
  const ws_1 = __importDefault(require("ws"));
12
12
  const events_1 = require("events");
13
- const shared_1 = require("@blue/shared");
13
+ const shared_1 = require("../../shared/dist/index.js");
14
14
  class RealtimeSession extends events_1.EventEmitter {
15
15
  config;
16
16
  ws = null;