@stigg/js-client-sdk 3.23.0 → 3.24.0

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.
@@ -28,6 +28,6 @@ export declare class EntitlementsService {
28
28
  private getLastEntitlementsUpdate;
29
29
  private getEntitlement;
30
30
  getEntitlements(): Promise<BooleanEntitlement[]>;
31
- renewOutdatedCache(renewCondition: () => boolean): Promise<void>;
32
- renewOutdatedCacheInBackground(renewCondition: () => boolean): void;
31
+ private renewOutdatedCache;
32
+ renewOutdatedCacheInBackground(): void;
33
33
  }
@@ -28,6 +28,6 @@ export declare class EntitlementsService {
28
28
  private getLastEntitlementsUpdate;
29
29
  private getEntitlement;
30
30
  getEntitlements(): Promise<BooleanEntitlement[]>;
31
- renewOutdatedCache(renewCondition: () => boolean): Promise<void>;
32
- renewOutdatedCacheInBackground(renewCondition: () => boolean): void;
31
+ private renewOutdatedCache;
32
+ renewOutdatedCacheInBackground(): void;
33
33
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stigg/js-client-sdk",
3
- "version": "3.23.0",
3
+ "version": "3.24.0",
4
4
  "description": "Stigg client-side SDK for Browser",
5
5
  "main": "dist/index.js",
6
6
  "typings": "dist/index.d.ts",