@gregoriusrippenstein/node-red-contrib-introspection 0.7.6 → 0.7.7

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 +7 -9
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,14 +12,17 @@ Orphans node many or many not have their reasons, sometimes nodes aren't meant t
12
12
 
13
13
  Sometimes I found myself having extremely complex flows, flows that went over multiple tabs via the link-in/out nodes. I was lost as to how specific nodes were ever reached. The birth of the Sink & Seeker nodes was inevitable.
14
14
 
15
+ ## Screencast
16
+
17
+ For an introduction to these nodes, check out the [introduction screencasts](https://blog.openmindmap.org/blog/introspection).
18
+
19
+
15
20
  ## Sidebar Nodes
16
21
 
17
22
  There is no need nor requirement to deploy these nodes. Which implies that they also work in read-only mode of Node-RED. Since these nodes only provide information and make no changes, this should not be an issue.
18
23
 
19
24
  ### Screenshot
20
25
 
21
- **Update**: Screenshot node has become a sidebar node. This means it can no longer be triggered by external forces.
22
-
23
26
  ![img](https://cdn.openmindmap.org/content/1699269615464_Screen_Shot_2023-11-06_at_12.20.09.png)
24
27
 
25
28
  Drag the node into a flow, double-click on the node and the tray opens -depending on the size of the flow, this might take a moment. Once the tray is opened, the SVG is shown in the editor window (I took the code from the template node hence the syntax dropdown). Below the editor window is the download button. Pressing that will download the SVG as it is in the editor window, so making changes in that window will be reflected in the downloaded content.
@@ -41,8 +44,6 @@ Disappointments:
41
44
 
42
45
  ### Orphans
43
46
 
44
- **Update**: This is now a sidebar plugin which shows all unconnected nodes across alls flow tabs.
45
-
46
47
  ~~Drag the Orphan node into a flow, double click and all nodes that have no connections are shown in the tray. Click on a node to highlight its location in the flow.~~
47
48
 
48
49
  ![img](https://cdn.openmindmap.org/content/1699272147285_Screen_Shot_2023-11-06_at_13.02.22.png)
@@ -159,7 +160,7 @@ A node for inserting an SVG image into the workspace. The image is layered above
159
160
 
160
161
  ## Node-RED Versions
161
162
 
162
- These nodes have been tested and found to work on Node-RED 3.0.2 and 3.1.0.beta.4.
163
+ These nodes have been tested and found to work with: Node-RED 3.0.2, 3.1.0 to 3.1.6 and 4.0.0.beta.2.
163
164
 
164
165
  ## Examples
165
166
 
@@ -178,13 +179,10 @@ There are [example flows](/examples) contained in the package, examples can also
178
179
 
179
180
  [*Do whatever but don't do evil* license](/LICENSE)
180
181
 
181
- ## Contribution & Ideas
182
-
183
- Please here at GitHub via issues.
184
-
185
182
  ## Artifacts
186
183
 
187
184
  - [NPMjs Package](https://www.npmjs.com/package/@gregoriusrippenstein/node-red-contrib-introspection)
188
185
  - [GitHub Repository](https://github.com/gorenje/node-red-contrib-introspection)
189
186
  - [Flow that maintains this package](https://flowhub.org/f/d73d76db3df96ba2)
190
187
  - [Node-RED node package](https://flows.nodered.org/node/@gregoriusrippenstein/node-red-contrib-introspection)
188
+ - [Contact Author](https://blog.openmindmap.org/author.vcf)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.7.6",
3
+ "version": "0.7.7",
4
4
  "dependencies": {
5
5
  "got": "^13",
6
6
  "uglify-js": "^3.17.4",