@everymatrix/player-account-gaming-limits 1.2.0 → 1.2.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",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "main": "dist/player-account-gaming-limits.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -36,5 +36,5 @@
36
36
  "publishConfig": {
37
37
  "access": "public"
38
38
  },
39
- "gitHead": "3800c3e93fdc948c5bc48101acce6cd81ce65706"
39
+ "gitHead": "02dbae5b4d167acdb57c72905b756343a318870a"
40
40
  }
@@ -17,10 +17,10 @@
17
17
  export let separatelimits:string = 'true';
18
18
  export let clientstyling:string = '';
19
19
  export let clientstylingurl:string = '';
20
- export let translationUrl:string = '';
20
+ export let translationurl:string = '';
21
21
 
22
22
  const setTranslationUrl = ():void => {
23
- let url:string = translationUrl;
23
+ let url:string = translationurl;
24
24
 
25
25
  fetch(url).then((res:any) => res.json())
26
26
  .then((res) => {
@@ -126,7 +126,7 @@
126
126
  $: lang && setActiveLanguage();
127
127
  $: clientstyling && customStylingContainer && setClientStyling();
128
128
  $: clientstylingurl && customStylingContainer && setClientStylingURL();
129
- $: translationUrl && setTranslationUrl();
129
+ $: translationurl && setTranslationUrl();
130
130
  </script>
131
131
 
132
132
  <div bind:this={customStylingContainer}>