@balancy/wasm
Advanced tools
Comparing version 1.0.8 to 1.0.10
@@ -118,3 +118,8 @@ import { CoreAppConfig } from './app-config.interface'; | ||
balancyGetStatus(): number; | ||
balancyGetTimeOffset(): number; | ||
balancySetTimeOffset(timeOffset: number): void; | ||
balancyDailyBonus_claimNextReward(dailyBonusInfo: number): boolean; | ||
balancyDailyBonus_canClaimNextReward(dailyBonusInfo: number): boolean; | ||
balancyDailyBonus_getSecondsTillTheNextReward(dailyBonusInfo: number): number; | ||
} | ||
//# sourceMappingURL=core.interface.d.ts.map |
@@ -11,2 +11,3 @@ export interface CoreStatusNotification<T = number> { | ||
getOfferGroupInfo(): number; | ||
getDailyBonusInfo(): number; | ||
getAbTestInfo(): number; | ||
@@ -13,0 +14,0 @@ getSegmentInfo(): number; |
{ | ||
"name": "@balancy/wasm", | ||
"version": "1.0.8", | ||
"version": "1.0.10", | ||
"scripts": { | ||
@@ -5,0 +5,0 @@ "build:web": "vite build --mode web", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
3274620
49367