contentful 9.1.32 → 9.2.2

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.
@@ -8934,7 +8934,7 @@ function createClient(params) {
8934
8934
 
8935
8935
  const config = _objectSpread(_objectSpread({}, defaultConfig), params);
8936
8936
 
8937
- const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.1.32"}`, config.application, config.integration);
8937
+ const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.2.2"}`, config.application, config.integration);
8938
8938
  config.headers = _objectSpread(_objectSpread({}, config.headers), {}, {
8939
8939
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
8940
8940
  'X-Contentful-User-Agent': userAgentHeader