fexios-browser 2.1.2 → 2.1.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/dist/index.cjs CHANGED
@@ -171,7 +171,6 @@ var Fexios = class {
171
171
  normalizeHeaders(config.headers)
172
172
  )
173
173
  };
174
- console.log(mergedRequest);
175
174
  let chain = [dispatchRequest, void 0];
176
175
  this.interceptors.request.forEach((interceptor) => {
177
176
  interceptor.onFulfilled;
package/dist/index.js CHANGED
@@ -62,7 +62,6 @@ var Fexios = class {
62
62
  normalizeHeaders(config.headers)
63
63
  )
64
64
  };
65
- console.log(mergedRequest);
66
65
  let chain = [dispatchRequest, void 0];
67
66
  this.interceptors.request.forEach((interceptor) => {
68
67
  interceptor.onFulfilled;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "fexios-browser",
3
- "version": "2.1.2",
3
+ "version": "2.1.4",
4
4
  "description": "对fetch的封装, 使其能够表现的像axios",
5
5
  "main": "dist/index.cjs",
6
6
  "types": "dist/index.d.ts",