@tachybase/plugin-ai-chat 0.23.9 → 0.23.13

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.
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AIchatProvider: (props: any) => React.JSX.Element;
1
+ export declare const AIchatProvider: (props: any) => import("react/jsx-runtime").JSX.Element;
@@ -5,7 +5,7 @@ export declare const AIchatContext: React.Context<{
5
5
  }>;
6
6
  export declare const AIchatModalProvider: ({ children }: {
7
7
  children: any;
8
- }) => React.JSX.Element;
8
+ }) => import("react/jsx-runtime").JSX.Element;
9
9
  export declare const useAIchat: () => {
10
10
  open: boolean;
11
11
  setOpen: (open: boolean | ((open: boolean) => boolean)) => void;
@@ -13,4 +13,4 @@ export declare const useAIchat: () => {
13
13
  export declare const AIchat: ({ open, setOpen }: {
14
14
  open: any;
15
15
  setOpen: any;
16
- }) => React.JSX.Element;
16
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,4 @@
1
- import React from 'react';
2
1
  import { ISchema } from '@tachybase/schema';
3
- export declare const AIchatBlockInitializer: () => React.JSX.Element;
2
+ export declare const AIchatBlockInitializer: () => import("react/jsx-runtime").JSX.Element;
4
3
  export declare const aiChatSchema: ISchema;
5
- export declare const AiChatBlock: () => React.JSX.Element;
4
+ export declare const AiChatBlock: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +1 @@
1
- import React from 'react';
2
- export declare const AIchatSettingsPane: () => React.JSX.Element;
1
+ export declare const AIchatSettingsPane: () => import("react/jsx-runtime").JSX.Element;
@@ -1,15 +1,15 @@
1
1
  module.exports = {
2
2
  "react": "18.3.1",
3
- "@tachybase/client": "0.23.18",
3
+ "@tachybase/client": "0.23.22",
4
4
  "@ant-design/icons": "5.5.2",
5
5
  "antd": "5.22.5",
6
- "@tachybase/server": "0.23.18",
6
+ "@tachybase/server": "0.23.22",
7
7
  "antd-style": "3.7.1",
8
- "@tachybase/schema": "0.23.18",
8
+ "@tachybase/schema": "0.23.22",
9
9
  "lodash": "4.17.21",
10
10
  "react-i18next": "15.2.0",
11
- "@tachybase/actions": "0.23.18",
12
- "@tachybase/utils": "0.23.18",
13
- "axios": "1.7.9",
14
- "@tachybase/database": "0.23.18"
11
+ "@tachybase/actions": "0.23.22",
12
+ "@tachybase/utils": "0.23.22",
13
+ "axios": "1.7.7",
14
+ "@tachybase/database": "0.23.22"
15
15
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tachybase/plugin-ai-chat",
3
- "version": "0.23.9",
3
+ "version": "0.23.13",
4
4
  "main": "dist/server/index.js",
5
5
  "devDependencies": {
6
6
  "@ant-design/icons": "^5.5.2",
@@ -12,12 +12,12 @@
12
12
  "react-i18next": "^15.2.0"
13
13
  },
14
14
  "peerDependencies": {
15
- "@tachybase/actions": "0.23.18",
16
- "@tachybase/client": "0.23.18",
17
- "@tachybase/database": "0.23.18",
18
- "@tachybase/schema": "0.23.18",
19
- "@tachybase/server": "0.23.18",
20
- "@tachybase/utils": "0.23.18",
21
- "@tachybase/test": "0.23.18"
15
+ "@tachybase/actions": "0.23.22",
16
+ "@tachybase/schema": "0.23.22",
17
+ "@tachybase/client": "0.23.22",
18
+ "@tachybase/database": "0.23.22",
19
+ "@tachybase/server": "0.23.22",
20
+ "@tachybase/test": "0.23.22",
21
+ "@tachybase/utils": "0.23.22"
22
22
  }
23
23
  }