Skip to content

Commit

Permalink
sockety: bump version along with @sockety/* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rangoo94 committed Jan 25, 2023
1 parent 5c1e917 commit c042748
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/sockety/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "sockety",
"description": "Sockety client and server",
"version": "0.0.4",
"version": "0.0.5",
"publishConfig": {
"access": "public"
},
Expand Down Expand Up @@ -74,9 +74,9 @@
}
},
"dependencies": {
"@sockety/buffers": "^1.0.2",
"@sockety/core": "^0.0.3",
"@sockety/uuid": "^1.0.1",
"@sockety/buffers": "^1.0.4",
"@sockety/core": "^0.0.4",
"@sockety/uuid": "^1.0.2",
"msgpackr": "^1.7.2"
}
}

0 comments on commit c042748

Please sign in to comment.