Comparing version 2.0.8 to 2.0.9-beta
@@ -33,2 +33,3 @@ "use strict"; | ||
parameters.httpOptions = config.httpOptions; | ||
parameters.consumerPollInterval = config.consumerPollInterval || 1000; | ||
} | ||
@@ -35,0 +36,0 @@ else if (parameters.engine === 'redis') { |
@@ -22,4 +22,6 @@ "use strict"; | ||
} | ||
let data = await this.producer.getQueueUrlAsync({ QueueName: topic }).catch(_ => null); | ||
let queue = (_a = data) === null || _a === void 0 ? void 0 : _a.QueueUrl; | ||
const data = await this.producer | ||
.getQueueUrlAsync({ QueueName: topic }) | ||
.catch(_ => null); | ||
const queue = (_a = data) === null || _a === void 0 ? void 0 : _a.QueueUrl; | ||
if (queue) { | ||
@@ -37,3 +39,3 @@ this.sqsUrls[topic] = queue; | ||
}; | ||
let createResponse = await this.producer.createQueueAsync(params); | ||
const createResponse = await this.producer.createQueueAsync(params); | ||
this.sqsUrls[topic] = (_b = createResponse) === null || _b === void 0 ? void 0 : _b.QueueUrl; | ||
@@ -40,0 +42,0 @@ return this.sqsUrls[topic]; |
{ | ||
"name": "steveo", | ||
"version": "2.0.8", | ||
"version": "2.0.9-beta", | ||
"description": "A Task Pub/Sub Background processing library", | ||
@@ -47,3 +47,3 @@ "main": "lib/index.js", | ||
"lodash.shuffle": "^4.2.0", | ||
"moment": "2.24.0", | ||
"moment": "2.27.0", | ||
"null-logger": "^1.0.0", | ||
@@ -58,17 +58,17 @@ "uuid": "^3.1.0" | ||
"devDependencies": { | ||
"@babel/cli": "7.8.4", | ||
"@babel/core": "7.8.7", | ||
"@babel/node": "7.8.7", | ||
"@babel/plugin-proposal-class-properties": "7.8.3", | ||
"@babel/plugin-transform-flow-strip-types": "7.8.3", | ||
"@babel/preset-env": "7.8.7", | ||
"@babel/preset-flow": "7.8.3", | ||
"@babel/preset-typescript": "7.8.3", | ||
"@babel/register": "7.8.6", | ||
"@babel/cli": "7.10.5", | ||
"@babel/core": "7.11.4", | ||
"@babel/node": "7.10.5", | ||
"@babel/plugin-proposal-class-properties": "7.10.4", | ||
"@babel/plugin-transform-flow-strip-types": "7.10.4", | ||
"@babel/preset-env": "7.11.0", | ||
"@babel/preset-flow": "7.10.4", | ||
"@babel/preset-typescript": "7.10.4", | ||
"@babel/register": "7.10.5", | ||
"@istanbuljs/nyc-config-typescript": "0.1.3", | ||
"@types/chai": "4.2.10", | ||
"@types/chai": "4.2.12", | ||
"@types/mocha": "5.2.7", | ||
"@types/node": "12.12.29", | ||
"@typescript-eslint/eslint-plugin": "2.22.0", | ||
"@typescript-eslint/parser": "2.22.0", | ||
"@types/node": "12.12.54", | ||
"@typescript-eslint/eslint-plugin": "2.34.0", | ||
"@typescript-eslint/parser": "2.34.0", | ||
"babel-eslint": "10.1.0", | ||
@@ -81,17 +81,17 @@ "babel-plugin-istanbul": "5.2.0", | ||
"eslint-config-ordermentum": "0.1.0", | ||
"eslint-config-prettier": "6.10.0", | ||
"eslint-import-resolver-typescript": "2.0.0", | ||
"eslint-plugin-import": "2.20.1", | ||
"eslint-plugin-prettier": "3.1.2", | ||
"eslint-config-prettier": "6.11.0", | ||
"eslint-import-resolver-typescript": "2.2.1", | ||
"eslint-plugin-import": "2.22.0", | ||
"eslint-plugin-prettier": "3.1.4", | ||
"eslint-plugin-unicorn": "14.0.1", | ||
"flow-bin": "0.119.1", | ||
"flow-coverage-report": "0.6.1", | ||
"mocha": "6.2.2", | ||
"flow-bin": "0.132.0", | ||
"flow-coverage-report": "0.7.0", | ||
"mocha": "6.2.3", | ||
"nyc": "14.1.1", | ||
"prettier": "1.19.1", | ||
"sinon": "7.5.0", | ||
"source-map-support": "0.5.16", | ||
"typescript": "3.8.3", | ||
"source-map-support": "0.5.19", | ||
"typescript": "3.9.7", | ||
"typescript-eslint-parser": "22.0.0" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
67025
1382
2
+ Addedmoment@2.27.0(transitive)
- Removedmoment@2.24.0(transitive)
Updatedmoment@2.27.0