@amanat-qa/utils-frontend 4.0.0 → 5.0.0

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.
@@ -13,13 +13,13 @@ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e
13
13
  function _classPrivateFieldLooseBase(e, t) { if (!{}.hasOwnProperty.call(e, t)) throw new TypeError("attempted to use private field on non-instance"); return e; }
14
14
  var id = 0;
15
15
  function _classPrivateFieldLooseKey(e) { return "__private_" + id++ + "_" + e; }
16
+ var axios = require('axios');
16
17
  var _baseURL = /*#__PURE__*/_classPrivateFieldLooseKey("baseURL");
17
18
  var _logString = /*#__PURE__*/_classPrivateFieldLooseKey("logString");
18
19
  var _timeout = /*#__PURE__*/_classPrivateFieldLooseKey("timeout");
19
20
  var _headers = /*#__PURE__*/_classPrivateFieldLooseKey("headers");
20
21
  var _logBaseURL = /*#__PURE__*/_classPrivateFieldLooseKey("logBaseURL");
21
22
  var _axiosInstance = /*#__PURE__*/_classPrivateFieldLooseKey("axiosInstance");
22
- // const axios = require('axios');
23
23
  var BaseAPI = /*#__PURE__*/function () {
24
24
  function BaseAPI(options) {
25
25
  _classCallCheck(this, BaseAPI);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@amanat-qa/utils-frontend",
3
- "version": "4.0.0",
3
+ "version": "5.0.0",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },