Skip to content

Commit

Permalink
v3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
twiddli committed Feb 11, 2023
1 parent a59caab commit 3074fa8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "happypandax-client",
"version": "3.2.0",
"version": "3.2.1",
"description": "A javascript client library for communicating with HappyPanda X servers",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down Expand Up @@ -33,7 +33,8 @@
},
"homepage": "https://github.com/happypandax/js-client#readme",
"dependencies": {
"@msgpack/msgpack": "^2.8.0"
"@msgpack/msgpack": "^2.8.0",
"ts-custom-error": "^3.3.1"
},
"devDependencies": {
"@babel/cli": "^7.20.7",
Expand Down

0 comments on commit 3074fa8

Please sign in to comment.