contentful-management 11.24.0 → 11.24.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.
|
@@ -25496,7 +25496,7 @@ function createClient(params) {
|
|
|
25496
25496
|
var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
|
|
25497
25497
|
var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
25498
25498
|
var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
|
|
25499
|
-
"".concat(sdkMain, "/").concat("11.24.
|
|
25499
|
+
"".concat(sdkMain, "/").concat("11.24.2"), params.application, params.integration, params.feature);
|
|
25500
25500
|
var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
25501
25501
|
userAgent: userAgent
|
|
25502
25502
|
}));
|