@everymatrix/casino-categories-slider 1.17.2 → 1.17.3

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-categories-slider",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "main": "dist/casino-categories-slider.js",
5
5
  "svelte": "src/index.ts",
6
6
  "scripts": {
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "462a557bf7dab099fad999a6d0998f5155877620"
38
+ "gitHead": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
39
39
  }
@@ -117,7 +117,7 @@
117
117
  lobbyTranslation = $_('lobbyName');
118
118
 
119
119
  if (!checkAttrs()) {
120
- let url:any = new URL(`${endpoint}/casino/groups/${datasource}`);
120
+ let url:any = new URL(`${endpoint}/v1/casino/groups/${datasource}`);
121
121
 
122
122
  url.searchParams.append('datasource', datasource);
123
123
  url.searchParams.append('language', lang);