From 24d2df80988f30d6cf189c9774b4acb5c5f9d3d0 Mon Sep 17 00:00:00 2001 From: Alexander Emelin Date: Fri, 24 May 2024 17:33:08 +0300 Subject: [PATCH] up to 5.2.0 --- package.json | 4 ++-- src/client.proto.json | 8 ++++++++ 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 75cb2b11..fe26a8d2 100644 --- a/package.json +++ b/package.json @@ -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", @@ -87,4 +87,4 @@ "events": "^3.3.0", "protobufjs": "^7.2.5" } -} +} \ No newline at end of file diff --git a/src/client.proto.json b/src/client.proto.json index c15e1fc9..275f2d8e 100644 --- a/src/client.proto.json +++ b/src/client.proto.json @@ -404,6 +404,10 @@ "node": { "type": "string", "id": 10 + }, + "time": { + "type": "int64", + "id": 11 } } }, @@ -502,6 +506,10 @@ "node": { "type": "string", "id": 10 + }, + "time": { + "type": "int64", + "id": 11 } } },