mqtt-plus 1.4.24 → 1.4.25

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.
package/.ase/service.log CHANGED
@@ -10428,3 +10428,8 @@ ase: [2026-07-11 09:35:18.489]: [INFO]: mcp: GET /mcp
10428
10428
  ase: [2026-07-11 09:35:21.712]: [INFO]: mcp: GET /mcp
10429
10429
  ase: [2026-07-11 09:35:26.025]: [INFO]: mcp: GET /mcp
10430
10430
  ase: [2026-07-11 10:06:23.233]: [INFO]: service: idle timeout reached, stopping
10431
+ ase: [2026-07-11 12:45:57.331]: [INFO]: service: listening on port 42424
10432
+ ase: [2026-07-11 12:45:57.471]: [INFO]: mcp: POST /mcp [initialize]
10433
+ ase: [2026-07-11 12:45:57.487]: [INFO]: mcp: POST /mcp [tools/list]
10434
+ ase: [2026-07-11 12:45:57.494]: [INFO]: mcp: POST /mcp [notifications/initialized]
10435
+ ase: [2026-07-11 12:45:57.499]: [INFO]: mcp: GET /mcp
@@ -0,0 +1 @@
1
+ port: 42424
package/CHANGELOG.md CHANGED
@@ -2,6 +2,11 @@
2
2
  ChangeLog
3
3
  =========
4
4
 
5
+ 1.4.25 (2026-07-11)
6
+ -------------------
7
+
8
+ - UPDATE: upgrade NPM dependencies
9
+
5
10
  1.4.24 (2026-07-06)
6
11
  -------------------
7
12
 
@@ -1178,7 +1178,7 @@ var RefCountedSubscription = class {
1178
1178
  }
1179
1179
  }
1180
1180
  async flush() {
1181
- const topics = new Set([
1181
+ const topics = /* @__PURE__ */ new Set([
1182
1182
  ...this.counts.keys(),
1183
1183
  ...this.lingers.keys(),
1184
1184
  ...this.pending.keys(),
@@ -1151,7 +1151,7 @@ var RefCountedSubscription = class {
1151
1151
  }
1152
1152
  }
1153
1153
  async flush() {
1154
- const topics = new Set([
1154
+ const topics = /* @__PURE__ */ new Set([
1155
1155
  ...this.counts.keys(),
1156
1156
  ...this.lingers.keys(),
1157
1157
  ...this.pending.keys(),