contentful 11.7.15 → 11.7.16
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.
|
@@ -6112,7 +6112,7 @@ var contentful = (function (exports) {
|
|
|
6112
6112
|
if (!allowMissing) {
|
|
6113
6113
|
throw new $TypeError$3('base intrinsic for ' + name + ' exists, but the property is not available.');
|
|
6114
6114
|
}
|
|
6115
|
-
return void
|
|
6115
|
+
return void undefined$1;
|
|
6116
6116
|
}
|
|
6117
6117
|
if ($gOPD && i + 1 >= parts.length) {
|
|
6118
6118
|
var desc = $gOPD(value, part);
|
|
@@ -7247,7 +7247,7 @@ var contentful = (function (exports) {
|
|
|
7247
7247
|
var tmpSc = sideChannel;
|
|
7248
7248
|
var step = 0;
|
|
7249
7249
|
var findFlag = false;
|
|
7250
|
-
while ((tmpSc = tmpSc.get(sentinel)) !== void
|
|
7250
|
+
while ((tmpSc = tmpSc.get(sentinel)) !== void undefined && !findFlag) {
|
|
7251
7251
|
// Where object last appeared in the ref tree
|
|
7252
7252
|
var pos = tmpSc.get(object);
|
|
7253
7253
|
step += 1;
|
|
@@ -7298,7 +7298,7 @@ var contentful = (function (exports) {
|
|
|
7298
7298
|
obj = utils$1.maybeMap(obj, encoder);
|
|
7299
7299
|
}
|
|
7300
7300
|
objKeys = [{
|
|
7301
|
-
value: obj.length > 0 ? obj.join(',') || null : void
|
|
7301
|
+
value: obj.length > 0 ? obj.join(',') || null : void undefined
|
|
7302
7302
|
}];
|
|
7303
7303
|
} else if (isArray$1(filter)) {
|
|
7304
7304
|
objKeys = filter;
|
|
@@ -10450,7 +10450,7 @@ var contentful = (function (exports) {
|
|
|
10450
10450
|
http.defaults.baseURL = getGlobalOptions().environmentBaseUrl;
|
|
10451
10451
|
}
|
|
10452
10452
|
return {
|
|
10453
|
-
version: "11.7.
|
|
10453
|
+
version: "11.7.16",
|
|
10454
10454
|
getSpace: getSpace,
|
|
10455
10455
|
getContentType: getContentType,
|
|
10456
10456
|
getContentTypes: getContentTypes,
|
|
@@ -10577,7 +10577,7 @@ var contentful = (function (exports) {
|
|
|
10577
10577
|
environment: 'master'
|
|
10578
10578
|
};
|
|
10579
10579
|
var config = Object.assign(Object.assign({}, defaultConfig), params);
|
|
10580
|
-
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.7.
|
|
10580
|
+
var userAgentHeader = getUserAgentHeader("contentful.js/".concat("11.7.16"), config.application, config.integration);
|
|
10581
10581
|
config.headers = Object.assign(Object.assign({}, config.headers), {
|
|
10582
10582
|
'Content-Type': 'application/vnd.contentful.delivery.v1+json',
|
|
10583
10583
|
'X-Contentful-User-Agent': userAgentHeader
|