Commit 2c97df2
authored
chore(user-operation-controller): Remove unnecessary
## Explanation
The `@metamask/user-operation-controller` package has been updated to
remove the peer dependency `@metamask/polling-controller`. Contrary to
what the name might suggest, `@metamask/polling-controller` is not
itself a controller package, so it's not subject to our policy of making
controller dependencies peer dependencies. It's just a regular library.
## References
N/A
## Changelog
### `@metamask/user-operation-controller`
#### Removed
- Remove `@metamask/polling-controller` peer dependency
- This was mistakenly added as a peer dependency in v1. Now it's a
regular dependency.
## Checklist
- [x] I've updated the test suite for new or updated code as appropriate
- [x] I've updated documentation (JSDoc, Markdown, etc.) for new or
updated code as appropriate
- [x] I've highlighted breaking changes using the "BREAKING" category
above as appropriatepeerDependency (#3823)1 parent 7b139dc commit 2c97df2
2 files changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | 64 | | |
66 | 65 | | |
67 | 66 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2945 | 2945 | | |
2946 | 2946 | | |
2947 | 2947 | | |
2948 | | - | |
2949 | 2948 | | |
2950 | 2949 | | |
2951 | 2950 | | |
| |||
0 commit comments