node-red-contrib-qrusty 0.20.2 → 0.20.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 +1 -1
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# node-red-contrib-qrusty
|
|
2
2
|
|
|
3
|
-
Node-RED custom nodes for the [Qrusty](https://
|
|
3
|
+
Node-RED custom nodes for the [Qrusty](https://gitlab.com/greeng3/qrusty)
|
|
4
4
|
priority queue server.
|
|
5
5
|
|
|
6
6
|
Wraps the [`qrusty-client`](https://www.npmjs.com/package/qrusty-client)
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "node-red-contrib-qrusty",
|
|
3
|
-
"version": "0.20.
|
|
3
|
+
"version": "0.20.4",
|
|
4
4
|
"description": "Node-RED nodes for the Qrusty priority queue server",
|
|
5
5
|
"author": "Gordon Greene <greeng3@obscure-reference.com>",
|
|
6
6
|
"license": "MIT",
|
|
7
7
|
"repository": {
|
|
8
8
|
"type": "git",
|
|
9
|
-
"url": "https://
|
|
9
|
+
"url": "https://gitlab.com/greeng3/qrusty.git",
|
|
10
10
|
"directory": "integrations/node-red"
|
|
11
11
|
},
|
|
12
12
|
"keywords": [
|