@gopowerteam/request 0.1.9 → 0.1.10

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.
@@ -138,10 +138,10 @@ var _AxiosAdapter = class {
138
138
  "Content-Type": "application/json"
139
139
  },
140
140
  paramsSerializer: {
141
- encode: (params) => qs.stringify(
141
+ serialize: (params) => qs.stringify(
142
142
  params,
143
143
  RequestService.config.qs || {
144
- arrayFormat: "indices",
144
+ arrayFormat: "repeat",
145
145
  skipNulls: true,
146
146
  allowDots: true,
147
147
  encodeValuesOnly: true,
@@ -15,10 +15,10 @@ var _AxiosAdapter = class {
15
15
  "Content-Type": "application/json"
16
16
  },
17
17
  paramsSerializer: {
18
- encode: (params) => qs.stringify(
18
+ serialize: (params) => qs.stringify(
19
19
  params,
20
20
  RequestService.config.qs || {
21
- arrayFormat: "indices",
21
+ arrayFormat: "repeat",
22
22
  skipNulls: true,
23
23
  allowDots: true,
24
24
  encodeValuesOnly: true,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@gopowerteam/request",
3
3
  "private": false,
4
- "version": "0.1.9",
4
+ "version": "0.1.10",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist",