The patch defined in this module's composer.json file has been committed to 8.8.x. As a result, the patch no longer applies and `composer install` (for example) will return a non-zero exit code.
The issue in question is #3014277: ResourceTypes should know about their fields
Proposed resolution:
Remove the patch from composer.json
Require drupal/core: < 8.7
People who are using core 8.7 will continue to get the alpha2 release. People who are using 8.8.x-dev can use the dev release of this module.
Comments
Comment #2
balsamaLooks like #3061610: Typed Data's EntityDeriver does not derive bundle-level data types when a bundle has the same name as its entity type (f.e. entity:comment:comment) has also been fixed so that should be removed too.
Comment #4
gabesulliceThanks for reminding me @balsama!