@gregoriusrippenstein/node-red-contrib-introspection 0.4.4 → 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/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gregoriusrippenstein/node-red-contrib-introspection",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.5",
|
|
4
4
|
"dependencies": {
|
|
5
5
|
"got": "latest"
|
|
6
6
|
},
|
|
@@ -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": "
|
|
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"
|