Skip to content

Commit

Permalink
Merge pull request #643 from DiefBell/export-socket-type-from-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Aug 12, 2024
2 parents f9ee2a3 + 3cd6da3 commit cfaebbc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zeromq",
"version": "6.0.0-beta.20",
"version": "6.0.0-beta.21",
"description": "Next-generation ZeroMQ bindings for Node.js",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
1 change: 1 addition & 0 deletions src/compat.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,6 +901,7 @@ export {
version,
Context,
Socket,
SocketType,
createSocket as socket,
createSocket,
curveKeypair,
Expand Down

0 comments on commit cfaebbc

Please sign in to comment.