@hubs101/js-api-skd-client 1.0.10296 → 1.0.10297

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.
Files changed (2) hide show
  1. package/lib/utils/api.js +0 -2
  2. package/package.json +1 -1
package/lib/utils/api.js CHANGED
@@ -365,8 +365,6 @@ const postRequestWE = (url, body, token, headers) => __awaiter(void 0, void 0, v
365
365
  ? form.append(key, JSON.stringify(body[key]))
366
366
  : form.append(key, body[key]));
367
367
  }
368
- console.log({ body });
369
- console.log(JSON.stringify(body));
370
368
  const response = yield fetch(url, {
371
369
  method: "POST",
372
370
  headers: token
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubs101/js-api-skd-client",
3
- "version": "1.0.10296",
3
+ "version": "1.0.10297",
4
4
  "author": "Liveware",
5
5
  "scripts": {
6
6
  "test": "jest --config jestconfig.json",