@everymatrix/casino-random-game 1.19.6 → 1.20.0

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-random-game",
3
- "version": "1.19.6",
3
+ "version": "1.20.0",
4
4
  "main": "dist/casino-random-game.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": "f507ed6544a49ba6d7857c275bec9ac5a244131f"
38
+ "gitHead": "cce8ceef88ab812968208af95253b28b94fc43d2"
39
39
  }
@@ -123,7 +123,7 @@
123
123
  }
124
124
 
125
125
  const fetchGameList = ():void => {
126
- let url = new URL(`${endpoint}/casino/games`);
126
+ let url = new URL(`${endpoint}/v1/casino/games`);
127
127
 
128
128
  url.searchParams.append('platform', getDevice(userAgent));
129
129
  url.searchParams.append('datasource', datasource);