node-red-contrib-modbus-modpackqt 2.0.0 → 2.0.2
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/CHANGELOG.md +18 -1
- package/README.md +3 -21
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,7 +4,24 @@ All notable changes to **node-red-contrib-modbus-modpackqt** are documented
|
|
|
4
4
|
here. This project follows [Semantic Versioning](https://semver.org/) — pin a
|
|
5
5
|
major version (`^2.0.0`) in production.
|
|
6
6
|
|
|
7
|
-
## [2.0.
|
|
7
|
+
## [2.0.2] — 2026-05-09
|
|
8
|
+
|
|
9
|
+
### Changed
|
|
10
|
+
|
|
11
|
+
- **README:** removed broken in-package links (DISCLAIMER.md, LICENSE, etc. —
|
|
12
|
+
npmjs.com couldn't resolve them since the repo isn't public yet). Replaced
|
|
13
|
+
with a standard "as is" disclaimer line and a link to the safe-use checklist
|
|
14
|
+
on modpackqt.com. Files still ship inside the package for reference.
|
|
15
|
+
|
|
16
|
+
## [2.0.1] — 2026-05-09
|
|
17
|
+
|
|
18
|
+
### Changed
|
|
19
|
+
|
|
20
|
+
- **README:** moved the production safety notice from the top of the README to
|
|
21
|
+
the bottom and trimmed it to one line. Full safe-use checklist remains in
|
|
22
|
+
[`DISCLAIMER.md`](./DISCLAIMER.md). No code or behavior changes.
|
|
23
|
+
|
|
24
|
+
## [2.0.0] — 2026-05-09
|
|
8
25
|
|
|
9
26
|
### ⚠️ Breaking changes
|
|
10
27
|
|
package/README.md
CHANGED
|
@@ -19,21 +19,6 @@ By [ModPackQT](https://modpackqt.com).
|
|
|
19
19
|
|
|
20
20
|
---
|
|
21
21
|
|
|
22
|
-
> ## ⚠️ Read before deploying in production
|
|
23
|
-
>
|
|
24
|
-
> This software writes to industrial control equipment. A wrong write can damage
|
|
25
|
-
> equipment, ruin a batch, or cause a safety incident.
|
|
26
|
-
>
|
|
27
|
-
> - **Test against the embedded slave server first** — never wire a new write
|
|
28
|
-
> directly to a real device.
|
|
29
|
-
> - **Not for safety-instrumented systems** (SIS / SIL-rated loops). This is
|
|
30
|
-
> for monitoring and supervisory control, not safety interlocks.
|
|
31
|
-
> - **You are responsible** for what your flows do. See
|
|
32
|
-
> [`DISCLAIMER.md`](./DISCLAIMER.md) for the full safe-use checklist and
|
|
33
|
-
> [`LICENSE`](./LICENSE) for the legal terms.
|
|
34
|
-
|
|
35
|
-
---
|
|
36
|
-
|
|
37
22
|
## Install
|
|
38
23
|
|
|
39
24
|
**Recommended (one shot):** install both palettes — Modbus + decoders — together.
|
|
@@ -237,13 +222,10 @@ Make sure `node-red-contrib-bytes-modpackqt` is also installed before importing
|
|
|
237
222
|
- [Node-RED + ModPackQT docs](https://modpackqt.com/nodered)
|
|
238
223
|
- [Bytes palette (decoders/encoders)](https://www.npmjs.com/package/node-red-contrib-bytes-modpackqt)
|
|
239
224
|
- [Modbus tutorials](https://modpackqt.com/resources/tutorial)
|
|
240
|
-
- [
|
|
241
|
-
- [Changelog](./CHANGELOG.md)
|
|
242
|
-
- [Security policy](./SECURITY.md)
|
|
243
|
-
- [Contributing guide](./CONTRIBUTING.md)
|
|
225
|
+
- [Production safe-use checklist](https://modpackqt.com/nodered)
|
|
244
226
|
|
|
245
227
|
---
|
|
246
228
|
|
|
247
|
-
## License
|
|
229
|
+
## License & disclaimer
|
|
248
230
|
|
|
249
|
-
MIT — © ModPackQT
|
|
231
|
+
MIT — © ModPackQT. Provided **"as is" without warranty of any kind**. You are responsible for validating this software in your environment before any production use. See the [safe-use checklist](https://modpackqt.com/nodered) for guidance.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-modbus-modpackqt",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "Node-RED Modbus nodes — embedded Modbus TCP/RTU master + slave server, no extra apps required. By ModPackQT. FC1/FC2/FC3/FC4 reads, FC5/FC6/FC15/FC16 writes, a built-in slave register store, and a free passive traffic monitor for debugging.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"node-red",
|