@signalwire/js 3.30.0-dev.202603231440.c07a135.0 → 3.30.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 +1 -1
- package/dist/index.js +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/js/src/JWTSession.d.ts.map +1 -1
- package/package.json +2 -2
package/dist/index.esm.js
CHANGED
|
@@ -3179,7 +3179,7 @@ var JWTSession = class extends BaseJWTSession {
|
|
|
3179
3179
|
this.options = options;
|
|
3180
3180
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
3181
3181
|
__publicField(this, "CloseEventConstructor", SwCloseEvent);
|
|
3182
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.30.0
|
|
3182
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.30.0");
|
|
3183
3183
|
__publicField(this, "tokenTyp");
|
|
3184
3184
|
this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
|
|
3185
3185
|
}
|
package/dist/index.js
CHANGED
|
@@ -3190,7 +3190,7 @@ var JWTSession = class extends import_core33.BaseJWTSession {
|
|
|
3190
3190
|
this.options = options;
|
|
3191
3191
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
3192
3192
|
__publicField(this, "CloseEventConstructor", SwCloseEvent);
|
|
3193
|
-
__publicField(this, "agent", "@signalwire/js/browser/3.30.0
|
|
3193
|
+
__publicField(this, "agent", "@signalwire/js/browser/3.30.0");
|
|
3194
3194
|
__publicField(this, "tokenTyp");
|
|
3195
3195
|
this.tokenTyp = (_a = decodedJwt.typ) != null ? _a : "VRT";
|
|
3196
3196
|
}
|