File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -26,4 +26,5 @@ const client = new MyServiceClient('xds:///example.com:123');
26
26
- [ xDS v3 API] ( https://github.com/grpc/proposal/blob/master/A30-xds-v3.md )
27
27
- [ xDS Timeouts] ( https://github.com/grpc/proposal/blob/master/A31-xds-timeout-support-and-config-selector.md )
28
28
- [ xDS Circuit Breaking] ( https://github.com/grpc/proposal/blob/master/A32-xds-circuit-breaking.md )
29
- - [ xDS Client-Side Fault Injection] ( https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md )
29
+ - [ xDS Client-Side Fault Injection] ( https://github.com/grpc/proposal/blob/master/A33-Fault-Injection.md )
30
+ - [ Client Status Discovery Service] ( https://github.com/grpc/proposal/blob/master/A40-csds-support.md )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/grpc-js-xds" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Plugin for @grpc/grpc-js. Adds the xds:// URL scheme and associated features." ,
5
5
"main" : " build/src/index.js" ,
6
6
"scripts" : {
47
47
"re2-wasm" : " ^1.0.1"
48
48
},
49
49
"peerDependencies" : {
50
- "@grpc/grpc-js" : " ~1.4 .0"
50
+ "@grpc/grpc-js" : " ~1.5 .0"
51
51
},
52
52
"engines" : {
53
53
"node" : " >=10.10.0"
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @grpc/grpc-js" ,
3
- "version" : " 1.4.6 " ,
3
+ "version" : " 1.5.0 " ,
4
4
"description" : " gRPC Library for Node - pure JS implementation" ,
5
5
"homepage" : " https://grpc.io/" ,
6
6
"repository" : " https://github.com/grpc/grpc-node/tree/master/packages/grpc-js" ,
You can’t perform that action at this time.
0 commit comments