File tree Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Expand file tree Collapse file tree 3 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/google-auth-library?activeTab=versions
6
6
7
+ ## [ 9.2.0] ( https://github.com/googleapis/google-auth-library-nodejs/compare/v9.1.0...v9.2.0 ) (2023-10-26)
8
+
9
+
10
+ ### Features
11
+
12
+ * Unify Base ` AuthClient ` Options ([ #1663 ] ( https://github.com/googleapis/google-auth-library-nodejs/issues/1663 ) ) ([ 5ac6705] ( https://github.com/googleapis/google-auth-library-nodejs/commit/5ac67052f6c19e93c3e8c4e1636fad4737fcee08 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** deps:** Update dependency @googleapis/iam to v12 ([ #1671 ] ( https://github.com/googleapis/google-auth-library-nodejs/issues/1671 ) ) ([ 4f94ffe] ( https://github.com/googleapis/google-auth-library-nodejs/commit/4f94ffe474ee41b560813b81e8d621be848d38d0 ) )
18
+ * DOS security risks ([ #1668 ] ( https://github.com/googleapis/google-auth-library-nodejs/issues/1668 ) ) ([ b25d4f5] ( https://github.com/googleapis/google-auth-library-nodejs/commit/b25d4f54f88c52c8496ef65f5ab2a75122100f2c ) )
19
+ * Increase max asset size ([ #1682 ] ( https://github.com/googleapis/google-auth-library-nodejs/issues/1682 ) ) ([ edb9401] ( https://github.com/googleapis/google-auth-library-nodejs/commit/edb94018cadd2ad796ccec5496e3bfcbade39c7f ) )
20
+ * Remove broken source maps ([ #1669 ] ( https://github.com/googleapis/google-auth-library-nodejs/issues/1669 ) ) ([ 56cb3ad] ( https://github.com/googleapis/google-auth-library-nodejs/commit/56cb3ad24c5e4b6952169b88d0a43e89cbf1252e ) )
21
+
7
22
## [ 9.1.0] ( https://github.com/googleapis/google-auth-library-nodejs/compare/v9.0.0...v9.1.0 ) (2023-10-02)
8
23
9
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " google-auth-library" ,
3
- "version" : " 9.1 .0" ,
3
+ "version" : " 9.2 .0" ,
4
4
"author" : " Google Inc." ,
5
5
"description" : " Google APIs Authentication Client Library for Node.js" ,
6
6
"engines" : {
Original file line number Diff line number Diff line change 15
15
"dependencies" : {
16
16
"@google-cloud/storage" : " ^7.0.0" ,
17
17
"@googleapis/iam" : " ^12.0.0" ,
18
- "google-auth-library" : " ^9.1 .0" ,
18
+ "google-auth-library" : " ^9.2 .0" ,
19
19
"node-fetch" : " ^2.3.0" ,
20
20
"opn" : " ^5.3.0" ,
21
21
"server-destroy" : " ^1.0.1"
You can’t perform that action at this time.
0 commit comments