@everymatrix/player-active-bonuses 0.0.248 → 0.0.251

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-active-bonuses",
3
- "version": "0.0.248",
3
+ "version": "0.0.251",
4
4
  "main": "dist/player-active-bonuses",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "77f6efa473daab4dd62004b893c587558bf4511c"
39
+ "gitHead": "d39a0752d3212dfa393748d70c01eb211ac4c902"
40
40
  }
@@ -124,6 +124,7 @@
124
124
  fetch(url.href, optionsClaimBonus)
125
125
  .then((res:any) => {
126
126
  if (res.status == 200) {
127
+ invalidBonusCode = false;
127
128
  getActiveBonuses(0);
128
129
  window.postMessage({ type: 'WidgetNotification', data: {
129
130
  type: 'success',