contentful-management 6.3.1 → 6.3.2

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
- ## [6.3.1](https://github.com/contentful/contentful-management.js/compare/v6.3.0...v6.3.1) (2020-11-17)
1
+ ## [6.3.2](https://github.com/contentful/contentful-management.js/compare/v6.3.1...v6.3.2) (2020-11-17)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * correct fallbackCode type for Locale ([#553](https://github.com/contentful/contentful-management.js/issues/553)) ([90c5f85](https://github.com/contentful/contentful-management.js/commit/90c5f85068fe1085809d8708e9db0b2bf5bd117b))
6
+ * allow optional constraint type ([#554](https://github.com/contentful/contentful-management.js/issues/554)) ([beb9994](https://github.com/contentful/contentful-management.js/commit/beb999406b7c483a087227bc4434b71370bf2f9f))
@@ -6113,7 +6113,7 @@ function createCMAHttpClient(params) {
6113
6113
  defaultHostnameUpload: 'upload.contentful.com'
6114
6114
  };
6115
6115
  var userAgentHeader = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_1__["getUserAgentHeader"])( // @ts-expect-error
6116
- "contentful-management.js/".concat("6.3.1"), params.application, params.integration, params.feature);
6116
+ "contentful-management.js/".concat("6.3.2"), params.application, params.integration, params.feature);
6117
6117
  var requiredHeaders = {
6118
6118
  'Content-Type': 'application/vnd.contentful.management.v1+json',
6119
6119
  'X-Contentful-User-Agent': userAgentHeader