contentful-management 11.22.0 → 11.23.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.
|
@@ -25484,7 +25484,7 @@ function createClient(params) {
|
|
|
25484
25484
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
25485
25485
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
25486
25486
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
|
|
25487
|
-
"".concat(sdkMain, "/").concat("11.
|
|
25487
|
+
"".concat(sdkMain, "/").concat("11.23.0"), params.application, params.integration, params.feature);
|
|
25488
25488
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
25489
25489
|
userAgent: userAgent
|
|
25490
25490
|
}));
|