contentful-management 11.40.3 → 11.40.4
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-management.browser.js +1 -1
- package/dist/contentful-management.browser.min.js +1 -1
- package/dist/contentful-management.node.js +1 -1
- package/dist/contentful-management.node.min.js +1 -1
- package/dist/es-modules/contentful-management.js +1 -1
- package/dist/typings/plain/entities/app-installation.d.ts +2 -2
- package/package.json +1 -1
|
@@ -30703,7 +30703,7 @@ function createClient(params, opts = {}) {
|
|
|
30703
30703
|
const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
|
|
30704
30704
|
const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
|
|
30705
30705
|
// @ts-expect-error
|
|
30706
|
-
`${sdkMain}/${"11.40.
|
|
30706
|
+
`${sdkMain}/${"11.40.4"}`, params.application, params.integration, params.feature);
|
|
30707
30707
|
const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
|
|
30708
30708
|
userAgent
|
|
30709
30709
|
}));
|