@everymatrix/player-account-gaming-limits-wrapper-2 1.0.1 → 1.0.2
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-account-gaming-limits-wrapper-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"main": "dist/player-account-gaming-limits-wrapper-2.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"publishConfig": {
|
|
40
40
|
"access": "public"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "a90b005fe3a45c7d5ba83769886d60c006b3968f"
|
|
43
43
|
}
|
|
@@ -13,13 +13,11 @@
|
|
|
13
13
|
export let endpoint:string = '';
|
|
14
14
|
export let currency:string = '';
|
|
15
15
|
export let apiversion:string = '';
|
|
16
|
-
|
|
17
16
|
export let includedlimits:string = '';
|
|
18
17
|
export let products:string = '';
|
|
19
18
|
export let periods:string = '';
|
|
20
19
|
export let tablabels:string = '';
|
|
21
20
|
export let historyenabled:string = "true";
|
|
22
|
-
|
|
23
21
|
export let clientstyling:string = '';
|
|
24
22
|
export let clientstylingurl:string = '';
|
|
25
23
|
|