contentful-management 11.43.0-beta.1 → 11.43.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.
@@ -30969,7 +30969,7 @@ function createClient(params, opts = {}) {
30969
30969
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
30970
30970
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
30971
30971
  // @ts-expect-error
30972
- `${sdkMain}/${"11.43.0-beta.1"}`, params.application, params.integration, params.feature);
30972
+ `${sdkMain}/${"11.43.0"}`, params.application, params.integration, params.feature);
30973
30973
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
30974
30974
  userAgent
30975
30975
  }));