contentful-management 7.10.0 → 7.11.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,6 +1,6 @@
1
- # [7.10.0](https://github.com/contentful/contentful-management.js/compare/v7.9.0...v7.10.0) (2021-03-16)
1
+ # [7.11.0](https://github.com/contentful/contentful-management.js/compare/v7.10.0...v7.11.0) (2021-03-17)
2
2
 
3
3
 
4
4
  ### Features
5
5
 
6
- * add asset key generation ([8f8bce7](https://github.com/contentful/contentful-management.js/commit/8f8bce7e7fb5781024b6c4be3baec1eb318ee157))
6
+ * export members of AppLocation enum ([#758](https://github.com/contentful/contentful-management.js/issues/758)) ([dbfaeee](https://github.com/contentful/contentful-management.js/commit/dbfaeee9a85fd15ef2cd3cabc1e28ca55db42d44))
@@ -4364,7 +4364,7 @@ function createCMAHttpClient(params) {
4364
4364
  var plainClient = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : false;
4365
4365
  var sdkMain = plainClient ? 'contentful-management-plain.js' : 'contentful-management.js';
4366
4366
  var userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])( // @ts-expect-error
4367
- "".concat(sdkMain, "/").concat("7.10.0"), params.application, params.integration, params.feature);
4367
+ "".concat(sdkMain, "/").concat("7.11.0"), params.application, params.integration, params.feature);
4368
4368
  var requiredHeaders = {
4369
4369
  'Content-Type': 'application/vnd.contentful.management.v1+json',
4370
4370
  'X-Contentful-User-Agent': userAgentHeader