@everymatrix/player-bonus-history 1.45.0 → 1.45.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -1 +1 @@
1
- "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerBonusHistory-DytJv970.cjs")).then(({default:t})=>{!customElements.get("player-bonus-history")&&customElements.define("player-bonus-history",t.element)})}
1
+ "use strict";if(typeof window!="undefined"){let n=function(t){return function(...s){try{return t.apply(this,s)}catch(e){if(e instanceof DOMException&&e.message.includes("has already been used with this registry")||e.message.includes("Cannot define multiple custom elements with the same tag name"))return!1;throw e}}};customElements.define=n(customElements.define),Promise.resolve().then(()=>require("../components/PlayerBonusHistory-DgH7mufO.cjs")).then(({default:t})=>{!customElements.get("player-bonus-history")&&customElements.define("player-bonus-history",t.element)})}
@@ -10,7 +10,7 @@ if (typeof window != "undefined") {
10
10
  }
11
11
  };
12
12
  };
13
- customElements.define = n(customElements.define), import("../components/PlayerBonusHistory-BjWjgpCk.js").then(({ default: t }) => {
13
+ customElements.define = n(customElements.define), import("../components/PlayerBonusHistory-D16FFI-R.js").then(({ default: t }) => {
14
14
  !customElements.get("player-bonus-history") && customElements.define("player-bonus-history", t.element);
15
15
  });
16
16
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-history",
3
- "version": "1.45.0",
3
+ "version": "1.45.2",
4
4
  "type": "module",
5
5
  "main": "es2015/player-bonus-history.cjs",
6
6
  "module": "es2015/player-bonus-history.js",
@@ -11,7 +11,7 @@
11
11
  },
12
12
  "./es2015/player-bonus-history.cjs": "./es2015/player-bonus-history.cjs"
13
13
  },
14
- "files": [
14
+ "files": [
15
15
  "es2015/",
16
16
  "components"
17
17
  ],