Skip to content

Commit

Permalink
v4.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
kukhariev committed Mar 2, 2021
1 parent 8a495bc commit 05dc3b1
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 13 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": "4.2.2",
"version": "4.2.3",
"private": true,
"scripts": {
"demo:basic": "tsnd -r tsconfig-paths/register -r dotenv/config express-basic",
Expand All @@ -13,11 +13,11 @@
"demo:fastify": "tsnd -r tsconfig-paths/register -r dotenv/config fastify"
},
"dependencies": {
"@uploadx/core": "^4.2.2",
"@uploadx/core": "^4.2.3",
"dotenv": "8.2.0",
"express": "4.17.1",
"fastify": "2.15.3",
"node-uploadx": "^4.2.2",
"node-uploadx": "^4.2.3",
"ts-node-dev": "1.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": "4.2.2",
"version": "4.2.3",
"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": "4.2.2",
"version": "4.2.3",
"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": "4.2.2",
"version": "4.2.3",
"description": "Uploadx GCS module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -40,7 +40,7 @@
"@types/node-fetch": "2.5.8"
},
"peerDependencies": {
"@uploadx/core": "^4.2.2"
"@uploadx/core": "^4.2.3"
},
"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": "4.2.2",
"version": "4.2.3",
"description": "Node.js resumable upload middleware",
"keywords": [
"resumable",
Expand Down Expand Up @@ -33,9 +33,9 @@
"clean": "rimraf ./tsconfig.tsbuildinfo ./lib"
},
"dependencies": {
"@uploadx/core": "^4.2.2",
"@uploadx/gcs": "^4.2.2",
"@uploadx/s3": "^4.2.2"
"@uploadx/core": "^4.2.3",
"@uploadx/gcs": "^4.2.3",
"@uploadx/s3": "^4.2.3"
},
"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": "4.2.2",
"version": "4.2.3",
"description": "Uploadx S3 module",
"keywords": [
"resumable",
Expand Down Expand Up @@ -35,7 +35,7 @@
"aws-sdk": "^2.782.0"
},
"peerDependencies": {
"@uploadx/core": "^4.2.2"
"@uploadx/core": "^4.2.3"
},
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 05dc3b1

Please sign in to comment.