Skip to content

Commit

Permalink
Revert "[ci] release (#601)"
Browse files Browse the repository at this point in the history
This reverts commit cc0333e.
  • Loading branch information
Murderlon committed Apr 25, 2024
1 parent cc0333e commit 9967900
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 10 deletions.
5 changes: 5 additions & 0 deletions .changeset/serious-mangos-wait.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tus/server': minor
---

Add `lockDrainTimeout` option
5 changes: 5 additions & 0 deletions .changeset/wild-actors-leave.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@tus/server': minor
---

Allow onUploadCreate hook to override metadata
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"@tus/file-store": "^1.3.2",
"@tus/gcs-store": "^1.2.1",
"@tus/s3-store": "^1.4.2",
"@tus/server": "^1.5.0",
"@tus/server": "^1.4.2",
"tus-js-client": "^2.3.2"
},
"devDependencies": {
Expand Down
7 changes: 0 additions & 7 deletions packages/server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# @tus/server

## 1.5.0

### Minor Changes

- 0449056: Add `lockDrainTimeout` option
- 7f0c368: Allow onUploadCreate hook to override metadata

## 1.4.2

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://json.schemastore.org/package.json",
"name": "@tus/server",
"version": "1.5.0",
"version": "1.4.2",
"description": "Tus resumable upload protocol in Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"@tus/file-store": "^1.3.2",
"@tus/gcs-store": "^1.2.1",
"@tus/s3-store": "^1.4.2",
"@tus/server": "^1.5.0"
"@tus/server": "^1.4.2"
},
"devDependencies": {
"@types/mocha": "^10.0.6",
Expand Down

0 comments on commit 9967900

Please sign in to comment.