@beabee/beabee-common 1.2.0 → 1.2.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.
@@ -74,4 +74,6 @@ function convertFiltersToRules(matchType, filters) {
74
74
  };
75
75
  }
76
76
  exports.convertFiltersToRules = convertFiltersToRules;
77
+ __exportStar(require("./callouts"), exports);
77
78
  __exportStar(require("./contacts"), exports);
79
+ __exportStar(require("./notices"), exports);
@@ -55,4 +55,6 @@ export function convertFiltersToRules(matchType, filters) {
55
55
  })),
56
56
  };
57
57
  }
58
+ export * from "./callouts";
58
59
  export * from "./contacts";
60
+ export * from "./notices";
@@ -51,4 +51,6 @@ export interface Filter {
51
51
  }
52
52
  export declare function convertRulesToFilters(rules: GetPaginatedQuery<string>["rules"]): Filter[] | null;
53
53
  export declare function convertFiltersToRules(matchType: "all" | "any", filters: Filter[]): GetPaginatedQuery<string>["rules"];
54
+ export * from "./callouts";
54
55
  export * from "./contacts";
56
+ export * from "./notices";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",