contentful-management 11.59.0-canary.1 → 11.60.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.
package/README.md CHANGED
@@ -427,9 +427,7 @@ npm install contentful-management@canary
427
427
 
428
428
  ### Current experimental features
429
429
 
430
- #### Timeline Preview / Releases v2
431
-
432
- This feature allows you to schedule content changes in the future and preview them before they go live.
430
+ Currently there are no features in experimental status.
433
431
 
434
432
  ## Reach out to us
435
433
 
@@ -29876,7 +29876,7 @@ function createClient(params) {
29876
29876
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
29877
29877
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
29878
29878
  var userAgent = (0,contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__.getUserAgentHeader)(// @ts-expect-error
29879
- "".concat(sdkMain, "/").concat("11.59.0-canary.1"), params.application, params.integration, params.feature);
29879
+ "".concat(sdkMain, "/").concat("11.60.0"), params.application, params.integration, params.feature);
29880
29880
  var adapter = (0,_create_adapter__WEBPACK_IMPORTED_MODULE_1__.createAdapter)(_objectSpread(_objectSpread({}, params), {}, {
29881
29881
  userAgent: userAgent
29882
29882
  }));