contentful-management 7.18.1 → 7.18.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,9 +1,9 @@
1
- ## [7.18.1](https://github.com/contentful/contentful-management.js/compare/v7.18.0...v7.18.1) (2021-05-07)
1
+ ## [7.18.2](https://github.com/contentful/contentful-management.js/compare/v7.18.1...v7.18.2) (2021-05-07)
2
2
 
3
3
 
4
4
  ### Bug Fixes
5
5
 
6
- * entry references conventional commit release ([#849](https://github.com/contentful/contentful-management.js/issues/849)) ([65ad97b](https://github.com/contentful/contentful-management.js/commit/65ad97b4a7625f51805c8da6362c6796dd7d382a))
6
+ * getEntryReferences types ([#850](https://github.com/contentful/contentful-management.js/issues/850)) ([46542ef](https://github.com/contentful/contentful-management.js/commit/46542efdc679df5f8c83395eecaf1119519d05ae))
7
7
 
8
8
  # CHANGELOG
9
9
 
@@ -8158,7 +8158,7 @@ function createClient(params) {
8158
8158
  var opts = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {};
8159
8159
  var sdkMain = opts.type === 'plain' ? 'contentful-management-plain.js' : 'contentful-management.js';
8160
8160
  var userAgent = Object(contentful_sdk_core__WEBPACK_IMPORTED_MODULE_0__["getUserAgentHeader"])( // @ts-expect-error
8161
- "".concat(sdkMain, "/").concat("7.18.1"), params.application, params.integration, params.feature);
8161
+ "".concat(sdkMain, "/").concat("7.18.2"), params.application, params.integration, params.feature);
8162
8162
  var adapter = Object(_create_adapter__WEBPACK_IMPORTED_MODULE_1__["createAdapter"])(params); // Parameters<?> and ReturnType<?> only return the types of the last overload
8163
8163
  // https://github.com/microsoft/TypeScript/issues/26591
8164
8164
  // @ts-expect-error