Comparing version 0.9.1 to 0.9.2
@@ -49,2 +49,3 @@ // Type definitions for rsmq 0.8.3 | ||
export interface ConstructorOptions { | ||
realtime?: boolean; | ||
host?: string; | ||
@@ -51,0 +52,0 @@ port?: number; |
{ | ||
"name": "rsmq", | ||
"description": "A really simple message queue based on Redis", | ||
"version": "0.9.1", | ||
"version": "0.9.2", | ||
"license": "MIT", | ||
@@ -6,0 +6,0 @@ "author": "P. Liess <smrchy+npm@gmail.com>", |
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
45794
851