@signalwire/js 3.19.0-dev.202303161534.b91b90d.0 → 3.19.0
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.esm.js
CHANGED
|
@@ -1376,7 +1376,7 @@ var JWTSession = class extends BaseJWTSession {
|
|
|
1376
1376
|
this.options = options;
|
|
1377
1377
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
1378
1378
|
__publicField(this, "CloseEventConstructor", CloseEvent);
|
|
1379
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.19.0
|
|
1379
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.19.0");
|
|
1380
1380
|
}
|
|
1381
1381
|
get allowReattach() {
|
|
1382
1382
|
var _a;
|
package/dist/index.js
CHANGED
|
@@ -1379,7 +1379,7 @@ var JWTSession = class extends import_core14.BaseJWTSession {
|
|
|
1379
1379
|
this.options = options;
|
|
1380
1380
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
1381
1381
|
__publicField(this, "CloseEventConstructor", CloseEvent);
|
|
1382
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.19.0
|
|
1382
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.19.0");
|
|
1383
1383
|
}
|
|
1384
1384
|
get allowReattach() {
|
|
1385
1385
|
var _a;
|