contentful 9.3.6-v9.1 → 9.3.6

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.
@@ -10582,7 +10582,7 @@ function createClient(params) {
10582
10582
  environment: 'master'
10583
10583
  };
10584
10584
  const config = _objectSpread(_objectSpread({}, defaultConfig), params);
10585
- const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.3.6-v9.1"}`, config.application, config.integration);
10585
+ const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.3.6"}`, config.application, config.integration);
10586
10586
  config.headers = _objectSpread(_objectSpread({}, config.headers), {}, {
10587
10587
  'Content-Type': 'application/vnd.contentful.delivery.v1+json',
10588
10588
  'X-Contentful-User-Agent': userAgentHeader