@everymatrix/player-bonus-history 1.45.0 → 1.45.3
Sign up to get free protection for your applications and to get access to all the features.
- package/components/{PlayerBonusCard-D5BnmRTU.cjs → PlayerBonusCard-BHtjhHA4.cjs} +6 -6
- package/components/{PlayerBonusCard-hxEnNMzA.js → PlayerBonusCard-c7uGr4D2.js} +544 -544
- package/components/{PlayerBonusHistory-BjWjgpCk.js → PlayerBonusHistory-D16FFI-R.js} +2073 -2073
- package/components/{PlayerBonusHistory-DytJv970.cjs → PlayerBonusHistory-DgH7mufO.cjs} +102 -102
- package/es2015/player-bonus-history.cjs +1 -1
- package/es2015/player-bonus-history.js +1 -1
- package/package.json +2 -2
@@ -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-
|
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-
|
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.
|
3
|
+
"version": "1.45.3",
|
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
|
-
|
14
|
+
"files": [
|
15
15
|
"es2015/",
|
16
16
|
"components"
|
17
17
|
],
|