Skip to content

Commit

Permalink
feat: amqp-coffee with ts amqp-codec
Browse files Browse the repository at this point in the history
BREAKING CHANGE: uses internal module that is potentially unstable,
making a major release due to that
  • Loading branch information
AVVS committed Feb 27, 2022
1 parent e8a705a commit 43276d9
Show file tree
Hide file tree
Showing 3 changed files with 104 additions and 71 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,14 @@
"@makeomatic/deploy": "^12.6.3",
"@types/bluebird": "^3.5.36",
"@types/is": "^0.0.21",
"@types/lodash": "^4.14.178",
"@types/lodash": "^4.14.179",
"@types/mocha": "^9.1.0",
"benchmark": "^2.1.4",
"c8": "^7.11.0",
"chai": "^4.3.6",
"codecov": "^3.8.3",
"cross-env": "^7.0.3",
"eslint": "^8.9.0",
"eslint": "^8.10.0",
"eslint-config-makeomatic": "^5.1.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-mocha": "^10.0.3",
Expand All @@ -56,7 +57,7 @@
"common-errors": "~1.x.x"
},
"dependencies": {
"@microfleet/amqp-coffee": "^1.3.1",
"@microfleet/amqp-coffee": "^2.0.3",
"@types/common-errors": "^1.0.2",
"bluebird": "^3.7.2",
"common-errors": "^1.2.0",
Expand Down
Loading

0 comments on commit 43276d9

Please sign in to comment.