simpo-component-library 1.6.54 → 1.6.55

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,15 +4,13 @@ import { Observable } from "rxjs";
4
4
  import { EventsService } from "../../public-api";
5
5
  import { Review } from "../ecommerce/styles/review.modal";
6
6
  import { DeviceInfo } from "../ecommerce/styles/user.modal";
7
- import { StorageServiceService } from "./storage.service";
8
7
  import * as i0 from "@angular/core";
9
8
  export declare class RestService implements OnDestroy {
10
9
  private readonly http;
11
10
  private readonly eventService;
12
- private readonly storageService;
13
11
  private BASE_URL;
14
12
  private environmentTypeSubscriber;
15
- constructor(http: HttpClient, eventService: EventsService, storageService: StorageServiceService);
13
+ constructor(http: HttpClient, eventService: EventsService);
16
14
  ngOnDestroy(): void;
17
15
  getFeaturedProduct(collectionId: string | undefined | null): Observable<any>;
18
16
  getCategoriesByCollectionId(collectionId: string): Observable<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "simpo-component-library",
3
- "version": "1.6.54",
3
+ "version": "1.6.55",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.2.0",
6
6
  "@angular/core": "^17.2.0",