rascal 16.1.1 → 16.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Change Log
2
2
 
3
+ ## 16.1.2
4
+
5
+ - Add consumer tag subscription option to JSON schema
6
+
3
7
  ## 16.1.1
4
8
 
5
9
  - Updated README
@@ -619,6 +619,9 @@
619
619
  },
620
620
  "arguments": {
621
621
  "type": "object"
622
+ },
623
+ "consumerTag": {
624
+ "type": "string"
622
625
  }
623
626
  }
624
627
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rascal",
3
- "version": "16.1.1",
3
+ "version": "16.1.2",
4
4
  "description": "A config driven wrapper for amqplib supporting multi-host connections, automatic error recovery, redelivery flood protection, transparent encryption / decryption, channel pooling and publication timeouts",
5
5
  "main": "index.js",
6
6
  "dependencies": {