@everymatrix/casino-games-category-section 1.20.2 → 1.20.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-games-category-section",
|
|
3
|
-
"version": "1.20.
|
|
3
|
+
"version": "1.20.4",
|
|
4
4
|
"main": "dist/casino-games-category-section.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": "
|
|
38
|
+
"gitHead": "0056fac44771374c5d3153d4d4b07081b8961af0"
|
|
39
39
|
}
|
|
@@ -194,9 +194,9 @@
|
|
|
194
194
|
|
|
195
195
|
if((categoryid.match(/\$/g) || []).length > 1) {
|
|
196
196
|
categoryidparsed = categoryid.split('$').slice(0, 2).join('$');
|
|
197
|
-
url = new URL(`${endpoint}/casino/groups/${datasource}/${categoryidparsed}/subGroups`);
|
|
197
|
+
url = new URL(`${endpoint}/v1/casino/groups/${datasource}/${categoryidparsed}/subGroups`);
|
|
198
198
|
} else {
|
|
199
|
-
url = new URL(`${endpoint}/casino/groups/${datasource}/${categoryid}`);
|
|
199
|
+
url = new URL(`${endpoint}/v1/casino/groups/${datasource}/${categoryid}`);
|
|
200
200
|
}
|
|
201
201
|
|
|
202
202
|
return new Promise((resolve, reject) => {
|