contentful-management 11.63.1 → 11.63.2-update-pipeline-scripts.1

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.
@@ -33660,7 +33660,7 @@ function createClient(params, opts = {}) {
33660
33660
  const sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
33661
33661
  const userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(
33662
33662
  // @ts-expect-error
33663
- `${sdkMain}/${"11.63.1"}`, params.application, params.integration, params.feature);
33663
+ `${sdkMain}/${"0.0.0-determined-by-semantic-release"}`, params.application, params.integration, params.feature);
33664
33664
  const adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
33665
33665
  userAgent
33666
33666
  }));