Skip to content

Commit

Permalink
Merge pull request #361 from JKRhb/update-bl
Browse files Browse the repository at this point in the history
chore: update bl
  • Loading branch information
JKRhb authored Jan 2, 2023
2 parents 54ce1c2 + 53c2cad commit 37a3ef8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions lib/outgoing_message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@
* See the included LICENSE file for more details.
*/

import BufferList from 'bl'
import BufferListStream from 'bl'
import { CoapPacket, CoapRequestParams, OptionValue } from '../models/models'
import { genAck, toCode, setOption } from './helpers'
import RetrySend from './retry_send'
import { SegmentedTransmission } from './segmentation'
import IncomingMessage from './incoming_message'
import { OptionName, Packet } from 'coap-packet'

export default class OutgoingMessage extends BufferList implements BufferList {
export default class OutgoingMessage extends BufferListStream {
_packet: Packet
_ackTimer: NodeJS.Timeout | null
_send: (req: OutgoingMessage, packet: Packet) => void
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@
"typescript": "~4.8.4"
},
"dependencies": {
"@types/bl": "~5.0.2",
"@types/lru-cache": "^5.1.1",
"bl": "^5.0.0",
"bl": "^6.0.0",
"@types/readable-stream": "^2.3.15",
"capitalize": "^2.0.4",
"coap-packet": "^1.1.1",
"debug": "^4.3.4",
Expand Down

0 comments on commit 37a3ef8

Please sign in to comment.