@gregoriusrippenstein/node-red-contrib-introspection 0.8.3 → 0.8.4

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 +6 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -82,13 +82,15 @@ The plugin replaces the name with the node Id, resets the nodes info content to
82
82
 
83
83
  Sometimes it would be nice to observe the flow of messages through a flow. This is possible by using 'Trace Messages' found at the bottom of the 'Lint' tab:
84
84
 
85
- ![img](https://cdn.openmindmap.org/content/1728588310213_msgtrace.gif)
85
+ ![img](https://cdn.openmindmap.org/content/1728649055817_msgtracer2.gif)
86
86
 
87
- Message tracing can be toggled on & off *without* redeploying the flow. So this can be used as a quick check for observing tricky situation.
87
+ Message tracing can be toggled on & off *without* redeploying the flow. So this can be used as a quick check for observing tricky situations.
88
88
 
89
- The nodes status will be replaced by 'msg received', so if the status should be showing something else, that is lost.
89
+ The nodes status will be replaced by 'msg received', so if the status should be showing something else, that will be replaced.
90
90
 
91
- Also this is an experimental feature liable to be [improved](https://discourse.nodered.org/t/message-tracing-for-beginners/92287).
91
+ Also this is an experimental feature liable to be [enhanced](https://discourse.nodered.org/t/message-tracing-for-beginners/92287).
92
+
93
+ *UPDATE*: This now has a [treeList](https://nodered.org/docs/api/ui/treeList/) of nodes and how often they received a message. Clicking on the node in the list will highlight the node, double-click will open the nodes edit panel.
92
94
 
93
95
  ## Palette Nodes
94
96
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.8.3",
3
+ "version": "0.8.4",
4
4
  "dependencies": {
5
5
  "got": "^13",
6
6
  "uglify-js": "^3.17.4",