Skip to content

Commit

Permalink
fix: improved consumer/publisher perf
Browse files Browse the repository at this point in the history
  • Loading branch information
AVVS committed Mar 1, 2022
1 parent 4147137 commit aa14da7
Show file tree
Hide file tree
Showing 4 changed files with 147 additions and 91 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
"rimraf": "^3.0.2",
"semantic-release": "^19.0.2",
"sinon": "^13.0.1",
"typescript": "^4.5.5"
"typescript": "^4.6.2"
},
"peerDependencies": {
"common-errors": "~1.x.x"
},
"dependencies": {
"@microfleet/amqp-coffee": "^2.0.3",
"@microfleet/amqp-coffee": "^2.1.0",
"@types/common-errors": "^1.0.2",
"bluebird": "^3.7.2",
"common-errors": "^1.2.0",
Expand All @@ -72,7 +72,7 @@
"object-hash": "^3.0.0",
"opentracing": "^0.14.7",
"pino": "^7.8.0",
"read-pkg": "5",
"read-pkg": "^5.2.0",
"sonic-boom": "^2.6.0",
"uuid": "^8.3.2"
},
Expand Down
Loading

0 comments on commit aa14da7

Please sign in to comment.