contentful 11.5.24 → 11.6.0
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.browser.js +2 -2
- package/dist/contentful.browser.min.js +1 -1
- package/dist/contentful.cjs +2 -2
- package/dist/esm/contentful.js +1 -1
- package/dist/esm/create-contentful-api.js +1 -1
- package/dist/stats-browser-min.html +1 -1
- package/dist/types/types/concept.d.ts +1 -0
- package/dist/types/types/link.d.ts +1 -1
- package/package.json +1 -1
|
@@ -10117,7 +10117,7 @@ var contentful = (function (exports) {
|
|
|
10117
10117
|
http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
|
|
10118
10118
|
}
|
|
10119
10119
|
return {
|
|
10120
|
-
version: "11.
|
|
10120
|
+
version: "11.6.0",
|
|
10121
10121
|
getSpace: getSpace,
|
|
10122
10122
|
getContentType: getContentType,
|
|
10123
10123
|
getContentTypes: getContentTypes,
|
|
@@ -10244,7 +10244,7 @@ var contentful = (function (exports) {
|
|
|
10244
10244
|
environment: 'master'
|
|
10245
10245
|
};
|
|
10246
10246
|
var config = Object.assign(Object.assign({}, defaultConfig), params);
|
|
10247
|
-
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.
|
|
10247
|
+
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.6.0"), config.application, config.integration);
|
|
10248
10248
|
config.headers = Object.assign(Object.assign({}, config.headers), {
|
|
10249
10249
|
'Content-Type': 'application/vnd.contentful.delivery.v1+json',
|
|
10250
10250
|
'X-Contentful-User-Agent': userAgentHeader
|