contentful-management 11.60.3 → 11.60.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.
@@ -33363,7 +33363,7 @@ function createClient(params, opts = {}) {
33363
33363
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
33364
33364
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
33365
33365
  // @ts-expect-error
33366
- `${sdkMain}/${"11.60.3"}`, params.application, params.integration, params.feature);
33366
+ `${sdkMain}/${"11.60.4"}`, params.application, params.integration, params.feature);
33367
33367
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
33368
33368
  userAgent
33369
33369
  }));