|
12 | 12 | "lint:markdown": "markdownlint docs/*.md README.md",
|
13 | 13 | "lint:markdown:fix": "markdownlint --fix docs/*.md README.md",
|
14 | 14 | "test": "npm run lint && npm run unit && npm run test:typescript",
|
15 |
| - "test:ci": "npm run lint && npm run unit:coverage && npm run test:typescript", |
| 15 | + "test:ci": "npm run lint && npm run coverage && npm run test:typescript", |
16 | 16 | "test:report": "npm run lint && npm run unit:report && npm run test:typescript",
|
17 | 17 | "test:typescript": "tsd",
|
18 |
| - "unit": "tap test/*.js", |
19 |
| - "unit:coverage": "tap --coverage-report=lcov test/*.js", |
| 18 | + "unit": "node checkVersion.js && npm run unit:v20win32 || npm run unit:other", |
| 19 | + "unit:v20win32": "node --test --test-timeout=180000", |
| 20 | + "unit:other": "node --test --test-timeout=180000 test/*.js test/*.cjs", |
| 21 | + "coverage": "c8 --reporter=lcov npm run unit", |
| 22 | + "coverage:report": "c8 report", |
20 | 23 | "license-checker": "license-checker --production --onlyAllow=\"MIT;ISC;BSD-3-Clause;BSD-2-Clause;0BSD\"",
|
21 | 24 | "release": "read -p 'GITHUB_TOKEN: ' GITHUB_TOKEN && export GITHUB_TOKEN=$GITHUB_TOKEN && release-it --disable-metrics"
|
22 | 25 | },
|
|
103 | 106 | },
|
104 | 107 | "devDependencies": {
|
105 | 108 | "@fastify/pre-commit": "^2.2.0",
|
106 |
| - "@sinonjs/fake-timers": "^14.0.0", |
107 |
| - "@types/node": "^24.0.14", |
108 |
| - "concat-stream": "^2.0.0", |
109 |
| - "duplexify": "^4.1.3", |
110 |
| - "eslint": "^9.31.0", |
| 109 | + "@types/node": "^24.2.0", |
| 110 | + "c8": "^10.1.3", |
| 111 | + "eslint": "^9.32.0", |
111 | 112 | "license-checker": "^25.0.1",
|
112 | 113 | "markdownlint-cli": "^0.45.0",
|
113 |
| - "mqtt": "^5.13.2", |
114 |
| - "mqtt-connection": "^4.1.0", |
| 114 | + "mqtt": "^5.14.0", |
115 | 115 | "neostandard": "^0.12.2",
|
116 |
| - "release-it": "^19.0.3", |
117 |
| - "tap": "^21.1.0", |
118 |
| - "tsd": "^0.32.0", |
| 116 | + "release-it": "^19.0.4", |
| 117 | + "tsd": "^0.33.0", |
119 | 118 | "ws": "^8.18.3"
|
120 | 119 | },
|
121 | 120 | "dependencies": {
|
|
133 | 132 | "uuid": "^11.1.0"
|
134 | 133 | },
|
135 | 134 | "peerDependencies": {
|
| 135 | + "aedes-persistence-level": "^9.1.2", |
136 | 136 | "aedes-persistence-mongodb": "^9.3.1",
|
137 | 137 | "aedes-persistence-redis": "^11.2.1"
|
138 | 138 | },
|
|
0 commit comments