@aloma.io/integration-sdk 3.8.48 → 3.8.49

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.
@@ -73,7 +73,6 @@ export default class Fetcher {
73
73
  options0?.headers?.['Content-type'] === 'application/json') {
74
74
  options0.body = JSON.stringify(options0.body);
75
75
  }
76
- console.dir(options0, { depth: null });
77
76
  const timeout = Math.min(options0?.timeout || 30 * 60 * 1000, 30 * 60 * 1000);
78
77
  const ret = await fetch(theURL, {
79
78
  ...options0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aloma.io/integration-sdk",
3
- "version": "3.8.48",
3
+ "version": "3.8.49",
4
4
  "description": "",
5
5
  "author": "aloma.io",
6
6
  "license": "Apache-2.0",
@@ -119,8 +119,6 @@ export default class Fetcher {
119
119
  options0.body = JSON.stringify(options0.body);
120
120
  }
121
121
 
122
- console.dir(options0, {depth: null})
123
-
124
122
  const timeout = Math.min(options0?.timeout || 30 * 60 * 1000, 30 * 60 * 1000);
125
123
  const ret = await fetch(theURL, {
126
124
  ...options0,