@everymatrix/casino-tournaments-limited-controller 1.27.8 → 1.28.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/index.html CHANGED
@@ -27,7 +27,7 @@
27
27
  <casino-tournaments-limited-controller
28
28
  session="a887ca78-e59c-460f-b9d0-9f80acde0a98"
29
29
  userid="3198998"
30
- endpoint="https://jetbull-api.stage.norway.everymatrix.com/v1"
30
+ endpoint="https://jetbull-api.stage.norway.everymatrix.com"
31
31
  lang="en"
32
32
  state="Ongoing"
33
33
  states="Scheduled,Ongoing,Finished"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@everymatrix/casino-tournaments-limited-controller",
3
- "version": "1.27.8",
3
+ "version": "1.28.0",
4
4
  "main": "dist/casino-tournaments-limited-controller.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": "a253879627bd33dff3289ee4f53fbe05a7bfaad0"
38
+ "gitHead": "d291acb27fcd4cf8217ec1c98666c02bfb1aea9f"
39
39
  }
@@ -125,7 +125,7 @@
125
125
 
126
126
  const subscribeApi = async (offset:number, limit:number) => {
127
127
 
128
- const source = `${endpoint}/tournaments`
128
+ const source = `${endpoint}/v1/tournaments`
129
129
  const url = new URL(source)
130
130
 
131
131
  url.searchParams.append('pagination', `offset=${offset},limit=${limit}`);