@usermetrics/queuebit 1.0.6 → 1.0.7

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
@@ -93,6 +93,9 @@ setTimeout(async () => {
93
93
 
94
94
  See [`examples/inprocessserver.js`](./examples/inprocessserver.js) for a full example.
95
95
 
96
+ ## Testing Control Panel
97
+ ![QueueBit Control Panel](./docs/screen.jpg)
98
+
96
99
  ## API Overview
97
100
 
98
101
  ### Server Options
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@usermetrics/queuebit",
3
- "version": "1.0.6",
3
+ "version": "1.0.7",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },