@beabee/beabee-common 1.19.3 → 1.19.4

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.
@@ -1,6 +1,7 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- const apiKeyFilters = {
3
+ exports.apiKeyFilters = void 0;
4
+ exports.apiKeyFilters = {
4
5
  id: {
5
6
  type: "text",
6
7
  },
@@ -1,4 +1,4 @@
1
- const apiKeyFilters = {
1
+ export const apiKeyFilters = {
2
2
  id: {
3
3
  type: "text",
4
4
  },
@@ -6,4 +6,3 @@ const apiKeyFilters = {
6
6
  type: "date",
7
7
  },
8
8
  };
9
- export {};
@@ -1,4 +1,4 @@
1
- declare const apiKeyFilters: {
1
+ export declare const apiKeyFilters: {
2
2
  readonly id: {
3
3
  readonly type: "text";
4
4
  };
@@ -7,4 +7,3 @@ declare const apiKeyFilters: {
7
7
  };
8
8
  };
9
9
  export type ApiKeyFilterName = keyof typeof apiKeyFilters;
10
- export {};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@beabee/beabee-common",
3
- "version": "1.19.3",
3
+ "version": "1.19.4",
4
4
  "description": "",
5
5
  "main": "./dist/cjs/index.js",
6
6
  "module": "./dist/esm/index.js",