Skip to content

Commit

Permalink
up to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
FZambia committed May 24, 2024
1 parent 549588a commit 24d2df8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "centrifuge",
"version": "5.1.1",
"version": "5.2.0",
"description": "JavaScript client SDK for bidirectional communication with Centrifugo and Centrifuge-based server from browser, NodeJS and React Native",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down Expand Up @@ -87,4 +87,4 @@
"events": "^3.3.0",
"protobufjs": "^7.2.5"
}
}
}
8 changes: 8 additions & 0 deletions src/client.proto.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,10 @@
"node": {
"type": "string",
"id": 10
},
"time": {
"type": "int64",
"id": 11
}
}
},
Expand Down Expand Up @@ -502,6 +506,10 @@
"node": {
"type": "string",
"id": 10
},
"time": {
"type": "int64",
"id": 11
}
}
},
Expand Down

0 comments on commit 24d2df8

Please sign in to comment.