@everymatrix/player-bonus-history 1.17.3 → 1.17.4

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-history",
3
- "version": "1.17.3",
3
+ "version": "1.17.4",
4
4
  "main": "dist/player-bonus-history",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
39
+ "gitHead": "9bb18c43ff2bfc607d04dde35cedd5c861f4d483"
40
40
  }
@@ -62,7 +62,7 @@
62
62
  }
63
63
 
64
64
  const getBonuses = (offset:number):void => {
65
- let url:URL = new URL(`${endpoint}/v1/player/${playerid}/bonusWallet`);
65
+ let url:URL = new URL(`${endpoint}/player/${playerid}/bonusWallet`);
66
66
 
67
67
  let startDate:string = new Date(bonusCalendarStartDate).toISOString();
68
68
  let endDate:string = new Date(bonusCalendarEndDate).toISOString();