Skip to content

Commit

Permalink
Merge pull request #383 from JimmyBjorklund/master
Browse files Browse the repository at this point in the history
New try to fix the pr for the Fixed build issuee can only be default-imported using the 'esModule
  • Loading branch information
JKRhb committed Mar 26, 2024
2 parents d3ae119 + 2389516 commit 0cf32fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion lib/outgoing_message.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,15 @@
* See the included LICENSE file for more details.
*/

import BufferListStream 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 BufferListStream {
_packet: Packet
_ackTimer: NodeJS.Timeout | null
Expand Down
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,13 @@
"typescript": "^5.2.2"
},
"dependencies": {
"@types/lru-cache": "^7.10.10",
"bl": "^6.0.0",
"@types/readable-stream": "^2.3.15",
"capitalize": "^2.0.4",
"coap-packet": "^1.1.1",
"debug": "^4.3.4",
"fastseries": "^2.0.0",
"lru-cache": "^10.0.3",
"lru-cache": "^10.2.0",
"readable-stream": "^4.2.0"
},
"engines": {
Expand Down

0 comments on commit 0cf32fa

Please sign in to comment.