Skip to content

Commit

Permalink
chore: bump notepack.io to version 2.2.0
Browse files Browse the repository at this point in the history
darrachequesne committed Sep 2, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent fa4d474 commit 5b3ed58
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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
@@ -15,7 +15,7 @@
},
"dependencies": {
"debug": "~4.1.0",
"notepack.io": "~2.1.2",
"notepack.io": "~2.2.0",
"redis": "^3.0.0",
"socket.io-adapter": "~1.1.0",
"uid2": "0.0.3"
2 changes: 1 addition & 1 deletion test/index.js
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ var socket1, socket2, socket3;
done();
});

var buf = new Buffer('asdfasdf', 'utf8');
var buf = Buffer.from('asdfasdf', 'utf8');
var array = Uint8Array.of(1, 2, 3, 4);
socket2.broadcast.emit('woot', [], { a: 'b' }, buf, array);
});

0 comments on commit 5b3ed58

Please sign in to comment.