@bagelink/sdk 1.10.21 → 1.10.25
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/dist/index.cjs
CHANGED
|
@@ -983,7 +983,7 @@ ${streamTypeDefs}
|
|
|
983
983
|
/**
|
|
984
984
|
* Configured axios instance for API requests
|
|
985
985
|
*/
|
|
986
|
-
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true});
|
|
986
|
+
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true, paramsSerializer: { indexes: null }});
|
|
987
987
|
|
|
988
988
|
${tsString}
|
|
989
989
|
|
package/dist/index.mjs
CHANGED
|
@@ -977,7 +977,7 @@ ${streamTypeDefs}
|
|
|
977
977
|
/**
|
|
978
978
|
* Configured axios instance for API requests
|
|
979
979
|
*/
|
|
980
|
-
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true});
|
|
980
|
+
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true, paramsSerializer: { indexes: null }});
|
|
981
981
|
|
|
982
982
|
${tsString}
|
|
983
983
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bagelink/sdk",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "1.10.
|
|
4
|
+
"version": "1.10.25",
|
|
5
5
|
"description": "Bagel core sdk packages",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Bagel Studio",
|
|
@@ -53,7 +53,7 @@
|
|
|
53
53
|
"eslint": "^9.28.0",
|
|
54
54
|
"prettier": "^3.5.3",
|
|
55
55
|
"vite": "^5.0.0",
|
|
56
|
-
"@bagelink/utils": "1.10.
|
|
56
|
+
"@bagelink/utils": "1.10.25"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
59
|
"@typescript-eslint/typescript-estree": "^8.34.0"
|
|
@@ -1014,7 +1014,7 @@ ${streamTypeDefs}
|
|
|
1014
1014
|
/**
|
|
1015
1015
|
* Configured axios instance for API requests
|
|
1016
1016
|
*/
|
|
1017
|
-
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true});
|
|
1017
|
+
export const axios = ax.create({baseURL: '${baseURL}', withCredentials: true, paramsSerializer: { indexes: null }});
|
|
1018
1018
|
|
|
1019
1019
|
${tsString}
|
|
1020
1020
|
|