@vitormnm/node-red-instructions-ladder-iec-61131-3 1.0.0 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @vitormnm/node-red-instructions-ladder-IEC-61131-3
1
+ # @vitormnm/node-red-instructions-ladder-iec-61131-3
2
2
 
3
3
  A Node-RED node that provides common **IEC 61131-3 Ladder Logic instructions** for building PLC-style logic flows directly inside Node-RED.
4
4
 
@@ -166,7 +166,7 @@ It allows Node-RED users to create ladder-style logic using familiar industrial
166
166
  ## Installation
167
167
 
168
168
  ```bash
169
- npm install node-red-contrib-iec61131-ladder
169
+ npm install @vitormnm/node-red-instructions-ladder-iec-61131-3
170
170
  ```
171
171
 
172
172
  Restart Node-RED after installation.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vitormnm/node-red-instructions-ladder-iec-61131-3",
3
- "version": "1.0.0",
3
+ "version": "1.0.2",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },