This repository was archived by the owner on Jun 24, 2024. It is now read-only.
File tree 3 files changed +13
-2
lines changed
3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
5
5
[ 1 ] : https://www.npmjs.com/package/gcs-resumable-upload?activeTab=versions
6
6
7
+ ## [ 6.0.0] ( https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.1...v6.0.0 ) (2023-08-10)
8
+
9
+
10
+ ### ⚠ BREAKING CHANGES
11
+
12
+ * update to Node 14 ([ #549 ] ( https://github.com/googleapis/gcs-resumable-upload/issues/549 ) )
13
+
14
+ ### Miscellaneous Chores
15
+
16
+ * Update to Node 14 ([ #549 ] ( https://github.com/googleapis/gcs-resumable-upload/issues/549 ) ) ([ be55cae] ( https://github.com/googleapis/gcs-resumable-upload/commit/be55cae1e4cb8c479ebae8e0ace75484405eb86c ) )
17
+
7
18
## [ 5.0.1] ( https://github.com/googleapis/gcs-resumable-upload/compare/v5.0.0...v5.0.1 ) (2022-08-23)
8
19
9
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gcs-resumable-upload" ,
3
- "version" : " 5 .0.1 " ,
3
+ "version" : " 6 .0.0 " ,
4
4
"description" : " Upload a file to Google Cloud Storage with built-in resumable behavior" ,
5
5
"repository" : " googleapis/gcs-resumable-upload" ,
6
6
"main" : " build/src/index.js" ,
Original file line number Diff line number Diff line change 11
11
"test" : " mocha system-test"
12
12
},
13
13
"dependencies" : {
14
- "gcs-resumable-upload" : " ^5 .0.1 "
14
+ "gcs-resumable-upload" : " ^6 .0.0 "
15
15
},
16
16
"devDependencies" : {
17
17
"mocha" : " ^8.0.0"
You can’t perform that action at this time.
0 commit comments