sim-node-lib 0.0.144 → 0.0.145

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.
@@ -41,6 +41,7 @@ class AxiosService {
41
41
  responseType: responseType ? responseType : 'json',
42
42
  };
43
43
  console.log('headers: ', content.headers);
44
+ console.log('WHY DO I BE LIKE THIS?: ', (yield (0, axios_1.default)(this.url, content)).request);
44
45
  return yield (0, axios_1.default)(this.url, content)
45
46
  .then((response) => {
46
47
  return response;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "sim-node-lib",
3
- "version": "0.0.144",
3
+ "version": "0.0.145",
4
4
  "description": "Library from SIMLabs",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",