contentful 11.1.2 → 11.1.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.
@@ -10251,7 +10251,7 @@ var contentful = (function (exports) {
10251
10251
  http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
10252
10252
  }
10253
10253
  return {
10254
- version: "11.1.2",
10254
+ version: "11.1.3",
10255
10255
  getSpace: getSpace,
10256
10256
  getContentType: getContentType,
10257
10257
  getContentTypes: getContentTypes,
@@ -10374,7 +10374,7 @@ var contentful = (function (exports) {
10374
10374
  environment: 'master'
10375
10375
  };
10376
10376
  var config = Object.assign(Object.assign({}, defaultConfig), params);
10377
- var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.1.2"), config.application, config.integration);
10377
+ var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.1.3"), config.application, config.integration);
10378
10378
  config.headers = Object.assign(Object.assign({}, config.headers), {
10379
10379
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
10380
10380
  'X-Contentful-User-Agent': userAgentHeader