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
|
@@ -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("
|
|
13
|
+
const shared_1 = require("../../shared/dist/index.js");
|
|
14
14
|
class RealtimeSession extends events_1.EventEmitter {
|
|
15
15
|
config;
|
|
16
16
|
ws = null;
|