File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "unit" : " node --test test.js" ,
1111 "test:typescript" : " tsd" ,
1212 "test" : " npm run lint && npm run unit && tsd" ,
13- "coverage" : " nyc --reporter=lcov node --test test.js" ,
13+ "coverage" : " c8 --reporter=lcov node --test test.js" ,
1414 "test:ci" : " npm run lint && npm run coverage && npm run test:typescript" ,
1515 "license-checker" : " license-checker --production --onlyAllow='MIT;ISC;BSD-3-Clause;BSD-2-Clause'" ,
1616 "release" : " read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics"
6161 },
6262 "devDependencies" : {
6363 "@fastify/pre-commit" : " ^2.2.0" ,
64- "@types/node" : " ^22.13.5 " ,
64+ "@types/node" : " ^22.15.1 " ,
6565 "aedes" : " ^0.51.3" ,
66- "eslint" : " ^9.21.0" ,
66+ "c8" : " ^10.1.3" ,
67+ "eslint" : " ^9.25.1" ,
6768 "license-checker" : " ^25.0.1" ,
68- "mqemitter" : " ^6 .0.2 " ,
69+ "mqemitter" : " ^7 .0.0 " ,
6970 "neostandard" : " ^0.12.1" ,
70- "nyc" : " ^17.1.0" ,
71- "release-it" : " ^18.1.2" ,
72- "tsd" : " ^0.31.2"
71+ "release-it" : " ^19.0.1" ,
72+ "tsd" : " ^0.32.0"
7373 },
7474 "dependencies" : {
7575 "aedes-packet" : " ^3.0.0" ,
You can’t perform that action at this time.
0 commit comments