stream-chat 9.15.0 → 9.16.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.
@@ -16012,7 +16012,7 @@ var StreamChat = class _StreamChat {
16012
16012
  if (this.userAgent) {
16013
16013
  return this.userAgent;
16014
16014
  }
16015
- const version = "9.15.0";
16015
+ const version = "9.16.0";
16016
16016
  const clientBundle = "browser-cjs";
16017
16017
  let userAgentString = "";
16018
16018
  if (this.sdkIdentifier) {