@techteamer/mq
Advanced tools
Comparing version 7.0.4 to 7.1.0
@@ -0,1 +1,8 @@ | ||
# [7.1.0](https://github.com/TechTeamer/mq/compare/7.0.4...7.1.0) (2025-01-29) | ||
### Features | ||
* FKITDEV-6045 ESLint 9 ([05b03bb](https://github.com/TechTeamer/mq/commit/05b03bbdb085948ff996d7fe036796db11acf16c)) | ||
## [7.0.4](https://github.com/TechTeamer/mq/compare/7.0.3...7.0.4) (2024-08-27) | ||
@@ -2,0 +9,0 @@ |
{ | ||
"name": "@techteamer/mq", | ||
"version": "7.0.4", | ||
"version": "7.1.0", | ||
"description": "A RabbitMQ wrapper for node", | ||
@@ -28,5 +28,6 @@ "main": "dist/cjs/index.js", | ||
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json && ./fixup.sh", | ||
"lint": "eslint .", | ||
"lint": "eslint . --max-warnings 0 --ignore-pattern \"test/*\" && echo 'npm run eslint --max-warnings 0'", | ||
"lint:fix": "eslint . --fix && eslint --max-warnings 0 .", | ||
"unit": "vitest run", | ||
"test": "eslint . && c8 --temp-directory=./test/coverage/tmp vitest run && c8 report --reporter=text-lcov --report-dir=./test/coverage/ --reporter=lcovonly | coveralls" | ||
"test": "yarn lint && c8 --temp-directory=./test/coverage/tmp vitest run && c8 report --reporter=text-lcov --report-dir=./test/coverage/ --reporter=lcovonly | coveralls" | ||
}, | ||
@@ -39,2 +40,4 @@ "type": "module", | ||
"devDependencies": { | ||
"@eslint/eslintrc": "^3.2.0", | ||
"@eslint/js": "^9.19.0", | ||
"@semantic-release/changelog": "^6.0.3", | ||
@@ -49,8 +52,11 @@ "@semantic-release/commit-analyzer": "^13.0.0", | ||
"coveralls": "^3.1.1", | ||
"eslint": "^8.38.0", | ||
"eslint": "^9.19.0", | ||
"eslint-config-standard": "^17.0.0", | ||
"eslint-plugin-import": "^2.27.5", | ||
"eslint-plugin-n": "^15.7.0", | ||
"eslint-plugin-promise": "^6.1.1", | ||
"eslint-plugin-import": "^2.31.0", | ||
"eslint-plugin-jest": "^28.11.0", | ||
"eslint-plugin-jest-formatting": "^3.1.0", | ||
"eslint-plugin-n": "^17.15.1", | ||
"eslint-plugin-promise": "^7.2.1", | ||
"eslint-plugin-standard": "^5.0.0", | ||
"globals": "^15.14.0", | ||
"protobufjs": "^7.2.3", | ||
@@ -57,0 +63,0 @@ "seed-random": "^2.2.0", |
312728
98
8382
26