@punks/backend-entity-manager 0.0.144 → 0.0.145

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.
@@ -4,7 +4,6 @@ export type FacetValueType<T> = {
4
4
  };
5
5
  export type FacetType<T> = {
6
6
  values: FacetValueType<T>[];
7
- field: string;
8
7
  };
9
8
  export type StringFacetsType = FacetType<string>;
10
9
  export type NumberFacetsType = FacetType<number>;
package/dist/index.d.ts CHANGED
@@ -2219,7 +2219,6 @@ type FacetValueType<T> = {
2219
2219
  };
2220
2220
  type FacetType<T> = {
2221
2221
  values: FacetValueType<T>[];
2222
- field: string;
2223
2222
  };
2224
2223
  type StringFacetsType = FacetType<string>;
2225
2224
  type NumberFacetsType = FacetType<number>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@punks/backend-entity-manager",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",