stream-chat 9.45.0 → 9.45.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.
@@ -16628,7 +16628,7 @@ var StreamChat = class _StreamChat {
16628
16628
  if (this.userAgent) {
16629
16629
  return this.userAgent;
16630
16630
  }
16631
- const version = "9.45.0";
16631
+ const version = "9.45.1";
16632
16632
  const clientBundle = "browser-cjs";
16633
16633
  let userAgentString = "";
16634
16634
  if (this.sdkIdentifier) {
@@ -16601,7 +16601,7 @@ var StreamChat = class _StreamChat {
16601
16601
  if (this.userAgent) {
16602
16602
  return this.userAgent;
16603
16603
  }
16604
- const version = "9.45.0";
16604
+ const version = "9.45.1";
16605
16605
  const clientBundle = "node-cjs";
16606
16606
  let userAgentString = "";
16607
16607
  if (this.sdkIdentifier) {
@@ -16415,7 +16415,7 @@ var StreamChat = class _StreamChat {
16415
16415
  if (this.userAgent) {
16416
16416
  return this.userAgent;
16417
16417
  }
16418
- const version = "9.45.0";
16418
+ const version = "9.45.1";
16419
16419
  const clientBundle = "browser-esm";
16420
16420
  let userAgentString = "";
16421
16421
  if (this.sdkIdentifier) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat",
3
- "version": "9.45.0",
3
+ "version": "9.45.1",
4
4
  "description": "JS SDK for the Stream Chat API",
5
5
  "homepage": "https://getstream.io/chat/",
6
6
  "author": {
@@ -103,7 +103,7 @@
103
103
  "test-coverage": "vitest run --coverage",
104
104
  "fix-staged": "lint-staged --config .lintstagedrc.fix.json --concurrent 1",
105
105
  "semantic-release": "semantic-release",
106
- "postinstall": "husky",
106
+ "postinstall": "node -e \"require('fs').existsSync('scripts/install-husky.mjs') && import('./scripts/install-husky.mjs')\"",
107
107
  "prepare": "yarn run build"
108
108
  },
109
109
  "engines": {