stream-chat-react 14.4.0 → 14.4.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "stream-chat-react",
3
- "version": "14.4.0",
3
+ "version": "14.4.1",
4
4
  "description": "React components to create chat conversations or livestream style chat",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -196,7 +196,7 @@
196
196
  "start:css": "node scripts/watch-styling.mjs",
197
197
  "start:tutorial": "yarn workspace @stream-io/stream-chat-react-tutorial dev",
198
198
  "start:vite": "yarn workspace @stream-io/stream-chat-react-vite dev",
199
- "postinstall": "husky",
199
+ "postinstall": "node -e \"require('fs').existsSync('scripts/install-husky.mjs') && import('./scripts/install-husky.mjs')\"",
200
200
  "test": "vitest run",
201
201
  "test:watch": "vitest",
202
202
  "types": "tsc --emitDeclarationOnly false --noEmit",