Skip to content

Commit

Permalink
v6.1.5
Browse files Browse the repository at this point in the history
Signed-off-by: kukhariev <[email protected]>
  • Loading branch information
kukhariev committed Jul 23, 2024
1 parent 942ffa9 commit c022427
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 25 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.4",
"version": "6.1.5",
"private": true,
"scripts": {
"basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -18,7 +18,7 @@
"dependencies": {
"dotenv": "16.4.5",
"express": "^4.19.2",
"node-uploadx": "^6.1.4",
"node-uploadx": "^6.1.5",
"winston": "3.13.1"
},
"devDependencies": {
Expand Down
26 changes: 13 additions & 13 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.4",
"version": "6.1.5",
"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.4",
"version": "6.1.5",
"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.4",
"version": "6.1.5",
"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.4"
"@uploadx/core": "^6.1.5"
},
"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.4",
"version": "6.1.5",
"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.4",
"@uploadx/gcs": "^6.1.4",
"@uploadx/s3": "^6.1.4"
"@uploadx/core": "^6.1.5",
"@uploadx/gcs": "^6.1.5",
"@uploadx/s3": "^6.1.5"
},
"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.4",
"version": "6.1.5",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -42,7 +42,7 @@
"@aws-sdk/types": "^3.357.0"
},
"peerDependencies": {
"@uploadx/core": "^6.1.4"
"@uploadx/core": "^6.1.5"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit c022427

Please sign in to comment.