This repository was archived by the owner on Nov 18, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed
Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/gax-nodejs?activeTab=versions
66
7+ ## [ 1.8.0] ( https://www.github.com/googleapis/gax-nodejs/compare/v1.7.5...v1.8.0 ) (2019-11-08)
8+
9+
10+ ### Features
11+
12+ * export GaxCall in apiTypes ([ c451c32] ( https://www.github.com/googleapis/gax-nodejs/commit/c451c3234c53b1e4d362c5988c4b781e1013dc52 ) )
13+
14+
15+ ### Bug Fixes
16+
17+ * correct array comparison ([ #628 ] ( https://www.github.com/googleapis/gax-nodejs/issues/628 ) ) ([ c73e2fd] ( https://www.github.com/googleapis/gax-nodejs/commit/c73e2fd22427a7ce2fe16063251a1f1d84ec61f9 ) )
18+ * ** deps:** bump google-gax to 1.7.5 ([ #630 ] ( https://www.github.com/googleapis/gax-nodejs/issues/630 ) ) ([ 7428a26] ( https://www.github.com/googleapis/gax-nodejs/commit/7428a26aad0512fff68213f7cdd20eca798266e7 ) )
19+
720### [ 1.7.5] ( https://www.github.com/googleapis/gax-nodejs/compare/v1.7.4...v1.7.5 ) (2019-10-14)
821
922
Original file line number Diff line number Diff line change 11{
22 "name" : " google-gax" ,
3- "version" : " 1.7.5 " ,
3+ "version" : " 1.8.0 " ,
44 "description" : " Google API Extensions" ,
55 "main" : " build/src/index.js" ,
66 "types" : " build/src/index.d.ts" ,
Original file line number Diff line number Diff line change 1111 "test" : " mocha system-test"
1212 },
1313 "dependencies" : {
14- "google-gax" : " ^1.7.5 "
14+ "google-gax" : " ^1.8.0 "
1515 },
1616 "devDependencies" : {
1717 "mocha" : " ^6.0.0"
You can’t perform that action at this time.
0 commit comments