@osirus/agent 1.1.1 → 1.1.3

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.
@@ -4,6 +4,6 @@ import { LibConfig } from './types/lib-config';
4
4
  *
5
5
  * When using the library this says that the component cannot be used as a JSX component
6
6
  */
7
- export default function OsirusaiBot({ config, }: {
7
+ export default function OsirusAgent({ config, }: {
8
8
  config: LibConfig;
9
9
  }): import("react/jsx-runtime").JSX.Element;
@@ -4,6 +4,6 @@ import { LibConfig } from './types/lib-config';
4
4
  *
5
5
  * When using the library this says that the component cannot be used as a JSX component
6
6
  */
7
- export default function OsirusaiBot({ config, }: {
7
+ export default function OsirusAgent({ config, }: {
8
8
  config: LibConfig;
9
9
  }): import("react/jsx-runtime").JSX.Element;
@@ -4,6 +4,6 @@ import { LibConfig } from './types/lib-config';
4
4
  *
5
5
  * When using the library this says that the component cannot be used as a JSX component
6
6
  */
7
- export default function OsirusaiBot({ config, }: {
7
+ export default function OsirusAgent({ config, }: {
8
8
  config: LibConfig;
9
9
  }): import("react/jsx-runtime").JSX.Element;
@@ -4,6 +4,6 @@ import { LibConfig } from './types/lib-config';
4
4
  *
5
5
  * When using the library this says that the component cannot be used as a JSX component
6
6
  */
7
- export default function OsirusaiBot({ config, }: {
7
+ export default function OsirusAgent({ config, }: {
8
8
  config: LibConfig;
9
9
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osirus/agent",
3
- "version": "1.1.1",
3
+ "version": "1.1.3",
4
4
  "author": "Osirus AI",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",