@5minds/node-red-contrib-processcube-amqp 0.2.0 → 0.3.0

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.
@@ -429,7 +429,7 @@
429
429
  },
430
430
  "@5minds/node-red-contrib-processcube-amqp": {
431
431
  "name": "@5minds/node-red-contrib-processcube-amqp",
432
- "version": "0.1.0",
432
+ "version": "0.2.0",
433
433
  "local": true,
434
434
  "user": false,
435
435
  "nodes": {
@@ -444,6 +444,17 @@
444
444
  "module": "@5minds/node-red-contrib-processcube-amqp",
445
445
  "file": "/data/node_modules/node-red-contrib-processcube-amqp/amqp-input.js"
446
446
  },
447
+ "amqpOutput": {
448
+ "name": "amqpOutput",
449
+ "types": [
450
+ "amqp-output"
451
+ ],
452
+ "enabled": true,
453
+ "local": true,
454
+ "user": false,
455
+ "module": "@5minds/node-red-contrib-processcube-amqp",
456
+ "file": "/data/node_modules/node-red-contrib-processcube-amqp/amqp-output.js"
457
+ },
447
458
  "amqpConfig": {
448
459
  "name": "amqpConfig",
449
460
  "types": [
@@ -43,7 +43,7 @@
43
43
  "statusVal": "",
44
44
  "statusType": "auto",
45
45
  "x": 620,
46
- "y": 260,
46
+ "y": 280,
47
47
  "wires": []
48
48
  },
49
49
  {
@@ -52,7 +52,7 @@
52
52
  "z": "ea5e703747705005",
53
53
  "name": "",
54
54
  "amqpServer": "cbcfcb0a896f9765",
55
- "exchange": "Test2",
55
+ "exchange": "Test2__",
56
56
  "exchangeType": "topic",
57
57
  "routingKey": "test.*",
58
58
  "queue": "Test2",
package/amqp-input.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('amqp-input',{
3
- category: 'ProcessCube',
3
+ category: 'ProcessCube (MQ)',
4
4
  color: '#00aed7',
5
5
  defaults: {
6
6
  name: {value: "", type: "string"},
package/amqp-output.html CHANGED
@@ -1,6 +1,6 @@
1
1
  <script type="text/javascript">
2
2
  RED.nodes.registerType('amqp-output',{
3
- category: 'ProcessCube',
3
+ category: 'ProcessCube (MQ)',
4
4
  color: '#00aed7',
5
5
  defaults: {
6
6
  name: {value: "", type: "string"},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-contrib-processcube-amqp",
3
- "version": "0.2.0",
3
+ "version": "0.3.0",
4
4
  "license": "MIT",
5
5
  "description": "Node-RED nodes for AMQP",
6
6
  "authors": [