contentful-management 11.40.4 → 11.41.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.
@@ -17089,6 +17089,10 @@ function _toPrimitive(t, r) { if ("object" != typeof t || !t) return t; var e =
17089
17089
  * @private
17090
17090
  */
17091
17091
 
17092
+ /**
17093
+ * @private
17094
+ */
17095
+
17092
17096
  /**
17093
17097
  * @private
17094
17098
  */
@@ -30703,7 +30707,7 @@ function createClient(params, opts = {}) {
30703
30707
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
30704
30708
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
30705
30709
  // @ts-expect-error
30706
- `${sdkMain}/${"11.40.4"}`, params.application, params.integration, params.feature);
30710
+ `${sdkMain}/${"11.41.0"}`, params.application, params.integration, params.feature);
30707
30711
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
30708
30712
  userAgent
30709
30713
  }));