@everymatrix/casino-header-controller 1.22.1 → 1.22.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@everymatrix/casino-header-controller",
|
3
|
-
"version": "1.22.
|
3
|
+
"version": "1.22.2",
|
4
4
|
"main": "dist/casino-header-controller.js",
|
5
5
|
"svelte": "src/index.ts",
|
6
6
|
"scripts": {
|
@@ -37,5 +37,5 @@
|
|
37
37
|
"publishConfig": {
|
38
38
|
"access": "public"
|
39
39
|
},
|
40
|
-
"gitHead": "
|
40
|
+
"gitHead": "00526169e334a168f043b392aecfd6de1b1a3261"
|
41
41
|
}
|
@@ -23,7 +23,7 @@
|
|
23
23
|
export let customlocaleidentifier:string = '';
|
24
24
|
export let gmversion:string = '';
|
25
25
|
export let countryflagheader:string = 'false';
|
26
|
-
export let displaybalanceoption:string = '';
|
26
|
+
export let displaybalanceoption:string = 'All';
|
27
27
|
export let countryflaghamburger:string = 'false';
|
28
28
|
|
29
29
|
export let actionevent:string = '';
|