Skip to content

Commit

Permalink
v6.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: q_h <[email protected]>
  • Loading branch information
kukhariev committed Oct 18, 2022
1 parent ba5e845 commit 5bd9a93
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 14 deletions.
6 changes: 3 additions & 3 deletions examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "examples",
"version": "6.0.0",
"version": "6.1.0",
"private": true,
"scripts": {
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -23,7 +23,7 @@
"express": "4.18.2",
"fastify": "4.8.1",
"@fastify/middie": "8.0.0",
"node-uploadx": "^6.0.0",
"node-uploadx": "^6.1.0",
"pino": "8.6.1",
"winston": "3.8.2"
},
Expand All @@ -32,4 +32,4 @@
"@types/express": "4.17.14",
"ts-node-dev": "2.0.0"
}
}
}
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": "6.0.0",
"version": "6.1.0",
"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": "6.0.0",
"version": "6.1.0",
"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": "6.0.0",
"version": "6.1.0",
"description": "Uploadx GCS module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node-fetch": "^2.5.12"
},
"peerDependencies": {
"@uploadx/core": "^6.0.0"
"@uploadx/core": "^6.1.0"
},
"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": "6.0.0",
"version": "6.1.0",
"description": "Node.js resumable upload middleware",
"keywords": [
"resumable",
Expand Down Expand Up @@ -33,9 +33,9 @@
"clean": "rimraf ./tsconfig.tsbuildinfo ./lib"
},
"dependencies": {
"@uploadx/core": "^6.0.0",
"@uploadx/gcs": "^6.0.0",
"@uploadx/s3": "^6.0.0"
"@uploadx/core": "^6.1.0",
"@uploadx/gcs": "^6.1.0",
"@uploadx/s3": "^6.1.0"
},
"publishConfig": {
"access": "public"
Expand Down
5 changes: 2 additions & 3 deletions packages/s3/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uploadx/s3",
"version": "6.0.0",
"version": "6.1.0",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -36,14 +36,13 @@
"@aws-sdk/client-s3": "^3.47.0",
"@aws-sdk/credential-providers": "^3.47.0",
"@aws-sdk/s3-request-presigner": "^3.47.0"

},
"devDependencies": {
"aws-sdk-client-mock": "^2.0.0",
"@aws-sdk/types": "^3.47.0"
},
"peerDependencies": {
"@uploadx/core": "^6.0.0"
"@uploadx/core": "^6.1.0"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 5bd9a93

Please sign in to comment.