stream-chat 9.22.0 → 9.22.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.
|
@@ -36,6 +36,12 @@ var require_https = __commonJS({
|
|
|
36
36
|
}
|
|
37
37
|
});
|
|
38
38
|
|
|
39
|
+
// (disabled):node_modules/jsonwebtoken/index.js
|
|
40
|
+
var require_jsonwebtoken = __commonJS({
|
|
41
|
+
"(disabled):node_modules/jsonwebtoken/index.js"() {
|
|
42
|
+
}
|
|
43
|
+
});
|
|
44
|
+
|
|
39
45
|
// (disabled):crypto
|
|
40
46
|
var require_crypto = __commonJS({
|
|
41
47
|
"(disabled):crypto"() {
|
|
@@ -10047,7 +10053,7 @@ var StableWSConnection = class {
|
|
|
10047
10053
|
};
|
|
10048
10054
|
|
|
10049
10055
|
// src/signing.ts
|
|
10050
|
-
var import_jsonwebtoken = __toESM(
|
|
10056
|
+
var import_jsonwebtoken = __toESM(require_jsonwebtoken());
|
|
10051
10057
|
var import_crypto = __toESM(require_crypto());
|
|
10052
10058
|
function JWTUserToken(apiSecret, userId, extraData = {}, jwtOptions = {}) {
|
|
10053
10059
|
if (typeof userId !== "string") {
|
|
@@ -14620,7 +14626,7 @@ var StreamChat = class _StreamChat {
|
|
|
14620
14626
|
if (this.userAgent) {
|
|
14621
14627
|
return this.userAgent;
|
|
14622
14628
|
}
|
|
14623
|
-
const version = "9.22.
|
|
14629
|
+
const version = "9.22.1";
|
|
14624
14630
|
const clientBundle = "browser-cjs";
|
|
14625
14631
|
let userAgentString = "";
|
|
14626
14632
|
if (this.sdkIdentifier) {
|