reachat 3.2.0 → 3.2.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.
@@ -768,7 +768,7 @@ export const CVEExample = () => {
768
768
  viewType="console"
769
769
  sessions={sessionWithMarkdown}
770
770
  activeSessionId="session-cve"
771
- remarkPlugins={[remarkCve as any]}
771
+ remarkPlugins={[remarkCve]}
772
772
  >
773
773
  <SessionsList>
774
774
  <NewSessionButton />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "reachat",
3
- "version": "3.2.0",
3
+ "version": "3.2.1",
4
4
  "description": "Chat UI for Building LLMs",
5
5
  "scripts": {
6
6
  "build-storybook": "storybook build",
@@ -61,7 +61,7 @@
61
61
  "lodash": "^4.17.21",
62
62
  "mdast-util-find-and-replace": "^3.0.1",
63
63
  "motion": "^12.4.2",
64
- "reablocks": "^10.0.0-beta.4",
64
+ "reablocks": "^10.0.0-beta.5",
65
65
  "react-markdown": "^10.0.0",
66
66
  "react-syntax-highlighter": "^16.1.0",
67
67
  "reakeys": "^2.0.3",