node-red-contrib-modbus-modpackqt 2.0.1 → 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 +9 -0
- package/README.md +3 -12
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -4,6 +4,15 @@ 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.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
|
+
|
|
7
16
|
## [2.0.1] — 2026-05-09
|
|
8
17
|
|
|
9
18
|
### Changed
|
package/README.md
CHANGED
|
@@ -222,19 +222,10 @@ 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
|
-
- [
|
|
226
|
-
- [Changelog](./CHANGELOG.md)
|
|
227
|
-
- [Security policy](./SECURITY.md)
|
|
228
|
-
- [Contributing guide](./CONTRIBUTING.md)
|
|
225
|
+
- [Production safe-use checklist](https://modpackqt.com/nodered)
|
|
229
226
|
|
|
230
227
|
---
|
|
231
228
|
|
|
232
|
-
##
|
|
229
|
+
## License & disclaimer
|
|
233
230
|
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
---
|
|
237
|
-
|
|
238
|
-
## License
|
|
239
|
-
|
|
240
|
-
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",
|