@everymatrix/casino-tournaments-controller 0.0.102 → 0.0.106
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/casino-tournaments-controller",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.106",
|
|
4
4
|
"main": "dist/casino-tournaments-controller.js",
|
|
5
5
|
"svelte": "src/index.ts",
|
|
6
6
|
"scripts": {
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"typescript": "^3.9.3"
|
|
30
30
|
},
|
|
31
31
|
"dependencies": {
|
|
32
|
-
"@everymatrix/casino-tournaments-details": "^0.0.
|
|
33
|
-
"@everymatrix/casino-tournaments-filter-controller": "^0.0.
|
|
34
|
-
"@everymatrix/casino-tournaments-list-controller": "^0.0.
|
|
35
|
-
"@everymatrix/casino-tournaments-page-controller": "^0.0.
|
|
36
|
-
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.
|
|
32
|
+
"@everymatrix/casino-tournaments-details": "^0.0.106",
|
|
33
|
+
"@everymatrix/casino-tournaments-filter-controller": "^0.0.106",
|
|
34
|
+
"@everymatrix/casino-tournaments-list-controller": "^0.0.106",
|
|
35
|
+
"@everymatrix/casino-tournaments-page-controller": "^0.0.106",
|
|
36
|
+
"@everymatrix/casino-tournaments-thumbnail-controller": "^0.0.106",
|
|
37
37
|
"cross-env": "^7.0.3",
|
|
38
38
|
"sirv-cli": "^1.0.0",
|
|
39
39
|
"svelte": "^3.0.0"
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"publishConfig": {
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "271d93d73f133f9c0241cf68873074a6f64aab7c"
|
|
45
45
|
}
|
|
@@ -22,6 +22,7 @@
|
|
|
22
22
|
export let registerevent:String = '';
|
|
23
23
|
export let loginurl:String = '';
|
|
24
24
|
export let registerurl:String = '';
|
|
25
|
+
export let currency:String = 'EUR';
|
|
25
26
|
|
|
26
27
|
const sortByStatus:String = '""|type1';
|
|
27
28
|
// Variables of topics for communication
|
|
@@ -232,6 +233,7 @@
|
|
|
232
233
|
loginevent={loginevent}
|
|
233
234
|
registerurl={registerurl}
|
|
234
235
|
registerevent={registerevent}
|
|
236
|
+
{currency}
|
|
235
237
|
></casino-tournaments-list-controller>
|
|
236
238
|
{/if}
|
|
237
239
|
</div>
|