@signalwire/js 3.29.1-dev.202507211616.ffaedf9.0 → 3.29.1
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
|
@@ -3159,7 +3159,7 @@ var JWTSession = class extends BaseJWTSession {
|
|
|
3159
3159
|
this.options = options;
|
|
3160
3160
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
3161
3161
|
__publicField(this, "CloseEventConstructor", SwCloseEvent);
|
|
3162
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.29.1
|
|
3162
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.29.1");
|
|
3163
3163
|
__publicField(this, "tokenTyp");
|
|
3164
3164
|
this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
|
|
3165
3165
|
}
|
package/dist/index.js
CHANGED
|
@@ -3168,7 +3168,7 @@ var JWTSession = class extends import_core33.BaseJWTSession {
|
|
|
3168
3168
|
this.options = options;
|
|
3169
3169
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
3170
3170
|
__publicField(this, "CloseEventConstructor", SwCloseEvent);
|
|
3171
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.29.1
|
|
3171
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.29.1");
|
|
3172
3172
|
__publicField(this, "tokenTyp");
|
|
3173
3173
|
this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
|
|
3174
3174
|
}
|