Comparing version 1.0.8-2 to 1.0.8-3
{ | ||
"name": "@agru/sdk", | ||
"version": "1.0.8-2", | ||
"version": "1.0.8-3", | ||
"description": "AG RU SDK for the games integration", | ||
@@ -5,0 +5,0 @@ "module": "dist/esm/index.js", |
@@ -60,5 +60,5 @@ [![Bundle Size](https://img.shields.io/bundlephobia/min/@agru/sdk?style=for-the-badge)](https://www.npmjs.com/package/@agru/sdk) | ||
- `app_id` - Идентификатор игры | ||
- `auth_key` - Зашифрованная строка в HMAC SHA256 16-бит: `"{app_id}._.{playerid}._.{game_sid}"` | ||
- `auth_key` - Зашифрованная строка в HMAC SHA256 16-бит: `"{app_id}._.{player_id}._.{game_sid}"` | ||
- `game_sid` - Идентификатор игровой сессии | ||
- `playerid` - Идентификатор игрока | ||
- `player_id` - Идентификатор игрока | ||
@@ -65,0 +65,0 @@ ### `getSaveData` |
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
36003