@everymatrix/casino-categories-slider 0.0.297 → 0.0.298

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-categories-slider",
3
- "version": "0.0.297",
3
+ "version": "0.0.298",
4
4
  "main": "dist/casino-categories-slider.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": "c043babf99ed6c5f8071d070e303b123fd5016fc"
39
+ "gitHead": "e4ee806a152dfb370640cec2e664d7fe0c5ab4b0"
40
40
  }
@@ -156,7 +156,7 @@
156
156
  console.error(error);
157
157
  }
158
158
 
159
- if (!lang || lang.length != 2) {
159
+ if (!lang || lang.length >= 2) {
160
160
  error = "Language is missing! Please provide a valid language (alpha2code)";
161
161
  hasErrors = true;
162
162
  isLoading = false;