Fix MessagePack JS package peer dependency
See original GitHub issueThe @aspnet/signalr-protocol-msgpack package has a peer dependency on @aspnet/signalr. This is good, but the value is static and hasn’t been updated since 1.0.0-preview3. We should either add automation to update the peer dependency on every build, or just remove it, or maybe make it a real dependency.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:1
- Comments:12 (10 by maintainers)
Top Results From Across the Web
Fix issue with npm peerDependencies for particular package
My application uses a set of domain packages that have the core as a peer dependency. All domain packages looks like the following:...
Read more >MessagePack: It's like JSON. but fast and small.
MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller.
Read more >msgpack/msgpack
MessagePack for ECMA-262/JavaScript/TypeScript. Latest version: 3.0.0-beta2, last published: 5 months ago. Start using @msgpack/msgpack in ...
Read more >pnpm add <pkg>
pnpm add <pkg>. Installs a package and any packages that it depends on. By default, any new package is installed as a production...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

This is fixed in the preview7 build
Acceptance checklist (check one item)