@everymatrix/casino-game-thumbnail 1.17.3 → 1.17.4

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-game-thumbnail",
3
- "version": "1.17.3",
3
+ "version": "1.17.4",
4
4
  "main": "dist/casino-game-thumbnail.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": "89baba5648f1fb1c1ff4fbe9369eb83965480ce7"
38
+ "gitHead": "9bb18c43ff2bfc607d04dde35cedd5c861f4d483"
39
39
  }
@@ -232,7 +232,7 @@
232
232
  }
233
233
 
234
234
  const getLiveLobbyURL = (vendorName, id):string => {
235
- return `${endpoint}/v1/encoder/lobby/updates/${vendorName}/${id}`;
235
+ return `${endpoint}/encoder/lobby/updates/${vendorName}/${id}`;
236
236
  }
237
237
  const connectGameToLiveLobby = ():void => {
238
238
  if (livelobbyendpoint && EventSource && !liveLobbyConnection) {