@sumaris-net/ngx-components 1.3.0 → 1.3.1

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sumaris-net/ngx-components",
3
3
  "description": "SUMARiS Angular components",
4
- "version": "1.3.0",
4
+ "version": "1.3.1",
5
5
  "author": "contact@e-is.pro",
6
6
  "license": "AGPL-3.0",
7
7
  "readmeFilename": "README.md",
@@ -70,7 +70,7 @@ export declare class PlatformService extends StartableService {
70
70
  protected configureTranslate(): void;
71
71
  protected configureCache(online?: boolean): void;
72
72
  protected storageReady(): Promise<LocalForage>;
73
- protected migrateStorage(forage: LocalForage): Promise<void>;
73
+ protected migrateStorage(storage: LocalForage): Promise<void>;
74
74
  protected showToast(opts: ShowToastOptions): Promise<HTMLIonToastElement>;
75
75
  protected onStartupError(err: any): Promise<void>;
76
76
  }