Skip to content

Commit 5d5c817

Browse files
committed
Merge branch 'main' of github.com:GetStream/protocol into add-client-type-participant
2 parents 54baa6d + ca235af commit 5d5c817

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+56081
-16890
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MAKEFLAGS += --no-builtin-rules
77
MAKEFLAGS += -j$(NPROCS)
88

99
CURRENT_VERSION_MAJOR = 1
10-
CURRENT_VERSION_MINOR = 32
10+
CURRENT_VERSION_MINOR = 39
1111
CURRENT_VERSION_BUG = 0
1212

1313
GIT_DESCRIBE := $(shell git describe)

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ if command -v yarn &> /dev/null
8181
then
8282
echo "Installing typescript protoc plugin"
8383
mkdir $PROTOC_DIR/.typescript-protobuf
84-
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.9.6 [email protected] --no-lockfile --disable-pnp)
84+
(cd $PROTOC_DIR/.typescript-protobuf && yarn add @protobuf-ts/plugin@2.10.0 [email protected] --no-lockfile --disable-pnp)
8585
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/protoc-gen-ts $PROTOC_DIR/bin/protoc-gen-ts
8686
ln -s $PROTOC_DIR/.typescript-protobuf/node_modules/.bin/prettier $PROTOC_DIR/bin/prettier
8787
else

openapi/chat-openapi-clientside.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)