Skip to content

Commit

Permalink
Use @acuminous/bitsytnax fork
Browse files Browse the repository at this point in the history
  • Loading branch information
cressie176 committed Sep 1, 2022
1 parent 3de60ea commit 557aa7c
Show file tree
Hide file tree
Showing 4 changed files with 56 additions and 174 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Change log for amqplib

## Changes in v0.10.3

git log v0.10.2..v0.10.3

- Use @acuminous/bitsyntax fork. See https://github.com/amqp-node/amqplib/issues/453

## Changes in v0.10.2

git log v0.10.1..v0.10.2
Expand Down
2 changes: 1 addition & 1 deletion lib/frame.js
Expand Up @@ -8,7 +8,7 @@ var defs = require('./defs');
var constants = defs.constants;
var decode = defs.decode;

var Bits = require('bitsyntax');
var Bits = require('@acuminous/bitsyntax');

module.exports.PROTOCOL_HEADER = "AMQP" + String.fromCharCode(0, 0, 9, 1);

Expand Down
220 changes: 48 additions & 172 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
Expand Up @@ -12,7 +12,7 @@
"node": ">=10"
},
"dependencies": {
"bitsyntax": "~0.1.0",
"@acuminous/bitsyntax": "^0.1.1",
"buffer-more-ints": "~1.0.0",
"readable-stream": "1.x >=1.1.9",
"url-parse": "~1.5.10"
Expand Down

0 comments on commit 557aa7c

Please sign in to comment.