Skip to content

Commit

Permalink
v6.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: kukhariev <[email protected]>
  • Loading branch information
kukhariev committed Jun 10, 2023
1 parent 833867f commit 79092c0
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 29 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.3",
"version": "6.1.4",
"private": true,
"scripts": {
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"dotenv": "16.0.3",
"express": "4.18.2",
"node-uploadx": "^6.1.3",
"node-uploadx": "^6.1.4",
"winston": "3.8.2"
},
"devDependencies": {
Expand Down
34 changes: 17 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "6.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": "6.1.3",
"version": "6.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": "6.1.3",
"version": "6.1.4",
"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.2"
"@uploadx/core": "^6.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": "6.1.3",
"version": "6.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": "^6.1.3",
"@uploadx/gcs": "^6.1.3",
"@uploadx/s3": "^6.1.3"
"@uploadx/core": "^6.1.4",
"@uploadx/gcs": "^6.1.4",
"@uploadx/s3": "^6.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": "6.1.3",
"version": "6.1.4",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@aws-sdk/types": "^3.347.0"
},
"peerDependencies": {
"@uploadx/core": "^6.1.2"
"@uploadx/core": "^6.1.4"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 79092c0

Please sign in to comment.