Skip to content

Commit

Permalink
fix: add chainlink scope to package name
Browse files Browse the repository at this point in the history
  • Loading branch information
erikburt committed Jan 23, 2024
1 parent 94c9fea commit e3a0fdb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .changeset/heavy-hats-sit.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"wsrpc": patch
"@chainlink/wsrpc": patch
---

Update dependencies
2 changes: 1 addition & 1 deletion .changeset/ten-boxes-move.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
"wsrpc": patch
"@chainlink/wsrpc": patch
---

Remove deprecated usages of protogen Annotate method
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "wsrpc",
"name": "@chainlink/wsrpc",
"version": "0.8.0",
"description": "Bi-directional communication channel using mTLS and web sockets.",
"main": "index.js",
Expand Down

0 comments on commit e3a0fdb

Please sign in to comment.