contentful-management 11.31.3 → 11.31.4

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.
@@ -4722,7 +4722,7 @@ function getDefaultControlOfField(field) {
4722
4722
  return {
4723
4723
  widgetId: 'dropdown',
4724
4724
  fieldId: field.id,
4725
- widgetNameSpace: 'builtin'
4725
+ widgetNamespace: 'builtin'
4726
4726
  };
4727
4727
  }
4728
4728
  return getDefaultWidget(fieldType, field.id);
@@ -26749,7 +26749,7 @@ function createClient(params) {
26749
26749
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
26750
26750
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
26751
26751
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)( // @ts-expect-error
26752
- "".concat(sdkMain, "/").concat("11.31.3"), params.application, params.integration, params.feature);
26752
+ "".concat(sdkMain, "/").concat("11.31.4"), params.application, params.integration, params.feature);
26753
26753
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
26754
26754
  userAgent: userAgent
26755
26755
  }));