@everymatrix/casino-filter 1.17.2 → 1.17.3

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-filter",
3
- "version": "1.17.2",
3
+ "version": "1.17.3",
4
4
  "main": "dist/casino-filter.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
  }
@@ -151,7 +151,7 @@
151
151
  }
152
152
 
153
153
  const initialLoad = ():void => {
154
- const url:URL = new URL(`${endpoint}/casino/vendors`);
154
+ const url:URL = new URL(`${endpoint}/v1/casino/vendors`);
155
155
  isFilterActive = false;
156
156
  url.searchParams.append("fields" , "id,name,logo,subVendors,games");
157
157