contentful 9.3.1 → 9.3.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.
package/dist/contentful.node.js
CHANGED
|
@@ -10079,7 +10079,7 @@ function createClient(params) {
|
|
|
10079
10079
|
environment: 'master'
|
|
10080
10080
|
};
|
|
10081
10081
|
const config = _objectSpread(_objectSpread({}, defaultConfig), params);
|
|
10082
|
-
const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.3.
|
|
10082
|
+
const userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])(`contentful.js/${"9.3.3"}`, config.application, config.integration);
|
|
10083
10083
|
config.headers = _objectSpread(_objectSpread({}, config.headers), {}, {
|
|
10084
10084
|
'Content-Type': 'application/vnd.contentful.delivery.v1+json',
|
|
10085
10085
|
'X-Contentful-User-Agent': userAgentHeader
|