We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af043cc commit 95366fbCopy full SHA for 95366fb
packages/server/README.md
@@ -2,7 +2,7 @@
2
3
> 👉 **Note**: since 1.0.0 packages are split and published under the `@tus` scope.
4
> The old package, `tus-node-server`, is considered unstable and will only receive security fixes.
5
-> Make sure to use the new package, currently in beta at `1.0.0-beta.2`.
+> Make sure to use the new package, currently in beta at `1.0.0-beta.5`.
6
7
## Contents
8
packages/server/package.json
@@ -1,7 +1,7 @@
1
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/server",
- "version": "1.0.0-beta.4",
+ "version": "1.0.0-beta.5",
"description": "Tus resumable upload protocol in Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
0 commit comments