@signalwire/js 3.13.0-dev.202207141035.bbc21e4.0 → 3.13.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 +3 -3
package/dist/index.esm.js
CHANGED
|
@@ -1125,7 +1125,7 @@ var JWTSession = class extends BaseJWTSession {
|
|
|
1125
1125
|
}));
|
|
1126
1126
|
this.options = options;
|
|
1127
1127
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
1128
|
-
__publicField(this, "agent", "@signalwire/js/3.13.0
|
|
1128
|
+
__publicField(this, "agent", "@signalwire/js/3.13.0");
|
|
1129
1129
|
}
|
|
1130
1130
|
get allowHijack() {
|
|
1131
1131
|
return this.options._hijack;
|
package/dist/index.js
CHANGED
|
@@ -1132,7 +1132,7 @@ var JWTSession = class extends import_core13.BaseJWTSession {
|
|
|
1132
1132
|
}));
|
|
1133
1133
|
this.options = options;
|
|
1134
1134
|
__publicField(this, "WebSocketConstructor", WebSocket);
|
|
1135
|
-
__publicField(this, "agent", "@signalwire/js/3.13.0
|
|
1135
|
+
__publicField(this, "agent", "@signalwire/js/3.13.0");
|
|
1136
1136
|
}
|
|
1137
1137
|
get allowHijack() {
|
|
1138
1138
|
return this.options._hijack;
|