contentful-management 11.55.0-canary.8 → 11.55.0-canary.9

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.
@@ -32826,7 +32826,7 @@ function createClient(params, opts = {}) {
32826
32826
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
32827
32827
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
32828
32828
  // @ts-expect-error
32829
- `${sdkMain}/${"11.55.0-canary.8"}`, params.application, params.integration, params.feature);
32829
+ `${sdkMain}/${"11.55.0-canary.9"}`, params.application, params.integration, params.feature);
32830
32830
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
32831
32831
  userAgent
32832
32832
  }));