contentful 11.2.1 → 11.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.
|
@@ -10245,7 +10245,7 @@ var contentful = (function (exports) {
|
|
|
10245
10245
|
http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
|
|
10246
10246
|
}
|
|
10247
10247
|
return {
|
|
10248
|
-
version: "11.2.
|
|
10248
|
+
version: "11.2.2",
|
|
10249
10249
|
getSpace: getSpace,
|
|
10250
10250
|
getContentType: getContentType,
|
|
10251
10251
|
getContentTypes: getContentTypes,
|
|
@@ -10368,7 +10368,7 @@ var contentful = (function (exports) {
|
|
|
10368
10368
|
environment: 'master'
|
|
10369
10369
|
};
|
|
10370
10370
|
var config = Object.assign(Object.assign({}, defaultConfig), params);
|
|
10371
|
-
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.2.
|
|
10371
|
+
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.2.2"), config.application, config.integration);
|
|
10372
10372
|
config.headers = Object.assign(Object.assign({}, config.headers), {
|
|
10373
10373
|
'Content-Type': 'application/vnd.contentful.delivery.v1+json',
|
|
10374
10374
|
'X-Contentful-User-Agent': userAgentHeader
|