contentful-management 9.2.1 → 9.3.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.
@@ -10182,7 +10182,7 @@ function createClient(params) {
10182
10182
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
10183
10183
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
10184
10184
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
10185
- "".concat(sdkMain, "/").concat("9.2.1"), params.application, params.integration, params.feature);
10185
+ "".concat(sdkMain, "/").concat("9.3.0"), params.application, params.integration, params.feature);
10186
10186
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
10187
10187
  // https://github.com/microsoft/TypeScript/issues/26591
10188
10188
  // @ts-expect-error