@soma-vertical-web/multi-lib 0.0.53 → 0.0.54

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,6 +4,7 @@ import { Mediator } from './contexts/GlobalContext';
4
4
  import * as cart from './store/cart';
5
5
  import * as header from './store/header';
6
6
  import * as pdp from './store/pdp';
7
+ import * as wishlist from './store/wishlist';
7
8
  export declare const contexts: {
8
9
  contexts: {
9
10
  addToCart: {
@@ -164,5 +165,6 @@ export declare const contexts: {
164
165
  cart: typeof cart;
165
166
  header: typeof header;
166
167
  pdp: typeof pdp;
168
+ wishlist: typeof wishlist;
167
169
  };
168
170
  };