contentful 11.8.8 → 11.8.10
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.
|
@@ -3771,7 +3771,7 @@ var contentful = (function (exports) {
|
|
|
3771
3771
|
return Promise.reject(reason);
|
|
3772
3772
|
});
|
|
3773
3773
|
}
|
|
3774
|
-
var VERSION = "1.13.
|
|
3774
|
+
var VERSION = "1.13.1";
|
|
3775
3775
|
var validators$1 = {};
|
|
3776
3776
|
|
|
3777
3777
|
// eslint-disable-next-line func-names
|
|
@@ -10301,7 +10301,7 @@ var contentful = (function (exports) {
|
|
|
10301
10301
|
http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
|
|
10302
10302
|
}
|
|
10303
10303
|
return {
|
|
10304
|
-
version: "11.8.
|
|
10304
|
+
version: "11.8.10",
|
|
10305
10305
|
getSpace: getSpace,
|
|
10306
10306
|
getContentType: getContentType,
|
|
10307
10307
|
getContentTypes: getContentTypes,
|
|
@@ -10430,7 +10430,7 @@ var contentful = (function (exports) {
|
|
|
10430
10430
|
environment: 'master'
|
|
10431
10431
|
};
|
|
10432
10432
|
var config = Object.assign(Object.assign({}, defaultConfig), params);
|
|
10433
|
-
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.8.
|
|
10433
|
+
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.8.10"), config.application, config.integration);
|
|
10434
10434
|
config.headers = Object.assign(Object.assign({}, config.headers), {
|
|
10435
10435
|
'Content-Type': 'application/vnd.contentful.delivery.v1+json',
|
|
10436
10436
|
'X-Contentful-User-Agent': userAgentHeader
|