Skip to content

Commit

Permalink
feat: update to v1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chakhsu committed Dec 3, 2023
1 parent 8bc0813 commit e5242c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gRPCity ![build-status](https://github.com/chakhsu/grpcity/actions/workflows/tests.yml/badge.svg) ![npm](https://img.shields.io/npm/v/grpcity) ![license](https://img.shields.io/npm/l/grpcity) ![code-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)
# gRPCity ![build-status](https://github.com/chakhsu/grpcity/actions/workflows/tests.yml/badge.svg) ![npm](https://img.shields.io/npm/v/grpcity) ![license](https://img.shields.io/npm/l/grpcity) ![code-style](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)

[English](./README.md) | [简体中文](./README_CN.md)

Expand Down
2 changes: 1 addition & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# gRPCity ![build-status](https://github.com/chakhsu/grpcity/actions/workflows/tests.yml/badge.svg) ![npm](https://img.shields.io/npm/v/grpcity) ![license](https://img.shields.io/npm/l/grpcity) ![code-style](https://img.shields.io/badge/code_style-standard-brightgreen.svg)
# gRPCity ![build-status](https://github.com/chakhsu/grpcity/actions/workflows/tests.yml/badge.svg) ![npm](https://img.shields.io/npm/v/grpcity) ![license](https://img.shields.io/npm/l/grpcity) ![code-style](https://img.shields.io/badge/code_style-prettier-brightgreen.svg)

[English](./README.md) | [简体中文](./README_CN.md)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "grpcity",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "A powerful and complete gRPC framework for Node.js",
"author": "Chakhsu.Lau",
"license": "MIT",
Expand All @@ -21,7 +21,7 @@
"url": "https://github.com/chakhsu/grpcity/issues"
},
"main": "./types/index.js",
"typings": "./types/index.d.ts",
"types": "./types/index.d.ts",
"engines": {
"node": ">=16"
},
Expand Down
2 changes: 1 addition & 1 deletion test/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ describe('Grpc Loader', () => {
expect(result.message).to.be.eq('hello, grpc')

// 支持相同service的client访问不同host和port
const timeout = 20
const timeout = 50
const client2 = loader.client('test.helloworld.Greeter', {
host: 'localhost',
port: 12305,
Expand Down

0 comments on commit e5242c0

Please sign in to comment.