node-red-contrib-vectorprime 0.1.39 → 0.1.40

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 +17 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -37,6 +37,16 @@ Into:
37
37
 
38
38
  ---
39
39
 
40
+ ## Nodes Included
41
+
42
+ - **VectorPrime Config**
43
+ Stores your VectorPrime Base URL + API Key.
44
+
45
+ - **VectorPrime Rank**
46
+ Sends options to VectorPrime (`/v1/kernel/rank`) and returns the ranked result.
47
+
48
+ ---
49
+
40
50
  ## Install
41
51
 
42
52
  ### Option A: Install from the Node-RED palette (recommended)
@@ -48,7 +58,13 @@ Into:
48
58
  6) Click **Install**
49
59
 
50
60
  ### Option B: Install from terminal (Node-RED user directory)
51
- In your Node-RED user directory (usually `C:\Users\mxz\.node-red`):
61
+
62
+ Open your Node-RED user directory:
63
+
64
+ - **Windows:** `C:\Users\<you>\.node-red`
65
+ - **macOS/Linux:** `~/.node-red`
66
+
67
+ Then run:
52
68
 
53
69
  ```bash
54
70
  npm install node-red-contrib-vectorprime
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "node-red-contrib-vectorprime",
3
- "version": "0.1.39",
3
+ "version": "0.1.40",
4
4
  "description": "Rank tasks, alerts, or actions inside Node-RED when multiple options compete. Choose the safest next step automatically instead of hard-coded rules.",
5
5
  "license": "MIT",
6
6
  "author": "Faisal Khan",