contentful-management 11.58.0-canary.2 → 11.58.0-canary.3

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.
@@ -33404,7 +33404,7 @@ function createClient(params, opts = {}) {
33404
33404
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
33405
33405
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
33406
33406
  // @ts-expect-error
33407
- `${sdkMain}/${"11.58.0-canary.2"}`, params.application, params.integration, params.feature);
33407
+ `${sdkMain}/${"11.58.0-canary.3"}`, params.application, params.integration, params.feature);
33408
33408
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
33409
33409
  userAgent
33410
33410
  }));