@signalwire/js 3.12.0-dev.202206101235.6e9d28a.0 → 3.12.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
@@ -1109,7 +1109,7 @@ var JWTSession = class extends BaseJWTSession {
1109
1109
  }));
1110
1110
  this.options = options;
1111
1111
  __publicField(this, "WebSocketConstructor", WebSocket);
1112
- __publicField(this, "agent", "@signalwire/js/3.12.0-dev.202206101235.6e9d28a.0");
1112
+ __publicField(this, "agent", "@signalwire/js/3.12.0");
1113
1113
  }
1114
1114
  get allowHijack() {
1115
1115
  return this.options._hijack;
package/dist/index.js CHANGED
@@ -1116,7 +1116,7 @@ var JWTSession = class extends import_core12.BaseJWTSession {
1116
1116
  }));
1117
1117
  this.options = options;
1118
1118
  __publicField(this, "WebSocketConstructor", WebSocket);
1119
- __publicField(this, "agent", "@signalwire/js/3.12.0-dev.202206101235.6e9d28a.0");
1119
+ __publicField(this, "agent", "@signalwire/js/3.12.0");
1120
1120
  }
1121
1121
  get allowHijack() {
1122
1122
  return this.options._hijack;