contentful 11.5.10 → 11.5.12

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.
@@ -10098,7 +10098,7 @@ var contentful = (function (exports) {
10098
10098
  http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
10099
10099
  }
10100
10100
  return {
10101
- version: "11.5.10",
10101
+ version: "11.5.12",
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.10"), config.application, config.integration);
10228
+ var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.5.12"), 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