abbot-http-client 0.0.37 → 0.0.38

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
@@ -298,12 +298,6 @@ var AbbotHttp = class extends Axios {
298
298
  }
299
299
  prepareRequestConfig(option) {
300
300
  const iv = Secure.createId();
301
- if (this.config.devMode) {
302
- console.log({
303
- iv,
304
- keyValue: option?.isInit ? void 0 : this.config.app.encKey
305
- });
306
- }
307
301
  const cryp = new Cryp(
308
302
  {
309
303
  iv,
package/dist/index.js CHANGED
@@ -259,12 +259,6 @@ var AbbotHttp = class extends Axios {
259
259
  }
260
260
  prepareRequestConfig(option) {
261
261
  const iv = Secure.createId();
262
- if (this.config.devMode) {
263
- console.log({
264
- iv,
265
- keyValue: option?.isInit ? void 0 : this.config.app.encKey
266
- });
267
- }
268
262
  const cryp = new Cryp(
269
263
  {
270
264
  iv,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "abbot-http-client",
3
- "version": "0.0.37",
3
+ "version": "0.0.38",
4
4
  "description": "This package helps Abbot team to handle all the axios requests.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",