feat!: migrate utils/object-inverse to object/inverse #9523
feat!: migrate utils/object-inverse to object/inverse #9523kgryte merged 4 commits intostdlib-js:developfrom
utils/object-inverse to object/inverse #9523Conversation
This commit removes the `objectInverse` symbol from the `@stdlib/utils` namespace due to a package migration. BREAKING CHANGE: remove `objectInverse` To migrate, users should access the same symbol via the `@stdlib/object` namespace. Ref: stdlib-js#8755
This commit removes `@stdlib/utils/object-inverse` in favor of `@stdlib/object/inverse`. BREAKING CHANGE: remove `utils/object-inverse` To migrate, users should update their require/import paths to use `@stdlib/object/inverse` which provides the same API and implementation. Ref: stdlib-js#8755
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
Given that the CI errors are not caused due changes in this PR I'll go ahead and open this for review!! |
|
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
|
As the CI failure is not due to changes introduced in this PR, I'll go ahead and merge. |
Progresses #8755.
Description
This pull request:
utils/object-inversetoobject/inverseRelated Issues
This pull request has the following related issues:
utilspackages toobject(tracking issue) #8755Questions
No.
Other
No.
Checklist
AI Assistance
If you answered "yes" above, how did you use AI assistance?
Disclosure
{{TODO: add disclosure if applicable}}
@stdlib-js/reviewers