client-sdk-js icon indicating copy to clipboard operation
client-sdk-js copied to clipboard

Remove Peer Dependency "@types/dom-mediacapture-record"

Open nkeil opened this issue 2 months ago • 0 comments

Describe the problem

As a minor nitpick, it's annoying to see [email protected]" has unmet peer dependency "@types/dom-mediacapture-record@^1 when installing my packages. Seems unusual for a types-only package to be a required dependency, let alone a peer dependency that I must add to my package.json for this warning to go away.

Describe the proposed solution

Either remove the peer dependency from the published package or make it required if needed to run (which I don't think is the case since it runs fine without me installing it).

Importance

nice to have

nkeil avatar Dec 10 '25 22:12 nkeil