File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
33> 👉 ** Note** : since 1.0.0 packages are split and published under the ` @tus ` scope.
44> The old package, ` tus-node-server ` , is considered unstable and will only receive security fixes.
5- > Make sure to use the new packages, currently in beta at ` 1.0.0-beta.1 ` .
5+ > Make sure to use the new packages, currently in beta at ` 1.0.0-beta.3 ` .
66
77## Contents
88
@@ -29,7 +29,7 @@ npm install @tus/gcs-store
2929const {Server } = require (' @tus/server' )
3030const {GCSStore } = require (' @tus/gcs-store' )
3131
32- const {Storage } = require (' @google-cloud/storage' );
32+ const {Storage } = require (' @google-cloud/storage' )
3333
3434const storage = new Storage ({keyFilename: ' key.json' })
3535
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://json.schemastore.org/package.json" ,
33 "name" : " @tus/gcs-store" ,
4- "version" : " 1.0.0-beta.2 " ,
4+ "version" : " 1.0.0-beta.3 " ,
55 "description" : " Google Cloud Storage for @tus/server" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments