Skip to content

Commit

Permalink
v6.1.2
Browse files Browse the repository at this point in the history
Signed-off-by: q_h <[email protected]>
  • Loading branch information
kukhariev committed May 1, 2023
1 parent 3657440 commit 015623a
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": "6.1.1",
"version": "6.1.2",
"private": true,
"scripts": {
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -22,7 +22,7 @@
"express": "4.18.2",
"fastify": "4.13.0",
"@fastify/middie": "8.1.0",
"node-uploadx": "^6.1.1",
"node-uploadx": "^6.1.2",
"pino": "8.11.0",
"winston": "3.8.2"
},
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": "6.1.1",
"version": "6.1.2",
"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.1.1",
"version": "6.1.2",
"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.1.1",
"version": "6.1.2",
"description": "Uploadx GCS module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node-fetch": "^2.6.2"
},
"peerDependencies": {
"@uploadx/core": "^6.1.1"
"@uploadx/core": "^6.1.2"
},
"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.1.1",
"version": "6.1.2",
"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.1.1",
"@uploadx/gcs": "^6.1.1",
"@uploadx/s3": "^6.1.1"
"@uploadx/core": "^6.1.2",
"@uploadx/gcs": "^6.1.2",
"@uploadx/s3": "^6.1.2"
},
"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": "6.1.1",
"version": "6.1.2",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@aws-sdk/types": "^3.47.0"
},
"peerDependencies": {
"@uploadx/core": "^6.1.1"
"@uploadx/core": "^6.1.2"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 015623a

Please sign in to comment.