contentful 11.5.1 → 11.5.3

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.
@@ -10089,7 +10089,7 @@ var contentful = (function (exports) {
10089
10089
  http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
10090
10090
  }
10091
10091
  return {
10092
- version: "11.5.1",
10092
+ version: "11.5.3",
10093
10093
  getSpace: getSpace,
10094
10094
  getContentType: getContentType,
10095
10095
  getContentTypes: getContentTypes,
@@ -10216,7 +10216,7 @@ var contentful = (function (exports) {
10216
10216
  environment: 'master'
10217
10217
  };
10218
10218
  var config = Object.assign(Object.assign({}, defaultConfig), params);
10219
- var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.5.1"), config.application, config.integration);
10219
+ var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.5.3"), config.application, config.integration);
10220
10220
  config.headers = Object.assign(Object.assign({}, config.headers), {
10221
10221
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
10222
10222
  'X-Contentful-User-Agent': userAgentHeader