@gregoriusrippenstein/node-red-contrib-introspection 0.4.3 → 0.4.5

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.
package/README.md CHANGED
@@ -123,3 +123,14 @@ There are [example flows](/examples) contained in the package, examples can also
123
123
  ## Contribution & Ideas
124
124
 
125
125
  Please here at GitHub via issues.
126
+
127
+ ## Artifacts
128
+
129
+ - [NPMjs Package](https://www.npmjs.com/package/@gregoriusrippenstein/node-red-contrib-introspection)
130
+ - [GitHub Repository](https://github.com/gorenje/node-red-contrib-introspection)
131
+ - [Flow that maintains this package](https://flowhub.org/f/d73d76db3df96ba2)
132
+ - [Node-RED node package](https://flows.nodered.org/node/@gregoriusrippenstein/node-red-contrib-introspection)
133
+
134
+
135
+
136
+
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('GetFlows',{
3
3
  color: '#e5e4ef',
4
- icon: "icons/subflow.svg",
4
+ icon: "introspesubflow.svg",
5
5
  category: 'introspection',
6
6
  defaults: {
7
7
  name: {
@@ -1,7 +1,7 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('SendFlow',{
3
3
  color: '#e5e4ef',
4
- icon: "icons/subflow.svg",
4
+ icon: "introspesubflow.svg",
5
5
  category: 'introspection',
6
6
  defaults: {
7
7
  name: {
@@ -63,7 +63,7 @@
63
63
 
64
64
  RED.nodes.registerType('ClientCode',{
65
65
  color: '#e5e4ef',
66
- icon: "icons/subflow.svg",
66
+ icon: "introspesubflow.svg",
67
67
  category: 'introspection',
68
68
  paletteLabel: "ClientCode",
69
69
  defaults: {
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@gregoriusrippenstein/node-red-contrib-introspection",
3
- "version": "0.4.3",
3
+ "version": "0.4.5",
4
4
  "dependencies": {
5
5
  "got": "latest"
6
6
  },
7
7
  "keywords": [
8
- "node-red"
8
+ "node-red", "introspection", "selfreflection"
9
9
  ],
10
10
  "homepage": "https://github.com/gorenje/node-red-contrib-introspection#README.md",
11
11
  "license": "SEE LICENSE IN https://github.com/gorenje/node-red-contrib-introspection/blob/main/LICENSE",
@@ -28,7 +28,7 @@
28
28
  "clientcode": "nodes/60-client-code.js"
29
29
  }
30
30
  },
31
- "description": "Node-RED Editor-only nodes for introspecting flows.",
31
+ "description": "Node-RED Editor-only nodes for introspecting with flows in the frontend.",
32
32
  "directories": {
33
33
  "example": "examples"
34
34
  },
@@ -37,7 +37,7 @@
37
37
  },
38
38
  "repository": {
39
39
  "type": "git",
40
- "url": "git+https://github.com/gorenje/node-red-contrib-introspection.git"
40
+ "url": "https://github.com/gorenje/node-red-contrib-introspection.git"
41
41
  },
42
42
  "bugs": {
43
43
  "url": "https://github.com/gorenje/node-red-contrib-introspection/issues"