@everymatrix/player-bonus-history 1.22.11 → 1.23.1

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.22.11",
3
+ "version": "1.23.1",
4
4
  "main": "dist/player-bonus-history",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "1ec5c9d222dc5546dc0ef485ea93807daa2bb50c"
38
+ "gitHead": "4844f167efeb93d55d079fc27381a959fe9c5a65"
39
39
  }
@@ -99,6 +99,8 @@
99
99
  }, (err:any) => {
100
100
  console.error(err);
101
101
  });
102
+
103
+ window.postMessage({ type: 'ScrollToTop'}, window.location.href);
102
104
  }
103
105
 
104
106
  const startCalendarHandler = (e:any):void => {