@mercurjs/algolia 1.4.4 → 1.5.0

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.
@@ -10,11 +10,13 @@ const formModule = { customFields: {} };
10
10
  const displayModule = {
11
11
  displays: {}
12
12
  };
13
+ const i18nModule = { resources: {} };
13
14
  const plugin = {
14
15
  widgetModule,
15
16
  routeModule,
16
17
  menuItemModule,
17
18
  formModule,
18
- displayModule
19
+ displayModule,
20
+ i18nModule
19
21
  };
20
22
  module.exports = plugin;
@@ -9,12 +9,14 @@ const formModule = { customFields: {} };
9
9
  const displayModule = {
10
10
  displays: {}
11
11
  };
12
+ const i18nModule = { resources: {} };
12
13
  const plugin = {
13
14
  widgetModule,
14
15
  routeModule,
15
16
  menuItemModule,
16
17
  formModule,
17
- displayModule
18
+ displayModule,
19
+ i18nModule
18
20
  };
19
21
  export {
20
22
  plugin as default
@@ -9,8 +9,8 @@ export declare function findAndTransformAlgoliaProducts(container: MedusaContain
9
9
  handle: string;
10
10
  seller: {
11
11
  id: string;
12
- handle?: string | null | undefined;
13
12
  store_status?: import("@mercurjs/framework").StoreStatus | null | undefined;
13
+ handle?: string | null | undefined;
14
14
  } | null;
15
15
  title: string;
16
16
  subtitle: string | null;
@@ -18,6 +18,10 @@ export declare function findAndTransformAlgoliaProducts(container: MedusaContain
18
18
  average_rating: number | null;
19
19
  options: Record<string, string>[] | null;
20
20
  supported_countries: string[] | null;
21
+ length?: number | null | undefined;
22
+ type?: {
23
+ value: string;
24
+ } | null | undefined;
21
25
  images?: {
22
26
  id: string;
23
27
  rank: number;
@@ -26,9 +30,6 @@ export declare function findAndTransformAlgoliaProducts(container: MedusaContain
26
30
  collection?: {
27
31
  title: string;
28
32
  } | null | undefined;
29
- type?: {
30
- value: string;
31
- } | null | undefined;
32
33
  tags?: {
33
34
  value: string;
34
35
  }[] | undefined;
@@ -50,7 +51,6 @@ export declare function findAndTransformAlgoliaProducts(container: MedusaContain
50
51
  hs_code?: string | null | undefined;
51
52
  mid_code?: string | null | undefined;
52
53
  weight?: number | null | undefined;
53
- length?: number | null | undefined;
54
54
  height?: number | null | undefined;
55
55
  width?: number | null | undefined;
56
56
  origin_country?: string | null | undefined;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/algolia",
3
- "version": "1.4.4",
3
+ "version": "1.5.0",
4
4
  "author": "MercurJS <hello@mercurjs.com> (https://mercurjs.com)",
5
5
  "repository": {
6
6
  "type": "git",