@m4l/core 0.0.29 → 0.0.30

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.
@@ -1293,7 +1293,7 @@ const axiosOperation = async (props, enviroment, hostTools) => {
1293
1293
  data: data2,
1294
1294
  params: {},
1295
1295
  paramsSerializer: () => {
1296
- return lib.stringify(parms, { encode: false });
1296
+ return lib.stringify(parms, { encode: true });
1297
1297
  },
1298
1298
  headers,
1299
1299
  timeout
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@m4l/core",
3
3
  "private": false,
4
- "version": "0.0.29",
4
+ "version": "0.0.30",
5
5
  "license": "UNLICENSED",
6
6
  "author": "M4L Team",
7
7
  "scripts": {