contentful 11.5.6 → 11.5.8

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.
@@ -2741,7 +2741,7 @@ var contentful = (function (exports) {
2741
2741
  headers = newConfig.headers,
2742
2742
  auth = newConfig.auth;
2743
2743
  newConfig.headers = headers = AxiosHeaders$1.from(headers);
2744
- newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url), config.params, config.paramsSerializer);
2744
+ newConfig.url = buildURL(buildFullPath(newConfig.baseURL, newConfig.url, newConfig.allowAbsoluteUrls), config.params, config.paramsSerializer);
2745
2745
 
2746
2746
  // HTTP basic authentication
2747
2747
  if (auth) {
@@ -3571,7 +3571,7 @@ var contentful = (function (exports) {
3571
3571
  return Promise.reject(reason);
3572
3572
  });
3573
3573
  }
3574
- var VERSION = "1.8.2";
3574
+ var VERSION = "1.8.3";
3575
3575
  var validators$1 = {};
3576
3576
 
3577
3577
  // eslint-disable-next-line func-names
@@ -10098,7 +10098,7 @@ var contentful = (function (exports) {
10098
10098
  http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
10099
10099
  }
10100
10100
  return {
10101
- version: "11.5.6",
10101
+ version: "11.5.8",
10102
10102
  getSpace: getSpace,
10103
10103
  getContentType: getContentType,
10104
10104
  getContentTypes: getContentTypes,
@@ -10225,7 +10225,7 @@ var contentful = (function (exports) {
10225
10225
  environment: 'master'
10226
10226
  };
10227
10227
  var config = Object.assign(Object.assign({}, defaultConfig), params);
10228
- var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.5.6"), config.application, config.integration);
10228
+ var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.5.8"), config.application, config.integration);
10229
10229
  config.headers = Object.assign(Object.assign({}, config.headers), {
10230
10230
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
10231
10231
  'X-Contentful-User-Agent': userAgentHeader