stream-chat 9.33.0 → 9.34.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 +2 -2
- package/dist/cjs/index.node.js +1 -1
- package/dist/cjs/index.node.js.map +2 -2
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/index.mjs.map +2 -2
- package/dist/types/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/types.ts +1 -0
|
@@ -15111,7 +15111,7 @@ var StreamChat = class _StreamChat {
|
|
|
15111
15111
|
if (this.userAgent) {
|
|
15112
15112
|
return this.userAgent;
|
|
15113
15113
|
}
|
|
15114
|
-
const version = "9.
|
|
15114
|
+
const version = "9.34.0";
|
|
15115
15115
|
const clientBundle = "browser-cjs";
|
|
15116
15116
|
let userAgentString = "";
|
|
15117
15117
|
if (this.sdkIdentifier) {
|