@gomusdev/web-components 1.25.2 → 1.25.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.
@@ -127,7 +127,7 @@ export declare class Shop {
127
127
  addItem(item: import('../models/cart/types').CartItem): void;
128
128
  addItems(items: import('../models/cart/types').CartItem[]): void;
129
129
  addProducts(products: import('../models/cart/types').Product[]): void;
130
- };
130
+ } | undefined;
131
131
  get auth(): Auth;
132
132
  get currentUser(): User | undefined;
133
133
  get slug(): string | undefined;
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "name": "Giantmonkey GmbH"
5
5
  },
6
6
  "license": "MIT",
7
- "version": "1.25.2",
7
+ "version": "1.25.4",
8
8
  "type": "module",
9
9
  "main": "./dist-js/gomus-webcomponents.iife.js",
10
10
  "module": "./dist-js/gomus-webcomponents.iife.js",