@stigg/js-client-sdk
Advanced tools
Comparing version
@@ -5,2 +5,3 @@ import CachedEntitlement from './cachedEntitlement'; | ||
getLastUpdate(): Date | null; | ||
updateLastChecked(): void; | ||
isOutdated(): boolean; | ||
@@ -7,0 +8,0 @@ setEntitlements(entitlements: Map<string, CachedEntitlement>, lastUpdate: Date): void; |
@@ -7,2 +7,3 @@ import { CacheService } from './cacheService'; | ||
private lastUpdate; | ||
private lastChecked; | ||
private features; | ||
@@ -13,2 +14,3 @@ constructor(ttlMs?: number); | ||
setFeatures: (features: string[]) => Set<string>; | ||
updateLastChecked(): void; | ||
setEntitlements(entitlements: Map<string, CachedEntitlement>, lastUpdate: Date): void; | ||
@@ -15,0 +17,0 @@ getEntitlements(): Map<string, CachedEntitlement>; |
@@ -5,2 +5,3 @@ import CachedEntitlement from './cachedEntitlement'; | ||
getLastUpdate(): Date | null; | ||
updateLastChecked(): void; | ||
isOutdated(): boolean; | ||
@@ -7,0 +8,0 @@ setEntitlements(entitlements: Map<string, CachedEntitlement>, lastUpdate: Date): void; |
@@ -7,2 +7,3 @@ import { CacheService } from './cacheService'; | ||
private lastUpdate; | ||
private lastChecked; | ||
private features; | ||
@@ -13,2 +14,3 @@ constructor(ttlMs?: number); | ||
setFeatures: (features: string[]) => Set<string>; | ||
updateLastChecked(): void; | ||
setEntitlements(entitlements: Map<string, CachedEntitlement>, lastUpdate: Date): void; | ||
@@ -15,0 +17,0 @@ getEntitlements(): Map<string, CachedEntitlement>; |
{ | ||
"name": "@stigg/js-client-sdk", | ||
"version": "3.24.0", | ||
"version": "3.25.0", | ||
"description": "Stigg client-side SDK for Browser", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
3036385
0.03%6121
0.1%