contentful-management 11.40.0 → 11.40.2

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.
@@ -26365,7 +26365,7 @@ __webpack_require__.r(__webpack_exports__);
26365
26365
  /* harmony export */ __webpack_require__.d(__webpack_exports__, {
26366
26366
  /* harmony export */ VERSION: () => (/* binding */ VERSION)
26367
26367
  /* harmony export */ });
26368
- const VERSION = "1.7.8";
26368
+ const VERSION = "1.7.9";
26369
26369
 
26370
26370
  /***/ }),
26371
26371
 
@@ -30712,7 +30712,7 @@ function createClient(params, opts = {}) {
30712
30712
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
30713
30713
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
30714
30714
  // @ts-expect-error
30715
- `${sdkMain}/${"11.40.0"}`, params.application, params.integration, params.feature);
30715
+ `${sdkMain}/${"11.40.2"}`, params.application, params.integration, params.feature);
30716
30716
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
30717
30717
  userAgent
30718
30718
  }));