@everymatrix/casino-lobby 0.0.296 → 0.0.299

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-lobby",
3
- "version": "0.0.296",
3
+ "version": "0.0.299",
4
4
  "main": "dist/casino-lobby.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": "628a0e30f5160748837a6a7acb4cf44623d87c3d"
39
+ "gitHead": "d47d16da59eaa3347055cc1787731a83aca7c69c"
40
40
  }
@@ -115,7 +115,7 @@
115
115
  console.error(error);
116
116
  }
117
117
 
118
- if (!lang || lang.length != 2) {
118
+ if (!lang || lang.length < 2) {
119
119
  error = "Language is missing! Please provide a valid language (alpha2code)";
120
120
  hasErrors = true;
121
121