Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chatie/grpc",
"version": "0.15.2",
"version": "0.15.3",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the version config in local package.json file has changed, so I don't run npm version patch & git push.

"description": "gRPC for Chatie",
"main": "dist/src/index.js",
"typings": "dist/src/index.d.js",
Expand Down
2 changes: 1 addition & 1 deletion python/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ shopt -s globstar
#

# Directory to write generated code to (.js and .d.ts files)
OUT_DIR="./src/chatie-grpc"
OUT_DIR="./src/chatie_grpc"
[ -d ${OUT_DIR} ] || {
mkdir -p ${OUT_DIR}
}
Expand Down