@signalwire/js
Advanced tools
Comparing version 1.3.0-alpha.7 to 1.3.0-alpha.7.1
@@ -49,2 +49,4 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
this._onVertoMedia = this._onVertoMedia.bind(this); | ||
this._onVertoMediaParams = this._onVertoMediaParams.bind(this); | ||
this._onVertoPrompt = this._onVertoPrompt.bind(this); | ||
this._hangup = this._hangup.bind(this); | ||
@@ -51,0 +53,0 @@ this._onParticipantData = this._onParticipantData.bind(this); |
import Relay from './src/SignalWire'; | ||
import Verto from './src/Verto'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export declare const VERSION = "1.3.0-alpha.7"; | ||
export declare const VERSION = "1.3.0-alpha.7.1"; | ||
export { Relay, Verto, CantinaAuth }; | ||
export * from '../common/src/util/interfaces'; | ||
export * from '../common/src/webrtc/interfaces'; |
@@ -5,4 +5,4 @@ import Relay from './src/SignalWire'; | ||
import CantinaAuth from '../common/src/webrtc/CantinaAuth'; | ||
export const VERSION = '1.3.0-alpha.7'; | ||
export const VERSION = '1.3.0-alpha.7.1'; | ||
setAgentName(`JavaScript SDK/${VERSION}`); | ||
export { Relay, Verto, CantinaAuth }; |
{ | ||
"name": "@signalwire/js", | ||
"version": "1.3.0-alpha.7", | ||
"version": "1.3.0-alpha.7.1", | ||
"description": "Relay SDK for JavaScript to connect to SignalWire.", | ||
@@ -5,0 +5,0 @@ "author": "SignalWire Team <open.source@signalwire.com>", |
Sorry, the diff of this file is too big to display
301610
4286