@uboness/homebridge-mqtt 0.2.5 → 0.2.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/package.json +9 -8
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.
4
4
 
5
+ ## [0.2.6](https://github.com/uboness/{{name}}/compare/v0.2.5...v0.2.6) (2026-02-22)
6
+
5
7
  ## [0.2.5](https://github.com/uboness/{{name}}/compare/v0.2.4...v0.2.5) (2025-09-16)
6
8
 
7
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uboness/homebridge-mqtt",
3
- "version": "0.2.5",
3
+ "version": "0.2.6",
4
4
  "author": "uboness",
5
5
  "publishConfig": {
6
6
  "@uboness:registry": "https://registry.npmjs.org "
@@ -41,6 +41,7 @@
41
41
  "scripts": {
42
42
  "clean": "rimraf ./dist",
43
43
  "build": "pnpm run clean && tsc",
44
+ "cbuild": "pnpm run clean && pnpm run build",
44
45
  "watch": "pnpm run clean && tsc -w",
45
46
  "prepublishOnly": "pnpm run build",
46
47
  "release:bump": "pnpm run build && commit-and-tag-version",
@@ -54,16 +55,16 @@
54
55
  "release-major": "pnpm run release:bump-major && pnpm run release:push && pnpm run release:publish"
55
56
  },
56
57
  "devDependencies": {
57
- "@inquirer/prompts": "^3.3.2",
58
- "@types/node": "^24.2.1",
58
+ "@inquirer/prompts": "^8.3.0",
59
+ "@types/node": "^25.3.0",
59
60
  "commit-and-tag-version": "^12.5.2",
60
- "homebridge": "^1.11.0",
61
- "homebridge-config-ui-x": "^5.4.1",
62
- "rimraf": "^6.0.1",
63
- "typescript": "^5.9.2"
61
+ "homebridge": "^1.11.2",
62
+ "homebridge-config-ui-x": "^5.18.0",
63
+ "rimraf": "^6.1.3",
64
+ "typescript": "^5.9.3"
64
65
  },
65
66
  "dependencies": {
66
- "mqtt": "^5.14.0",
67
+ "mqtt": "^5.15.0",
67
68
  "uuid": "^13.0.0"
68
69
  }
69
70
  }