File tree Expand file tree Collapse file tree
packages/packages/google-gax Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -48,5 +48,6 @@ exports.PageDescriptor = gax.PageDescriptor;
4848exports . RetryOptions = gax . RetryOptions ;
4949exports . BackoffSettings = gax . BackoffSettings ;
5050exports . BundleOptions = gax . BundleOptions ;
51+ exports . BundleDescriptor = gax . BundleDescriptor ;
5152exports . constructSettings = gax . constructSettings ;
5253exports . BundleExecutor = require ( './lib/bundling' ) . BundleExecutor ;
Original file line number Diff line number Diff line change @@ -114,6 +114,6 @@ exports.createStub = function createStub(
114114 */
115115exports . createByteLengthFunction = function createByteLengthFunction ( message ) {
116116 return function getByteLength ( obj ) {
117- return message . encoder ( obj ) . buffer . length ;
117+ return message . encode ( obj ) . buffer . length ;
118118 } ;
119119} ;
Original file line number Diff line number Diff line change 77 "chai" : " *" ,
88 "eventemitter2" : " 1.0.2" ,
99 "google-auth-library" : " 0.9.8" ,
10- "grpc" : " ~0.14.1 " ,
10+ "grpc" : " ~0.15.0 " ,
1111 "lodash" : " ~4.11.1" ,
1212 "through2" : " ~2.0.1"
1313 },
You can’t perform that action at this time.
0 commit comments