@signalwire/js 3.23.2 → 3.23.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
@@ -1584,7 +1584,7 @@ var sessionStorageManager = (token) => {
1584
1584
 
1585
1585
  // src/utils/CloseEvent.ts
1586
1586
  var import_core15 = require("@signalwire/core");
1587
- var SwCloseEvent = typeof CloseEvent === "function" ? CloseEvent : import_core15.CloseEvent;
1587
+ var SwCloseEvent = typeof CloseEvent === "function" ? CloseEvent : import_core15.SWCloseEvent;
1588
1588
 
1589
1589
  // src/JWTSession.ts
1590
1590
  var JWTSession = class extends import_core16.BaseJWTSession {
@@ -1606,7 +1606,7 @@ var JWTSession = class extends import_core16.BaseJWTSession {
1606
1606
  this.options = options;
1607
1607
  __publicField(this, "WebSocketConstructor", WebSocket);
1608
1608
  __publicField(this, "CloseEventConstructor", SwCloseEvent);
1609
- __publicField(this, "agent", "@signalwire/js/browser/3.23.2");
1609
+ __publicField(this, "agent", "@signalwire/js/browser/3.23.3");
1610
1610
  __publicField(this, "tokenTyp");
1611
1611
  this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
1612
1612
  }