node-red-contrib-uos-nats 0.1.0 → 0.1.1

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/README.md +0 -10
  2. package/package.json +3 -2
package/README.md CHANGED
@@ -67,16 +67,6 @@ The config node automatically fetches tokens via Client Credentials flow and exp
67
67
  - The node infers data types (INT64/FLOAT64/BOOLEAN/STRING) and publishes `VariablesChangedEvent`s. New keys trigger an automatic provider definition update.
68
68
  - Read requests (`v1.loc.<provider>.vars.qry.read`) are answered using the most recent values, so other consumers can subscribe to your Node-RED provider.
69
69
 
70
- ## Docker (optional)
71
-
72
- A simple Dockerfile is included for development/testing:
73
-
74
- ```bash
75
- docker build -t node-red-uos-nats .
76
- ```
77
-
78
- Run with environment overrides for host and credentials if needed.
79
-
80
70
  ## Example Flow
81
71
 
82
72
  1. Drop a **u-OS Config** node, fill in host/port and OAuth credentials from the Control Center.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-uos-nats",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "description": "Node-RED nodes for u-OS Data Hub via NATS",
5
5
  "license": "MIT",
6
6
  "main": "nodes/uos-provider.js",
@@ -8,7 +8,8 @@
8
8
  "node-red",
9
9
  "nats",
10
10
  "uos",
11
- "weidmueller"
11
+ "weidmueller",
12
+ "iotueli"
12
13
  ],
13
14
  "dependencies": {
14
15
  "flatbuffers": "^25.9.23",