This repository was archived by the owner on Mar 3, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 44
55[ 1 ] : https://www.npmjs.com/package/@google-cloud/storage?activeTab=versions
66
7+ ## [ 6.0.0] ( https://github.com/googleapis/nodejs-storage/compare/v5.20.5...v6.0.0 ) (2022-05-24)
8+
9+
10+ ### ⚠ BREAKING CHANGES
11+
12+ * update TypeScript
13+ * remove deprecated fields
14+ * remove configstore
15+ * align resumable upload behavior
16+ * utilize internalized CRC32C utilities
17+ * drop node 10 support
18+
19+ ### Build System
20+
21+ * drop node 10 support ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
22+
23+
24+ ### Code Refactoring
25+
26+ * align resumable upload behavior ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
27+ * remove configstore ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
28+ * remove deprecated fields ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
29+ * utilize internalized CRC32C utilities ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
30+
31+
32+ ### deps
33+
34+ * update TypeScript ([ 77fa8d9] ( https://github.com/googleapis/nodejs-storage/commit/77fa8d9f95afbc830b57188ce0d2dfac46476d0b ) )
35+
736### [ 5.20.5] ( https://github.com/googleapis/nodejs-storage/compare/v5.20.4...v5.20.5 ) (2022-05-19)
837
938
Original file line number Diff line number Diff line change 11{
22 "name" : " @google-cloud/storage" ,
33 "description" : " Cloud Storage Client Library for Node.js" ,
4- "version" : " 5.20.5 " ,
4+ "version" : " 6.0.0 " ,
55 "license" : " Apache-2.0" ,
66 "author" : " Google Inc." ,
77 "engines" : {
Original file line number Diff line number Diff line change 1717 },
1818 "dependencies" : {
1919 "@google-cloud/pubsub" : " ^2.0.0" ,
20- "@google-cloud/storage" : " ^5.20.5 " ,
20+ "@google-cloud/storage" : " ^6.0.0 " ,
2121 "node-fetch" : " ^2.6.7" ,
2222 "uuid" : " ^8.0.0" ,
2323 "yargs" : " ^16.0.0"
You can’t perform that action at this time.
0 commit comments