fix(cmn): BaseServiceV2 throws on camelCase options#5126
fix(cmn): BaseServiceV2 throws on camelCase options#5126mergify[bot] merged 4 commits intodevelopfrom
Conversation
🦋 Changeset detectedLatest commit: fecd42d The changes in this PR will be included in the next version bump. This PR includes changesets to release 5 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Co-authored-by: Will Cory <willcory10@gmail.com>
|
Might be worth doing a patch changeset |
|
will add a changeset in a bit |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## develop #5126 +/- ##
===========================================
- Coverage 41.19% 37.02% -4.18%
===========================================
Files 349 220 -129
Lines 21317 17545 -3772
Branches 776 54 -722
===========================================
- Hits 8782 6496 -2286
+ Misses 11866 10417 -1449
+ Partials 669 632 -37
Flags with carried forward coverage won't be shown. Click here to find out more. |
|
This PR has been added to the merge queue, and will be merged soon. |
|
This PR is next in line to be merged, and will be merged as soon as checks pass. |
This fixes the
BaseServiceV2ctor throwing with aError: missing required option: camelCaseerror.