@nsshunt/stsrunnerframework 1.0.56 → 1.0.57

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.
@@ -62,7 +62,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
62
62
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
63
63
  }
64
64
  function getAugmentedNamespace$1(n) {
65
- if (n.__esModule) return n;
65
+ if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
66
66
  var f = n.default;
67
67
  if (typeof f == "function") {
68
68
  var a = function a2() {
@@ -3810,7 +3810,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
3810
3810
  const newConfig = mergeConfig$1({}, config2);
3811
3811
  let { data, withXSRFToken, xsrfHeaderName, xsrfCookieName, headers, auth } = newConfig;
3812
3812
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
3813
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config2.params, config2.paramsSerializer);
3813
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config2.params, config2.paramsSerializer);
3814
3814
  if (auth) {
3815
3815
  headers.set(
3816
3816
  "Authorization",
@@ -4327,7 +4327,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
4327
4327
  return Promise.reject(reason);
4328
4328
  });
4329
4329
  }
4330
- const VERSION$1 = "1.8.1";
4330
+ const VERSION$1 = "1.8.3";
4331
4331
  const validators$2 = {};
4332
4332
  ["object", "boolean", "number", "function", "string", "symbol"].forEach((type, i) => {
4333
4333
  validators$2[type] = function validator2(thing) {
@@ -4794,7 +4794,7 @@ var __privateMethod = (obj, member, method) => (__accessCheck(obj, member, "acce
4794
4794
  return x && x.__esModule && Object.prototype.hasOwnProperty.call(x, "default") ? x["default"] : x;
4795
4795
  }
4796
4796
  function getAugmentedNamespace(n) {
4797
- if (n.__esModule) return n;
4797
+ if (Object.prototype.hasOwnProperty.call(n, "__esModule")) return n;
4798
4798
  var f = n.default;
4799
4799
  if (typeof f == "function") {
4800
4800
  var a = function a2() {