node-red-contrib-modbus-modpackqt 2.0.1 → 2.0.3

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 (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +2 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -4,6 +4,22 @@ 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.3] — 2026-05-09
8
+
9
+ ### Changed
10
+
11
+ - **README:** removed the external "safe-use checklist" link. Only standard
12
+ MIT "as is" disclaimer remains.
13
+
14
+ ## [2.0.2] — 2026-05-09
15
+
16
+ ### Changed
17
+
18
+ - **README:** removed broken in-package links (DISCLAIMER.md, LICENSE, etc. —
19
+ npmjs.com couldn't resolve them since the repo isn't public yet). Replaced
20
+ with a standard "as is" disclaimer line and a link to the safe-use checklist
21
+ on modpackqt.com. Files still ship inside the package for reference.
22
+
7
23
  ## [2.0.1] — 2026-05-09
8
24
 
9
25
  ### Changed
package/README.md CHANGED
@@ -222,19 +222,9 @@ Make sure `node-red-contrib-bytes-modpackqt` is also installed before importing
222
222
  - [Node-RED + ModPackQT docs](https://modpackqt.com/nodered)
223
223
  - [Bytes palette (decoders/encoders)](https://www.npmjs.com/package/node-red-contrib-bytes-modpackqt)
224
224
  - [Modbus tutorials](https://modpackqt.com/resources/tutorial)
225
- - [Disclaimer & safe-use checklist](./DISCLAIMER.md)
226
- - [Changelog](./CHANGELOG.md)
227
- - [Security policy](./SECURITY.md)
228
- - [Contributing guide](./CONTRIBUTING.md)
229
225
 
230
226
  ---
231
227
 
232
- ## ⚠️ Read before deploying in production
228
+ ## License & disclaimer
233
229
 
234
- Test new writes against the embedded slave server before wiring them to a real device. **Not for safety-instrumented systems (SIS / SIL).** See [`DISCLAIMER.md`](./DISCLAIMER.md) for the full safe-use checklist and [`LICENSE`](./LICENSE) for legal terms.
235
-
236
- ---
237
-
238
- ## License
239
-
240
- MIT — © ModPackQT
230
+ MIT © ModPackQT. Provided **"as is" without warranty of any kind**. You are responsible for validating this software in your environment before any production use.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-modbus-modpackqt",
3
- "version": "2.0.1",
3
+ "version": "2.0.3",
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",