@brainfish-ai/components 0.4.0 → 0.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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -277,6 +277,7 @@ interface ChatSearchProps {
277
277
  query: string;
278
278
  answer: string;
279
279
  }) => void;
280
+ userData?: Record<string, unknown> | null;
280
281
  redirectRules?: RedirectRule[];
281
282
  }
282
283
  interface ChatSearchState {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@brainfish-ai/components",
3
- "version": "0.4.0",
3
+ "version": "0.4.1",
4
4
  "description": "Brainfish Components",
5
5
  "license": "MIT",
6
6
  "module": "./dist/esm/index.js",