simpo-component-library 1.8.6 → 1.8.7

Sign up to get free protection for your applications and to get access to all the features.
@@ -8,8 +8,7 @@ export declare class StorageServiceService {
8
8
  private readonly eventService;
9
9
  private readonly cookieService;
10
10
  private readonly restService;
11
- private readonly storageService;
12
- constructor(eventService: EventsService, cookieService: CookieService, restService: RestService, storageService: StorageServiceService);
11
+ constructor(eventService: EventsService, cookieService: CookieService, restService: RestService);
13
12
  private totalCartItems;
14
13
  get getTotalCartItems(): number;
15
14
  databaseName: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.8.6",
3
+ "version": "1.8.7",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",
Binary file