Skip to content

Commit

Permalink
v5.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: q_h <[email protected]>
  • Loading branch information
kukhariev committed May 29, 2022
1 parent fa9876a commit b66fbef
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "5.1.3",
"version": "5.1.4",
"private": true,
"scripts": {
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -20,7 +20,7 @@
"express": "4.18.1",
"fastify": "3.29.0",
"middie": "6.1.0",
"node-uploadx": "^5.1.3",
"node-uploadx": "^5.1.4",
"ts-node-dev": "2.0.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-uploadx-src",
"version": "5.1.3",
"version": "5.1.4",
"description": "Node.js resumable upload middleware",
"keywords": [
"resumable",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadx/core",
"version": "5.1.3",
"version": "5.1.4",
"description": "Node.js resumable upload middleware",
"keywords": [
"resumable",
Expand Down
4 changes: 2 additions & 2 deletions packages/gcs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadx/gcs",
"version": "5.1.3",
"version": "5.1.4",
"description": "Uploadx GCS module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node-fetch": "^2.5.12"
},
"peerDependencies": {
"@uploadx/core": "^5.1.3"
"@uploadx/core": "^5.1.4"
},
"publishConfig": {
"access": "public"
Expand Down
8 changes: 4 additions & 4 deletions packages/node-uploadx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-uploadx",
"version": "5.1.3",
"version": "5.1.4",
"description": "Node.js resumable upload middleware",
"keywords": [
"resumable",
Expand Down Expand Up @@ -33,9 +33,9 @@
"clean": "rimraf ./tsconfig.tsbuildinfo ./lib"
},
"dependencies": {
"@uploadx/core": "^5.1.3",
"@uploadx/gcs": "^5.1.3",
"@uploadx/s3": "^5.1.3"
"@uploadx/core": "^5.1.4",
"@uploadx/gcs": "^5.1.4",
"@uploadx/s3": "^5.1.4"
},
"publishConfig": {
"access": "public"
Expand Down
4 changes: 2 additions & 2 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadx/s3",
"version": "5.1.3",
"version": "5.1.4",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@aws-sdk/types": "^3.47.0"
},
"peerDependencies": {
"@uploadx/core": "^5.1.3"
"@uploadx/core": "^5.1.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit b66fbef

Please sign in to comment.