6 Commits
v1.2.1 ... main

2 changed files with 1976 additions and 1085 deletions

3041
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@@ -49,26 +49,26 @@
"commander": "14.0.2", "commander": "14.0.2",
"dotenv": "17.2.3", "dotenv": "17.2.3",
"mqtt2ha": "4.1.2", "mqtt2ha": "4.1.2",
"mysa-js-sdk": "2.0.2", "mysa-js-sdk": "2.0.3",
"pino": "10.1.0", "pino": "10.1.0",
"pino-pretty": "13.1.2" "pino-pretty": "13.1.2"
}, },
"devDependencies": { "devDependencies": {
"@commander-js/extra-typings": "14.0.0", "@commander-js/extra-typings": "14.0.0",
"@eslint/js": "9.39.0", "@eslint/js": "9.39.1",
"@semantic-release/npm": "13.1.1", "@semantic-release/npm": "13.1.2",
"@types/node": "24.10.0", "@types/node": "24.10.1",
"conventional-changelog-conventionalcommits": "9.1.0", "conventional-changelog-conventionalcommits": "9.1.0",
"eslint": "9.39.0", "eslint": "9.39.1",
"eslint-plugin-jsdoc": "61.1.11", "eslint-plugin-jsdoc": "61.2.1",
"eslint-plugin-tsdoc": "0.4.0", "eslint-plugin-tsdoc": "0.5.0",
"prettier": "3.6.2", "prettier": "3.6.2",
"prettier-plugin-jsdoc": "1.5.0", "prettier-plugin-jsdoc": "1.5.0",
"prettier-plugin-organize-imports": "4.3.0", "prettier-plugin-organize-imports": "4.3.0",
"semantic-release": "25.0.1", "semantic-release": "25.0.2",
"tsup": "8.5.0", "tsup": "8.5.1",
"tsx": "4.20.6", "tsx": "4.20.6",
"typescript": "5.9.3", "typescript": "5.9.3",
"typescript-eslint": "8.46.2" "typescript-eslint": "8.46.4"
} }
} }