stream-chat 9.9.0 → 9.10.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.cjs +1 -1
- package/dist/cjs/index.browser.cjs.map +2 -2
- package/dist/cjs/index.node.cjs +1 -1
- package/dist/cjs/index.node.cjs.map +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/index.js.map +2 -2
- package/dist/types/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/types.ts +1 -0
package/dist/cjs/index.node.cjs
CHANGED
|
@@ -26892,7 +26892,7 @@ var StreamChat = class _StreamChat {
|
|
|
26892
26892
|
if (this.userAgent) {
|
|
26893
26893
|
return this.userAgent;
|
|
26894
26894
|
}
|
|
26895
|
-
const version = "9.
|
|
26895
|
+
const version = "9.10.0";
|
|
26896
26896
|
const clientBundle = "node-cjs";
|
|
26897
26897
|
let userAgentString = "";
|
|
26898
26898
|
if (this.sdkIdentifier) {
|