contentful-management 7.33.1 → 7.34.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/CHANGELOG.md CHANGED
@@ -1,9 +1,9 @@
1
- ## [7.33.1](https://github.com/contentful/contentful-management.js/compare/v7.33.0...v7.33.1) (2021-08-30)
1
+ # [7.34.0](https://github.com/contentful/contentful-management.js/compare/v7.33.1...v7.34.0) (2021-08-31)
2
2
 
3
3
 
4
- ### Bug Fixes
4
+ ### Features
5
5
 
6
- * adjust create ui extension types ([#892](https://github.com/contentful/contentful-management.js/issues/892)) ([346f36a](https://github.com/contentful/contentful-management.js/commit/346f36a1a9378a51916f4aa138b3a4f77895aa23))
6
+ * add shared to app def [EXT-2709] ([#899](https://github.com/contentful/contentful-management.js/issues/899)) ([bc81abc](https://github.com/contentful/contentful-management.js/commit/bc81abcf8b1ba5ef25d47766b8334fcdb992234a))
7
7
 
8
8
  # CHANGELOG
9
9
 
@@ -8823,7 +8823,7 @@ function createClient(params) {
8823
8823
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
8824
8824
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
8825
8825
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
8826
- "".concat(sdkMain, "/").concat("7.33.1"), params.application, params.integration, params.feature);
8826
+ "".concat(sdkMain, "/").concat("7.34.0"), params.application, params.integration, params.feature);
8827
8827
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
8828
8828
  // https://github.com/microsoft/TypeScript/issues/26591
8829
8829
  // @ts-expect-error