@spinajs/queue
Advanced tools
Comparing version 2.0.204 to 2.0.205
@@ -42,2 +42,5 @@ "use strict"; | ||
} | ||
else { | ||
return [option.connection]; | ||
} | ||
} | ||
@@ -159,6 +162,6 @@ } | ||
} | ||
return x.channel ?? isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel; | ||
return x.channel ?? (isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel); | ||
})); | ||
} | ||
return [rOption.channel ?? isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel]; | ||
return [rOption.channel ?? (isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel)]; | ||
} | ||
@@ -165,0 +168,0 @@ } |
@@ -36,2 +36,5 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) { | ||
} | ||
else { | ||
return [option.connection]; | ||
} | ||
} | ||
@@ -148,6 +151,6 @@ } | ||
} | ||
return x.channel ?? isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel; | ||
return x.channel ?? (isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel); | ||
})); | ||
} | ||
return [rOption.channel ?? isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel]; | ||
return [rOption.channel ?? (isJob ? this.Options.defaultQueueChannel : this.Options.defaultTopicChannel)]; | ||
} | ||
@@ -154,0 +157,0 @@ } |
{ | ||
"name": "@spinajs/queue", | ||
"version": "2.0.204", | ||
"version": "2.0.205", | ||
"description": "queue sending & pulling made easy", | ||
@@ -57,7 +57,7 @@ | ||
"dependencies": { | ||
"@spinajs/configuration": "^2.0.204", | ||
"@spinajs/di": "^2.0.204", | ||
"@spinajs/exceptions": "^2.0.204", | ||
"@spinajs/log": "^2.0.204", | ||
"@spinajs/orm": "^2.0.204", | ||
"@spinajs/configuration": "^2.0.205", | ||
"@spinajs/di": "^2.0.205", | ||
"@spinajs/exceptions": "^2.0.205", | ||
"@spinajs/log": "^2.0.205", | ||
"@spinajs/orm": "^2.0.205", | ||
"luxon": "^3.2.1" | ||
@@ -64,0 +64,0 @@ }, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
259348
1633
Updated@spinajs/di@^2.0.205
Updated@spinajs/exceptions@^2.0.205
Updated@spinajs/log@^2.0.205
Updated@spinajs/orm@^2.0.205