@graphcommerce/next-config 9.0.0-canary.82 → 9.0.0-canary.84

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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 9.0.0-canary.84
4
+
5
+ ## 9.0.0-canary.83
6
+
3
7
  ## 9.0.0-canary.82
4
8
 
5
9
  ## 9.0.0-canary.81
@@ -238,15 +238,87 @@ it('finds plugins', () => {
238
238
  {
239
239
  "enabled": true,
240
240
  "sourceExport": "meshConfig",
241
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/meshConfigAlgoliaInsights",
241
+ "sourceModule": "@graphcommerce/algolia-categories/plugins/meshConfigAlgoliaCategories",
242
242
  "targetExport": "meshConfig",
243
243
  "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
244
244
  "type": "function",
245
245
  },
246
+ {
247
+ "enabled": true,
248
+ "sourceExport": "getSearchSuggestionsInput",
249
+ "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchSuggestionsInputPersonalization",
250
+ "targetExport": "getSearchSuggestionsInput",
251
+ "targetModule": "@graphcommerce/algolia-products",
252
+ "type": "function",
253
+ },
254
+ {
255
+ "enabled": true,
256
+ "sourceExport": "getSearchResultsInput",
257
+ "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchResultsInputPersonalization",
258
+ "targetExport": "getSearchResultsInput",
259
+ "targetModule": "@graphcommerce/algolia-products",
260
+ "type": "function",
261
+ },
262
+ {
263
+ "enabled": true,
264
+ "sourceExport": "getInContextInput",
265
+ "sourceModule": "@graphcommerce/algolia-personalization/plugins/InContextInputAlgoliaUserToken",
266
+ "targetExport": "getInContextInput",
267
+ "targetModule": "@graphcommerce/graphql",
268
+ "type": "function",
269
+ },
270
+ {
271
+ "enabled": true,
272
+ "sourceExport": "useInContextInput",
273
+ "sourceModule": "@graphcommerce/algolia-personalization/plugins/InContextInputAlgoliaUserToken",
274
+ "targetExport": "useInContextInput",
275
+ "targetModule": "@graphcommerce/graphql",
276
+ "type": "function",
277
+ },
278
+ {
279
+ "enabled": true,
280
+ "sourceExport": "useSendEvent",
281
+ "sourceModule": "@graphcommerce/algolia-insights/plugins/useSendEventAlgolia",
282
+ "targetExport": "useSendEvent",
283
+ "targetModule": "@graphcommerce/google-datalayer",
284
+ "type": "function",
285
+ },
286
+ {
287
+ "enabled": true,
288
+ "sourceExport": "meshConfig",
289
+ "sourceModule": "@graphcommerce/algolia-insights/plugins/meshConfigAlgoliaInsights",
290
+ "targetExport": "meshConfig",
291
+ "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
292
+ "type": "function",
293
+ },
294
+ {
295
+ "enabled": true,
296
+ "sourceExport": "getSearchSuggestionsInput",
297
+ "sourceModule": "@graphcommerce/algolia-insights/plugins/getSearchSuggestionsInputInsights",
298
+ "targetExport": "getSearchSuggestionsInput",
299
+ "targetModule": "@graphcommerce/algolia-products",
300
+ "type": "function",
301
+ },
302
+ {
303
+ "enabled": true,
304
+ "sourceExport": "getSearchResultsInput",
305
+ "sourceModule": "@graphcommerce/algolia-insights/plugins/getSearchResultsInputInsights",
306
+ "targetExport": "getSearchResultsInput",
307
+ "targetModule": "@graphcommerce/algolia-products",
308
+ "type": "function",
309
+ },
246
310
  {
247
311
  "enabled": true,
248
312
  "sourceExport": "meshConfig",
249
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/meshConfigAlgolia",
313
+ "sourceModule": "@graphcommerce/algolia-recommend/plugins/meshConfigAlgoliaRecommend",
314
+ "targetExport": "meshConfig",
315
+ "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
316
+ "type": "function",
317
+ },
318
+ {
319
+ "enabled": true,
320
+ "sourceExport": "meshConfig",
321
+ "sourceModule": "@graphcommerce/algolia-products/plugins/meshConfigAlgolia",
250
322
  "targetExport": "meshConfig",
251
323
  "targetModule": "@graphcommerce/graphql-mesh/meshConfig",
252
324
  "type": "function",
@@ -254,7 +326,7 @@ it('finds plugins', () => {
254
326
  {
255
327
  "enabled": true,
256
328
  "sourceExport": "useProductListApplySearchDefaults",
257
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoSearchApplyAlgoliaEngine",
329
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoSearchApplyAlgoliaEngine",
258
330
  "targetExport": "useProductListApplySearchDefaults",
259
331
  "targetModule": "@graphcommerce/magento-search",
260
332
  "type": "function",
@@ -262,7 +334,7 @@ it('finds plugins', () => {
262
334
  {
263
335
  "enabled": true,
264
336
  "sourceExport": "productListApplySearchDefaults",
265
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoSearchApplyAlgoliaEngine",
337
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoSearchApplyAlgoliaEngine",
266
338
  "targetExport": "productListApplySearchDefaults",
267
339
  "targetModule": "@graphcommerce/magento-search",
268
340
  "type": "function",
@@ -270,7 +342,7 @@ it('finds plugins', () => {
270
342
  {
271
343
  "enabled": true,
272
344
  "sourceExport": "searchDefaultsToProductListFilters",
273
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoSearchApplyAlgoliaEngine",
345
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoSearchApplyAlgoliaEngine",
274
346
  "targetExport": "searchDefaultsToProductListFilters",
275
347
  "targetModule": "@graphcommerce/magento-search",
276
348
  "type": "function",
@@ -278,7 +350,7 @@ it('finds plugins', () => {
278
350
  {
279
351
  "enabled": true,
280
352
  "sourceExport": "ProductListItemsBase",
281
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/ProductListItemsBaseAlgolia",
353
+ "sourceModule": "@graphcommerce/algolia-products/plugins/ProductListItemsBaseAlgolia",
282
354
  "targetExport": "ProductListItemsBase",
283
355
  "targetModule": "@graphcommerce/magento-product",
284
356
  "type": "component",
@@ -604,74 +676,11 @@ it('finds plugins', () => {
604
676
  "targetModule": "@graphcommerce/magento-product",
605
677
  "type": "component",
606
678
  },
607
- {
608
- "enabled": false,
609
- "ifConfig": "algolia.analyticsEnabled",
610
- "sourceExport": "useSendEvent",
611
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/useSendEventAlgolia",
612
- "targetExport": "useSendEvent",
613
- "targetModule": "@graphcommerce/google-datalayer",
614
- "type": "function",
615
- },
616
- {
617
- "enabled": false,
618
- "ifConfig": "algolia.personalizationEnabled",
619
- "sourceExport": "getSearchSuggestionsInput",
620
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchSuggestionsPersonalization",
621
- "targetExport": "getSearchSuggestionsInput",
622
- "targetModule": "@graphcommerce/algolia-mesh",
623
- "type": "function",
624
- },
625
- {
626
- "enabled": false,
627
- "ifConfig": "algolia.analyticsEnabled",
628
- "sourceExport": "getSearchSuggestionsInput",
629
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchSuggestionsAnalytics",
630
- "targetExport": "getSearchSuggestionsInput",
631
- "targetModule": "@graphcommerce/algolia-mesh",
632
- "type": "function",
633
- },
634
- {
635
- "enabled": false,
636
- "ifConfig": "algolia.personalizationEnabled",
637
- "sourceExport": "getSearchResultsInput",
638
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchResultsPersonalization",
639
- "targetExport": "getSearchResultsInput",
640
- "targetModule": "@graphcommerce/algolia-mesh",
641
- "type": "function",
642
- },
643
- {
644
- "enabled": false,
645
- "ifConfig": "algolia.personalizationEnabled",
646
- "sourceExport": "getSearchResultsInput",
647
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/getSearchResultsAnalytics",
648
- "targetExport": "getSearchResultsInput",
649
- "targetModule": "@graphcommerce/algolia-mesh",
650
- "type": "function",
651
- },
652
- {
653
- "enabled": false,
654
- "ifConfig": "algolia.personalizationEnabled",
655
- "sourceExport": "getInContextInput",
656
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/InContextInputAlgoliaUserToken",
657
- "targetExport": "getInContextInput",
658
- "targetModule": "@graphcommerce/graphql",
659
- "type": "function",
660
- },
661
- {
662
- "enabled": false,
663
- "ifConfig": "algolia.personalizationEnabled",
664
- "sourceExport": "useInContextInput",
665
- "sourceModule": "@graphcommerce/algolia-personalization/plugins/InContextInputAlgoliaUserToken",
666
- "targetExport": "useInContextInput",
667
- "targetModule": "@graphcommerce/graphql",
668
- "type": "function",
669
- },
670
679
  {
671
680
  "enabled": false,
672
681
  "ifConfig": "algolia.catalogEnabled",
673
682
  "sourceExport": "useProductListApplyCategoryDefaults",
674
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoProductApplyAlgoliaEngine",
683
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoProductApplyAlgoliaEngine",
675
684
  "targetExport": "useProductListApplyCategoryDefaults",
676
685
  "targetModule": "@graphcommerce/magento-product",
677
686
  "type": "function",
@@ -680,7 +689,7 @@ it('finds plugins', () => {
680
689
  "enabled": false,
681
690
  "ifConfig": "algolia.catalogEnabled",
682
691
  "sourceExport": "productListApplyCategoryDefaults",
683
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoProductApplyAlgoliaEngine",
692
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoProductApplyAlgoliaEngine",
684
693
  "targetExport": "productListApplyCategoryDefaults",
685
694
  "targetModule": "@graphcommerce/magento-product",
686
695
  "type": "function",
@@ -689,7 +698,7 @@ it('finds plugins', () => {
689
698
  "enabled": false,
690
699
  "ifConfig": "algolia.catalogEnabled",
691
700
  "sourceExport": "categoryDefaultsToProductListFilters",
692
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/magentoProductApplyAlgoliaEngine",
701
+ "sourceModule": "@graphcommerce/algolia-products/plugins/magentoProductApplyAlgoliaEngine",
693
702
  "targetExport": "categoryDefaultsToProductListFilters",
694
703
  "targetModule": "@graphcommerce/magento-product",
695
704
  "type": "function",
@@ -698,7 +707,7 @@ it('finds plugins', () => {
698
707
  "enabled": false,
699
708
  "ifConfig": "algolia.customerGroupPricingEnabled",
700
709
  "sourceExport": "GraphQLProvider",
701
- "sourceModule": "@graphcommerce/algolia-mesh/plugins/GraphQLProviderAlgoliaCustomerGroupId",
710
+ "sourceModule": "@graphcommerce/algolia-products/plugins/GraphQLProviderAlgoliaCustomerGroupId",
702
711
  "targetExport": "GraphQLProvider",
703
712
  "targetModule": "@graphcommerce/graphql",
704
713
  "type": "component",
@@ -41,8 +41,11 @@ it('resolves dependences', () => {
41
41
  "@graphcommerce/magento-cart-items" => "packages/magento-cart-items",
42
42
  "@graphcommerce/lingui-next" => "packages/lingui-next",
43
43
  "@graphcommerce/magento-payment-paypal" => "packages/magento-payment-paypal",
44
+ "@graphcommerce/algolia-categories" => "packages/algolia-categories",
44
45
  "@graphcommerce/algolia-personalization" => "packages/algolia-personalization",
45
- "@graphcommerce/algolia-mesh" => "packages/algolia-mesh",
46
+ "@graphcommerce/algolia-insights" => "packages/algolia-insights",
47
+ "@graphcommerce/algolia-recommend" => "packages/algolia-recommend",
48
+ "@graphcommerce/algolia-products" => "packages/algolia-products",
46
49
  "@graphcommerce/next-config" => "packagesDev/next-config",
47
50
  "@graphcommerce/magento-search" => "packages/magento-search",
48
51
  "@graphcommerce/google-datalayer" => "packages/google-datalayer",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@graphcommerce/next-config",
3
3
  "homepage": "https://www.graphcommerce.org/",
4
4
  "repository": "github:graphcommerce-org/graphcommerce",
5
- "version": "9.0.0-canary.82",
5
+ "version": "9.0.0-canary.84",
6
6
  "type": "commonjs",
7
7
  "main": "dist/index.js",
8
8
  "types": "src/index.ts",