contentful 9.2.9 → 9.2.11

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.
@@ -8839,7 +8839,7 @@ function createClient(params) {
8839
8839
  environment: 'master'
8840
8840
  };
8841
8841
  const config = _objectSpread(_objectSpread({}, defaultConfig), params);
8842
- const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.2.9"}`, config.application, config.integration);
8842
+ const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.2.11"}`, config.application, config.integration);
8843
8843
  config.headers = _objectSpread(_objectSpread({}, config.headers), {}, {
8844
8844
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
8845
8845
  'X-Contentful-User-Agent': userAgentHeader