Skip to content

Commit

Permalink
chore(binding-coap): upgrade coap to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
relu91 committed Jan 21, 2025
1 parent f6162dd commit 202ccbc
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 11 deletions.
17 changes: 13 additions & 4 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 packages/binding-coap/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"types": "dist/coap.d.ts",
"dependencies": {
"@node-wot/core": "0.8.17",
"coap": "^1.4.0",
"coap": "^1.4.1",
"dns-packet": "^5.2.2",
"multicast-dns": "^7.2.5",
"node-coap-client": "1.0.8",
Expand Down
6 changes: 0 additions & 6 deletions packages/binding-coap/tsconfig.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,6 @@
{
"extends": "../../tsconfig.json",
"compilerOptions": {
/*
* coap library is depending to lru-cache 10.2.2
* which suffers from a bug that causes error in the compiler.
* see https: //github.com/isaacs/node-lru-cache/issues/354
*/
"skipLibCheck": true,
"outDir": "dist",
"rootDir": "src"
},
Expand Down

0 comments on commit 202ccbc

Please sign in to comment.