@dev-fastn-ai/react-core 2.4.0 → 2.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.
@@ -23,7 +23,7 @@ import type { ConnectorField, SelectOption, FormData } from "@fastn-ai/core";
23
23
  * // Pagination is managed with infinite query
24
24
  * ```
25
25
  */
26
- export declare function useFieldOptions(field: ConnectorField, context?: FormData | object): {
26
+ export declare function useFieldOptions(field: ConnectorField, context?: FormData): {
27
27
  options: SelectOption[];
28
28
  loading: boolean;
29
29
  loadingMore: boolean;
package/dist/index.d.ts CHANGED
@@ -41,7 +41,7 @@ declare const useConnectors: () => _tanstack_react_query.UseQueryResult<_fastn_a
41
41
  * // Pagination is managed with infinite query
42
42
  * ```
43
43
  */
44
- declare function useFieldOptions(field: ConnectorField, context?: FormData | object): {
44
+ declare function useFieldOptions(field: ConnectorField, context?: FormData): {
45
45
  options: SelectOption[];
46
46
  loading: boolean;
47
47
  loadingMore: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dev-fastn-ai/react-core",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "React hooks and components for integrating Fastn AI connector marketplace into your applications. Built on top of @fastn-ai/core with React Query for optimal performance.",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -52,10 +52,10 @@
52
52
  "license": "MIT",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": "https://github.com/dev-fastn-ai/react-core.git"
55
+ "url": "https://github.com/fastn-ai/react-core.git"
56
56
  },
57
57
  "bugs": {
58
- "url": "https://github.com/dev-fastn-ai/react-core/issues"
58
+ "url": "https://github.com/fastn-ai/react-core/issues"
59
59
  },
60
60
  "homepage": "https://docs.fastn.ai",
61
61
  "dependencies": {
@@ -89,4 +89,4 @@
89
89
  "publishConfig": {
90
90
  "access": "public"
91
91
  }
92
- }
92
+ }