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.
@@ -29914,7 +29914,7 @@ function createClient(params) {
29914
29914
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
29915
29915
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
29916
29916
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
29917
- "".concat(sdkMain, "/").concat("11.58.0-canary.2"), params.application, params.integration, params.feature);
29917
+ "".concat(sdkMain, "/").concat("11.58.0-canary.3"), params.application, params.integration, params.feature);
29918
29918
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
29919
29919
  userAgent: userAgent
29920
29920
  }));