@kindly/react-chat 2.66.0 → 2.66.2

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": "@kindly/react-chat",
3
- "version": "2.66.0",
3
+ "version": "2.66.2",
4
4
  "description": "Kindly Chat react component",
5
5
  "repository": "https://github.com/kindly-ai/kindly-chat/tree/main/packages/react-chat",
6
6
  "license": "MIT",
@@ -18,7 +18,7 @@
18
18
  "start:prod": "webpack-dev-server --env envConfig=production",
19
19
  "storybook": "storybook dev -p 6006",
20
20
  "test": "jest src",
21
- "test:storybook": "test-storybook",
21
+ "test:storybook": "test-storybook --testTimeout=60000",
22
22
  "update:browserslist": "npx browserslist@latest --update-db"
23
23
  },
24
24
  "browserslist": [
@@ -141,5 +141,5 @@
141
141
  "scriptsComments": {
142
142
  "test-a11y": "Runs the storybook test-runner. Currently running only axe-core for a11y tests."
143
143
  },
144
- "gitHead": "bf5e0df4c53d7662caa8a046a3510bc92786ddc8"
144
+ "gitHead": "17de1dcdeb81dec8b064f407842ff8765d8eaff4"
145
145
  }