File tree 3 files changed +16
-2
lines changed
3 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions
6
6
7
+ ## [ 6.2.0] ( https://github.com/googleapis/nodejs-storage/compare/v6.1.0...v6.2.0 ) (2022-06-22)
8
+
9
+
10
+ ### Features
11
+
12
+ * Convenient ` gs:// ` URI retrieval ([ #1987 ] ( https://github.com/googleapis/nodejs-storage/issues/1987 ) ) ([ 58fad6d] ( https://github.com/googleapis/nodejs-storage/commit/58fad6d9a3bd92966306e98fd7dedd3992995cb7 ) )
13
+
14
+
15
+ ### Bug Fixes
16
+
17
+ * ** deps:** update dependency @google-cloud/projectify to v3 ([ #1986 ] ( https://github.com/googleapis/nodejs-storage/issues/1986 ) ) ([ 71a61ec] ( https://github.com/googleapis/nodejs-storage/commit/71a61ec4ef2436bc091f390af14a02b6920b2b87 ) )
18
+ * ** deps:** update dependency @google-cloud/pubsub to v3 ([ #1972 ] ( https://github.com/googleapis/nodejs-storage/issues/1972 ) ) ([ 004b97e] ( https://github.com/googleapis/nodejs-storage/commit/004b97ec0ae866997c84ee2327db87e59f510f00 ) )
19
+ * Requests Respect ` config.projectIdRequired ` === ` false ` ([ #1988 ] ( https://github.com/googleapis/nodejs-storage/issues/1988 ) ) ([ 8813369] ( https://github.com/googleapis/nodejs-storage/commit/881336944be37e15c45b12973064245adc519860 ) )
20
+
7
21
## [ 6.1.0] ( https://github.com/googleapis/nodejs-storage/compare/v6.0.1...v6.1.0 ) (2022-06-08)
8
22
9
23
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @google-cloud/storage" ,
3
3
"description" : " Cloud Storage Client Library for Node.js" ,
4
- "version" : " 6.1 .0" ,
4
+ "version" : " 6.2 .0" ,
5
5
"license" : " Apache-2.0" ,
6
6
"author" : " Google Inc." ,
7
7
"engines" : {
Original file line number Diff line number Diff line change 17
17
},
18
18
"dependencies" : {
19
19
"@google-cloud/pubsub" : " ^3.0.0" ,
20
- "@google-cloud/storage" : " ^6.1 .0" ,
20
+ "@google-cloud/storage" : " ^6.2 .0" ,
21
21
"node-fetch" : " ^2.6.7" ,
22
22
"uuid" : " ^8.0.0" ,
23
23
"yargs" : " ^16.0.0"
You can’t perform that action at this time.
0 commit comments