@arkadiuminc/sdk
Advanced tools
Comparing version 2.14.1 to 2.15.1
@@ -9,2 +9,3 @@ import { ApiEnv, Backend, SessionStorageType } from './api/features/backend/backend.api'; | ||
import { PersistenceGame } from './api/features/persistence'; | ||
import { Wallet, WalletGame } from './api/features/wallet'; | ||
import { HostGame } from './api/features/host'; | ||
@@ -26,3 +27,4 @@ | ||
persistence: PersistenceGame; | ||
constructor({ rpcProvider, backendApi, host, lifecycle, ads, auth, analytics, timeoutTester, persistence }: { | ||
wallet: Wallet; | ||
constructor({ rpcProvider, backendApi, host, lifecycle, ads, auth, analytics, timeoutTester, persistence, wallet }: { | ||
rpcProvider: RpcProvider; | ||
@@ -37,2 +39,3 @@ backendApi: Backend; | ||
persistence: PersistenceGame; | ||
wallet: WalletGame; | ||
}); | ||
@@ -39,0 +42,0 @@ initialize(env: ApiEnv, isGameSide: boolean, sessionStorage?: SessionStorageType | null): Promise<void>; |
{ | ||
"name": "@arkadiuminc/sdk", | ||
"version": "2.14.1", | ||
"version": "2.15.1", | ||
"description": "", | ||
@@ -65,2 +65,3 @@ "keywords": [], | ||
"@arkadium/eagle-payments-api-client": "^0.0.35", | ||
"@arkadium/eagle-virtual-items-api-client": "^0.1.3", | ||
"@arkadium/eagle-user-client": "^0.0.90", | ||
@@ -67,0 +68,0 @@ "@commitlint/cli": "^17.8.1", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
45870
43
1062
33