@pipe0/react-sdk 0.0.11 → 0.0.12

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.
@@ -25,6 +25,6 @@ export declare function useSearchCatalogTable(config?: {
25
25
  resetColumnFilters: () => void;
26
26
  category: SearchCategory;
27
27
  setCategory: (category: SearchCategory | null) => void;
28
- showFeaturedPipes: boolean;
28
+ showFeaturedSearches: boolean;
29
29
  };
30
30
  //# sourceMappingURL=useSearchCatalogTable.d.ts.map
@@ -31,7 +31,7 @@ const columns = [
31
31
  filterFn: "includesString",
32
32
  enableGlobalFilter: true,
33
33
  }),
34
- columnHelper.accessor((row) => row.outputFields || [], {
34
+ columnHelper.accessor((row) => row.defaultOutputFields || [], {
35
35
  id: "outputFields",
36
36
  filterFn: "arrIncludes",
37
37
  enableGlobalFilter: true,
@@ -146,6 +146,6 @@ export function useSearchCatalogTable(config = {}) {
146
146
  resetColumnFilters,
147
147
  category,
148
148
  setCategory,
149
- showFeaturedPipes: showFeaturedSearches,
149
+ showFeaturedSearches,
150
150
  };
151
151
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pipe0/react-sdk",
3
- "version": "0.0.11",
3
+ "version": "0.0.12",
4
4
  "type": "module",
5
5
  "description": "React utils to work with pipe0",
6
6
  "keywords": [
@@ -29,7 +29,7 @@
29
29
  "lucide-react": "^0.475.0",
30
30
  "react": "^19.0.0",
31
31
  "react-dom": "^19.0.0",
32
- "@pipe0/client-sdk": "0.0.53"
32
+ "@pipe0/client-sdk": "0.0.54"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@types/node": "^22.13.2",