@osovitny/anatoly 2.16.5 → 2.16.6

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.
@@ -17,6 +17,7 @@ export declare class AppContextService extends BaseApiService {
17
17
  private updateCurrentIfExpired;
18
18
  private dataReceived;
19
19
  private getCurrentPrivate;
20
+ init(context: any): void;
20
21
  getLatestCurrent(success?: Function): void;
21
22
  getCurrent(success?: Function): void;
22
23
  updateCurrent(success?: Function): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "2.16.5",
3
+ "version": "2.16.6",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "16.2.7",
6
6
  "@angular/core": "16.2.7"