@everymatrix/player-bonus-history 1.44.0 → 1.45.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +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)})}
@@ -0,0 +1,16 @@
1
+ if (typeof window != "undefined") {
2
+ let n = function(t) {
3
+ return function(...s) {
4
+ try {
5
+ return t.apply(this, s);
6
+ } catch (e) {
7
+ 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"))
8
+ return !1;
9
+ throw e;
10
+ }
11
+ };
12
+ };
13
+ customElements.define = n(customElements.define), import("../components/PlayerBonusHistory-BjWjgpCk.js").then(({ default: t }) => {
14
+ !customElements.get("player-bonus-history") && customElements.define("player-bonus-history", t.element);
15
+ });
16
+ }
package/package.json CHANGED
@@ -1,39 +1,24 @@
1
1
  {
2
2
  "name": "@everymatrix/player-bonus-history",
3
- "version": "1.44.0",
4
- "main": "dist/player-bonus-history",
5
- "svelte": "src/index.ts",
6
- "scripts": {
7
- "start": "sirv public",
8
- "build": "cross-env NODE_ENV=production rollup -c",
9
- "dev": "cross-env NODE_ENV=\"development\" rollup -c -w",
10
- "validate": "svelte-check",
11
- "test": "echo"
12
- },
13
- "devDependencies": {
14
- "@rollup/plugin-babel": "^5.3.0",
15
- "@rollup/plugin-commonjs": "^16.0.0",
16
- "@rollup/plugin-node-resolve": "^10.0.0",
17
- "@rollup/plugin-typescript": "^6.0.0",
18
- "@tsconfig/svelte": "^1.0.0",
19
- "rollup": "^2.3.4",
20
- "rollup-plugin-dev-server": "^0.4.3",
21
- "rollup-plugin-livereload": "^2.0.0",
22
- "rollup-plugin-svelte": "^7.0.0",
23
- "rollup-plugin-terser": "^7.0.0",
24
- "rollup-plugin-uglify": "^6.0.4",
25
- "svelte-check": "^1.0.0",
26
- "svelte-preprocess": "^5.0.0",
27
- "tslib": "^2.0.0",
28
- "typescript": "^3.9.3"
29
- },
30
- "dependencies": {
31
- "cross-env": "^7.0.3",
32
- "sirv-cli": "^1.0.0",
33
- "svelte": "^3.0.0"
3
+ "version": "1.45.0",
4
+ "type": "module",
5
+ "main": "es2015/player-bonus-history.cjs",
6
+ "module": "es2015/player-bonus-history.js",
7
+ "exports": {
8
+ ".": {
9
+ "import": "./es2015/player-bonus-history.js",
10
+ "require": "./es2015/player-bonus-history.cjs"
11
+ },
12
+ "./es2015/player-bonus-history.cjs": "./es2015/player-bonus-history.cjs"
34
13
  },
14
+ "files": [
15
+ "es2015/",
16
+ "components"
17
+ ],
35
18
  "publishConfig": {
36
19
  "access": "public"
37
20
  },
38
- "gitHead": "701410f2b76dfe1ee4038f799b1e8e340c85cdb5"
21
+ "dependencies": {
22
+ "@everymatrix/player-bonus-card": "1.0.72"
23
+ }
39
24
  }
package/CHANGELOG.md DELETED
@@ -1,9 +0,0 @@
1
-
2
- ## player-bonus-history widget changelogs
3
-
4
- | Version | Release date | Impacted areas | Changes |
5
- | ------- | ------------ | ----------------------------- | --------------------------------------- |
6
- | 1.43.3 | Fri Oct 04 2024 | player-bonus-history | fix(EMFE-33151)(player-bonus-history): fix date format so that it includes the end date |
7
- | 1.39.0 | Tue Sep 03 2024 | player-bonus-history | fix(EMFE-32626)(player-account-controller,player-account-controller-nd,player-bonus-history): make status and type customizable |
8
- | 1.37.4 | Fri Aug 16 2024 | player-bonus-history | fix(EMFE-32312)(player-bonus-history): add to bonusWallet call type oddsBoost... |
9
- | 1.37.2 | Mon Aug 12 2024 | player-bonus-history | style(EMFE-31522)(player-bonus-card,player-bonus-history,player-deposit,player-gaming-history,player-pending-withdrawls,player-transaction-history,player-withdrawl): update styling <br /> chore(EMFE-28466)(player-account-controller, player-account-gaming-limits-history-2,player-account-gaming-limits-page-2-gm16,player-bonus-history,player-gaming-history): remove version slicing and add / <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): fix for multiple definitions in custom element registry <br /> fix(EMFE-27858)(player-account-self-exclusion, player-bonus-history, player-gaming-history): set vaadin to a specific new version <br /> feat(EMFE-27872)(player-active-bonuses, player-bonus-history): change grantedAmount to grantedPlayerCurrencyAmount |
package/README.md DELETED
@@ -1,30 +0,0 @@
1
- # @everymatrix/player-bonus-history
2
- ---------
3
-
4
- ## First step
5
- ---------
6
- ```
7
- lerna bootstrap
8
- ```
9
-
10
- ## Run Widget
11
- ---------
12
- - starts server at port 5050
13
- - has livereload
14
-
15
- ```
16
- yarn run dev
17
- ```
18
-
19
- ## Build Widget
20
- ---------
21
- ```
22
- yarn run build
23
- ```
24
-
25
- ## Publishing widget
26
- ---------
27
- - Note add your user to the npm
28
- ```
29
- lerna publish
30
- ```