@gregoriusrippenstein/node-red-contrib-introspection 0.4.3 → 0.4.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.
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
|
+
|
package/nodes/45-get-flows.html
CHANGED
package/nodes/50-send-flow.html
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gregoriusrippenstein/node-red-contrib-introspection",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.4",
|
|
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",
|
|
File without changes
|