stream-chat 9.23.0 → 9.24.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/cjs/index.browser.js +1 -1
- package/dist/cjs/index.browser.js.map +1 -1
- package/dist/cjs/index.node.js +1 -1
- package/dist/cjs/index.node.js.map +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +1 -1
- package/dist/types/types.d.ts +18 -1
- package/package.json +1 -1
- package/src/types.ts +22 -1
package/dist/cjs/index.node.js
CHANGED
|
@@ -14618,7 +14618,7 @@ var StreamChat = class _StreamChat {
|
|
|
14618
14618
|
if (this.userAgent) {
|
|
14619
14619
|
return this.userAgent;
|
|
14620
14620
|
}
|
|
14621
|
-
const version = "9.
|
|
14621
|
+
const version = "9.24.0";
|
|
14622
14622
|
const clientBundle = "node-cjs";
|
|
14623
14623
|
let userAgentString = "";
|
|
14624
14624
|
if (this.sdkIdentifier) {
|