Skip to content

Commit

Permalink
fix: change export location (#1802)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbouwman authored Feb 12, 2025
1 parent 98ec6a0 commit cc19da5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 6 additions & 2 deletions packages/common/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,11 +51,15 @@ export * from "./core/EntityEditor";
// Unclear _why_ this needs to be here vs. in search/index.ts
// but if it's exported there, it's not actually exporeted
export * from "./search/explainQueryResult";
export * from "./search/searchEntityCatalogs";
export * from "./search/searchCatalogs";
export * from "./search/getAddContentConfig";
export * from "./search/getCatalogGroups";
export * from "./search/getPredicateValues";
export * from "./search/getUserGroupsByMembership";
export * from "./search/getUserGroupsFromQuery";
export * from "./search/negateGroupPredicates";
export * from "./search/searchCatalogs";
export * from "./search/searchEntityCatalogs";

export * from "./core/hubHistory";
export * from "./core/deepCatalogContains";
export * from "./core/parseContainmentPath";
Expand Down
3 changes: 0 additions & 3 deletions packages/common/src/search/index.ts
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
export * from "./Catalog";
export * from "./Collection";
export * from "./getUserGroupsByMembership";
export * from "./getUserGroupsFromQuery";
export * from "./hubSearch";
export * from "./negateGroupPredicates";
export * from "./serializeQueryForPortal";
export * from "./types";
export * from "./upgradeCatalogSchema";
Expand Down

0 comments on commit cc19da5

Please sign in to comment.