Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "qonvoy", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An extremely minimal task runner", | ||
@@ -5,0 +5,0 @@ "main": "./build/qonvoy.js", |
@@ -101,4 +101,4 @@ const uuid = require('uuid/v4') | ||
4, | ||
`queue:test`, | ||
`processing:test`, | ||
`queue:${queue}`, | ||
`processing:${queue}`, | ||
timestamp + '', | ||
@@ -105,0 +105,0 @@ id |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19503