Skip to content

Commit

Permalink
chore: update bl
Browse files Browse the repository at this point in the history
  • Loading branch information
JKRhb committed Nov 23, 2022
1 parent 6df3ffc commit 29aa2cf
Show file tree
Hide file tree
Showing 2 changed files with 3 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
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@
"typescript": "^4.9.3"
},
"dependencies": {
"@types/bl": "^5.0.2",
"bl": "^5.0.0",
"bl": "^6.0.0",
"capitalize": "^2.0.4",
"coap-packet": "^1.1.1",
"debug": "^4.3.4",
Expand Down

0 comments on commit 29aa2cf

Please sign in to comment.